document.write("<style type=\"text/css\">#litfooter, #litfooterdark{height:75px;padding:15px 0 0 0;font:12px/14px Arial, Helvetica, sans-serif;color:#000;text-align:center; background:#fff url(http://www.localinternettraffic.com/footer/litfooter.gif) repeat-x top center}#litfooter a, #litfooterdark a{color:#000;text-decoration:underline}#litfooter a:hover, #litfooterdark a:hover{text-decoration:none}#litfooter #litfooterimglink, #litfooterdark #litfooterimglink{display:block;margin:5px auto 0;width:155px;height:47px}#litfooterdark{background:#585858 url(http://www.localinternettraffic.com/footer/litfooterdark.gif) repeat-x top center;color:#fff}#litfooterdark a{color:#fff}</style>");

if (document.getElementById("litfooter") != null) {
	var footerdiv = document.getElementById("litfooter");
} else if (document.getElementById("litfooterdark") != null) {
	var footerdiv = document.getElementById("litfooterdark");
}
var addedlink = document.createElement("a");
addedlink.setAttribute("id","litfooterimglink");
addedlink.setAttribute("href","http://www.localinternettraffic.com/");
addedlink.setAttribute("target","_blank");
footerdiv.appendChild(addedlink);

function googleAnalytics(id) {
	var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
	document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
	try {
		var pageTracker = _gat._getTracker(id);
		pageTracker._trackPageview();
	} catch(err) {}
}

















