

//var tWidth='623px';                  // width
//var tHeight='25px';                  // height
//var moStop=false;                     // pause on mouseover (true or false)
//var tSpeed=2;                        // scroll speed (1 = slow, 5 = fast)

// enter ticker content here (use \/ and \' in place of / and ' respectively)
//var content='<a href="http:\/\/www.7x24exchange.org\/conferences.html" target="_blank">Don\'t miss the upcoming 7x24 Exchange Fall \'09 Conference coming to Phoenix, November 15-19, 2009.<\/a>';


var cps=tSpeed; 
var aw, mq; 
var fsz = parseInt(tHeight) - 4; 

//function startticker()
	{if (document.getElementById) 
	{var tick = '<div id="tickerbox" style="width:'+tWidth+';height:'+tHeight+';"'; if (moStop) tick += ' onmouseover="cps=0" onmouseout="cps=tSpeed"'; tick +='><div id="mq"><\/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";} window.onload=startticker;

-->