
document.write("<div style='display: none; padding: 7px; border: 1px solid black; background-color: white; color: black; position: absolute; top: 15px; left: 890px;' id='GAData'>&nbsp;</div> ")
 
if (document.cookie.indexOf("utmcct=") != -1) {
CookieCAMPAIGN = document.cookie.slice(document.cookie.indexOf("utmccn=") + 7, document.cookie.indexOf("|", document.cookie.indexOf("utmccn=") + 7));
 
CookieMedium = document.cookie.slice(document.cookie.indexOf("utmcmd=") + 7, document.cookie.indexOf("|", document.cookie.indexOf("utmcmd=") + 7));
 
if (CookieMedium.length > 25) {
    CookieMedium = document.cookie.slice(document.cookie.indexOf("utmcmd=") + 7, document.cookie.indexOf(";", document.cookie.indexOf("utmcmd=") + 7));
    }

CookieContent = document.cookie.slice(document.cookie.indexOf("utmcct=") + 7, document.cookie.indexOf(";", document.cookie.indexOf("utmcct=") + 7));
 
CookieSource = document.cookie.slice(document.cookie.indexOf("utmcsr=") + 7, document.cookie.indexOf("|", document.cookie.indexOf("utmcsr=") + 7));
 
document.getElementById("GAData").innerHTML= "<strong>CONTENT</strong>: " + CookieContent + "<br><br><strong>SOURCE</strong>: " + CookieSource + " <br><br><strong>MEDIUM</strong>: " + CookieMedium + " <br><br><strong>CAMPAIGN</strong>: " + CookieCAMPAIGN; 
}
 
else if (document.cookie.indexOf("utmccn=") != -1) {
CookieCAMPAIGN = document.cookie.slice(document.cookie.indexOf("utmccn=") + 7, document.cookie.indexOf("|", document.cookie.indexOf("utmccn=") + 7));
 
CookieMedium = document.cookie.slice(document.cookie.indexOf("utmcmd=") + 7, document.cookie.indexOf(";", document.cookie.indexOf("utmcmd=") + 7));
 
CookieSource = document.cookie.slice(document.cookie.indexOf("utmcsr=") + 7, document.cookie.indexOf("|", document.cookie.indexOf("utmcsr=") + 7));
 
document.getElementById("GAData").innerHTML = "<strong>SOURCE</strong>: " + CookieSource + "<br><br><strong>MEDIUM</strong>: " + CookieMedium + "<br><br><strong>CAMPAIGN</strong>: " + CookieCAMPAIGN; 
}
 
if (document.cookie.indexOf("utmctr=") != -1) {
CookieSearchTerm = document.cookie.slice(document.cookie.indexOf("utmctr=") + 7, document.cookie.indexOf("|", document.cookie.indexOf("utmctr=") + 7));
 
document.getElementById("GAData").innerHTML = document.getElementById("GAData").innerHTML + "<br><br><strong>QUERY:</strong> " + CookieSearchTerm;
}
 --> 