ns=navigator.appName==("Netscape");ns4=(ns &&(navigator.appVersion.indexOf("4.")!=-1));ns5=(navigator.vendor==("Netscape6")|| navigator.product==("Gecko"));ie=(navigator.appName.toLowerCase().indexOf("microsoft")>-1);ie5=(navigator.appVersion.toLowerCase().indexOf("msie 5.")!=-1);ie6=(navigator.appVersion.toLowerCase().indexOf("msie 6.")!=-1);mac=(navigator.appVersion.indexOf("Mac")!=-1);ie4=((ie)&&(!ie5)&&(!ie6));if((ns5)||(ie6))ie5=true;// Ticker ContenttkText=[];tkText[0]='Find the latest information at <a href="http://infostar.sc05.org" target="_new">InfoStar</a>';//tkText[0]='Can&lsquo;t make it to SC|05 in person? Attend virtually via <a href="http://sc05.supercomputing.org/programs/sc_global_desktop.php">SC Desktop</a>.';tkText[1]='Quick Facts: 9777 Attendees, 3443 Tech Program, 1/2 terabit of network capacity, 265 exhibitors, 60 SC Global participants';// tkText[1]='Attention Exhibitors: Add Your Events to <a href="http://infostar.sc05.org" target="_new">InfoStar</a>';//tkText[2]='Quick Facts: 9707 Attendees, 3443 Tech Program, 1/2 terabit of network capacity, 265 exhibitors, 60 SC Global participants';tkdelay=0;tks2="";tkwidth=0;tkbuffer="&nbsp; &nbsp; &nbsp;|&nbsp; &nbsp; &nbsp;";for(i=0;i<tkText.length;i++){	tks2+=tkText[i]+(i==(tkText.length-1)?"":tkbuffer);tkwidth+=((tkText[i].length*4)+80);}function tkscroll(){	if((parseInt(tkObj.style.left)>(tkwidth*-1))){		tkObj.style.left=parseInt(tkObj.style.left)-3;		setTimeout("tkscroll()",100)	}else{		tkObj.style.left=750;		tkscroll()	}}function initTicker(){	if(ie5){		tks="";		tks+='<div id="tkHolder" style="position:relative; width:748; height:19; overflow:hidden; margin-left:26px;">'		+'<div id="tkInner" style="position:'+(document.all?'absolute':'relative')+'; left:750; padding-top:2px;">'		+'<span style="color:#6B8756; font-family: geneva,arial,verdana; font-size:11px;"><nobr>'+tks2+'</nobr></span>'		+'</div></div>';		document.write(tks);		if(document.all){			tkObj=document.all["tkInner"];		}else{			tkObj=document.getElementById("tkInner");		}		tickerwidth=tkObj.offsetWidth;		setTimeout("tkscroll()",tkdelay);	}else{		document.write("<br>")	}	//alert(tkObj.offsetWidth);}
