var cc_tagVersion = "1.0";
var cc_accountID = "4776382780";
var cc_marketID =  "1";
var cc_protocol="http";
var cc_subdomain = "convctr";
if(location.protocol == "https:")
{
    cc_protocol="https";
    cc_subdomain="convctrs";
}

var cc_queryStr = "?" + "ver=" + cc_tagVersion + "&aID=" + cc_accountID +
"&mkt=" + cc_marketID +"&ref=" + escape(document.referrer);
var cc_imageUrl = cc_protocol + "://" + cc_subdomain +
".overture.com/images/cc/cc.gif" + cc_queryStr;
var cc_imageObject = new Image();
cc_imageObject.src = cc_imageUrl;


function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function startticker(){
if (document.getElementById) {
	var tick = '<div style="position:relative;width:'+tWidth+';height:'+tHeight+';overflow:hidden;background-color:'+tcolour+'"';
	 if (moStop) tick += ' onmouseover="cps=0" onmouseout="cps=tSpeed"'; 
	 tick +='><div id="mq" style="position:absolute;left:0px;top:0px;font-family:'+fontfamily+';font-size:'+fsz+'px;white-space:nowrap;"><\/div><\/div>';
	 document.getElementById('ticker').innerHTML = tick; mq = document.getElementById("mq");
	 mq.style.left=(parseInt(tWidth)+10)+"px";
	 mq.innerHTML='<span id="tx">'+content+'<\/span>';
	 aw = document.getElementById("tx").offsetWidth;
	 lefttime=setInterval("scrollticker()",50);
	}
}

function scrollticker(){
	mq.style.left = (parseInt(mq.style.left)>(-10 - aw)) ?parseInt(mq.style.left)-cps+"px" : parseInt(tWidth)+10+"px";
	}