
 // WEBTRENDS CODE
// Modification of this code is not allowed and will permanently disable your account!
// SiteName:  Warne
function wtl_Tag5_141445()
{
	var SERVER= "";
	var CONTENTGROUP= "";
	
	var wtl_URL= document.URL;
	var wtl_Title= document.title;

	function D8( d)
	{
		var fwd=0, seed= new Date('01/01/2000'), key= "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
		var s= key.charAt( d.getFullYear()-2000)+key.charAt( d.getMonth()+1)+key.charAt( d.getDate());
		s+= key.charAt( d.getHours())+key.charAt( d.getMinutes())+key.charAt( d.getSeconds());
		while( seed.getDay()!=fwd) seed= new Date(seed.getTime() + 86400000);
		var w= Math.floor( (d.getTime()-(seed.getTime()+86400000)) / 604800000 );
		s+= key.charAt( (w-(w%16))/16 );
		s+= key.charAt( w%16);
		return s;
	}
	
	function A( B, C)
	{
		W+="&"+B+"="+escape(C);
	}

	var t = new Date();
	var W="http"+(document.URL.indexOf('https:')==0?'s':'')+"://statse.webtrendslive.com/S141445/button5.asp?tagver=5&si=141445&fw=0";
	A( "server", typeof(SERVER)== "string" ? SERVER : "");
	A( "Group", typeof(CONTENTGROUP)== "string" ? CONTENTGROUP : "");
	A( "tz", t.getTimezoneOffset());
	A( "ch", t.getHours());
	A( "cl", D8(t));
	A( "ti", typeof(wtl_Title)== "string" ? wtl_Title : document.title);
	A( "url", typeof(wtl_URL)== "string" ? wtl_URL : document.URL);
	A( "rf", window.document.referrer);
	A( "js", "Yes");
	A( "ul", navigator.appName=="Netscape" ? navigator.language : navigator.userLanguage);
	if(typeof(screen)=="object")
	{
	A( "sr", screen.width+"x"+screen.height);
	A( "cd", screen.colorDepth);
	A( "jo", navigator.javaEnabled()?"Yes":"No");
	}
	if( W.length>2048 && navigator.userAgent.indexOf('MSIE')>=0)
		W= W.substring( 0, 2043)+"&tu=1";

	document.write('<IMG ID="WTL_141445" BORDER="0" WIDTH="1" HEIGHT="1" SRC="'+W+'">');
}
//-->
// END OF WEBTRENDS JAVASCRIPT CODE 
// write special div at bottom of page to allow writing tracking image for special downloads
document.write("<div id='specialtrack' align='center'></div>");

// check cookie, if tracking is on then write webtrends code
var allcookies = document.cookie;
hostnm = window.location.hostname;
if (hostnm.indexOf(".c") != -1)  {
if (allcookies.indexOf("track=off") == -1) { // only write the tracking code if tracking is on

	wtl_Tag5_141445();  // calls webtrends code

	str = "<NOSCRIPT><IMG BORDER='0' WIDTH='1' HEIGHT='1' SRC='http://statse.webtrendslive.com/S146205/button5.asp?tagver=5&si=146205&fw=0&js=No&'></NOSCRIPT>";

	document.write(str);

} // end if tracking is on
} // end if hostname has .c

function privacy() {
	str1 = "<html><head><title>Privacy Statement</title></head><body><font face='arial' size='-2'>WebTrends Live ";
	str1 += "is used to analyze traffic on this web site. WebTrends Live does not create individual profiles of visitors ";
	str1 += "but only collects aggregate data. ";
	str1 += "For further documentation click ";
	str1 += "<a href=\'http://www.webtrendslive.com/wtl_system/privacy_policy.htm\' target=\'_blank\'>here</a>.";
	str1 += "<br><br><center><input type=\'button\' onclick=\'window.close();\' value=\'Close Window\'></center></font></body></html>";
	newWindow = open("","newWindow","width=350 height=100");
	with (newWindow.document) {
		open();
		bgColor = "eeeeee";
		write(str1);
		close();
	}
} // end function privacy
 



 

// function below is a duplication of above but called to track special downloads or events


function trackspecial(typegiven,urlgiven,titlegiven) {  // function to track special like pdf downloads or form submits
 

function wtl_Tag5_141445(typegiven,urlgiven,titlegiven)
{
	
	 
	var SERVER= "";
	var CONTENTGROUP= typegiven + "," + typegiven + ": " + titlegiven + ";";
	
	var wtl_URL= urlgiven;
	var wtl_Title= titlegiven;
	 
	function D8( d)
	{
		var fwd=0, seed= new Date('01/01/2000'), key= "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
		var s= key.charAt( d.getFullYear()-2000)+key.charAt( d.getMonth()+1)+key.charAt( d.getDate());
		s+= key.charAt( d.getHours())+key.charAt( d.getMinutes())+key.charAt( d.getSeconds());
		while( seed.getDay()!=fwd) seed= new Date(seed.getTime() + 86400000);
		var w= Math.floor( (d.getTime()-(seed.getTime()+86400000)) / 604800000 );
		s+= key.charAt( (w-(w%16))/16 );
		s+= key.charAt( w%16);
		return s;
	}
	
	function A( B, C)
	{
		W+="&"+B+"="+escape(C);
	}

	var t = new Date();
	var W="http"+(document.URL.indexOf('https:')==0?'s':'')+"://statse.webtrendslive.com/S141445/button5.asp?tagver=5&si=141445&fw=0";
	A( "server", typeof(SERVER)== "string" ? SERVER : "");
	A( "Group", typeof(CONTENTGROUP)== "string" ? CONTENTGROUP : "");
	A( "tz", t.getTimezoneOffset());
	A( "ch", t.getHours());
	A( "cl", D8(t));
	A( "ti", typeof(wtl_Title)== "string" ? wtl_Title : document.title);
	A( "url", typeof(wtl_URL)== "string" ? wtl_URL : document.URL);
	A( "rf", window.document.referrer);
	A( "js", "Yes");
	A( "ul", navigator.appName=="Netscape" ? navigator.language : navigator.userLanguage);
	if(typeof(screen)=="object")
	{
	A( "sr", screen.width+"x"+screen.height);
	A( "cd", screen.colorDepth);
	A( "jo", navigator.javaEnabled()?"Yes":"No");
	}
	if( W.length>2048 && navigator.userAgent.indexOf('MSIE')>=0)
		W= W.substring( 0, 2043)+"&tu=1";


 	var ns4 = (document.layers);
	var ie4 = (document.all && !document.getElementById);
	var ie5 = (document.all && document.getElementById);
	var ns6 = (!document.all && document.getElementById);
	
 	
 	// write the tracking image to the layer/div specialtrack
 		id = 'specialtrack';
 		var wttrack = '<IMG ID="WTL_141445" BORDER="0" WIDTH="1" HEIGHT="1" SRC="'+W+'">';
		if (ns4) {
	
		 	document.specialtrack.document.open();
		 	document.specialtrack.document.write(wttrack);
		 	document.specialtrack.document.close();
	
		}
	
		else if (ie4) {
		document.all[id].innerHTML = wttrack;
		}
		else if (ie5 || ns6) {
		 
		document.getElementById(id).innerHTML = wttrack + "<font size=1>.</font";
		  
		}
 
}




var allcookies = document.cookie;
hostnm = window.location.hostname;

if ((hostnm.indexOf(".c") != -1)  )  {
 
if (allcookies.indexOf("track=off") == -1) { // only write the tracking code if tracking is on
	
	wtl_Tag5_141445(typegiven, urlgiven,titlegiven);  // calls webtrends code



} // end if tracking is on
} // end if hostname has .c


} // end function trackspecial

