

																/***********************************************
																* Pausing updown message scroller- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
																* This notice MUST stay intact for legal use
																* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
																***********************************************/
																
																//configure the below five variables to change the style of the scroller
																var scrollerdelayss='6000' //delay between msg scrolls. 3000=3 seconds.
																var scrollerwidthss='100%'
																var scrollerheightss='90px'
																var scrollerbgcolorss='none'
																//set below to '' if you don't wish to use a background image
																var scrollerbackgroundss='scrollerback.gif'
																
																//configure the below variable to change the contents of the scroller
																var messagesss=new Array()
																
																	messagesss[0]="<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td width='15'><img src='../images/ico_book.gif' width='8' height='10'></td><td height='25' class='title'>Story Title</td></tr><tr><td>&nbsp;</td><td><p>VariTRAK provides electronic resources for efficient data collection...<br><div align='right'><img src='../images/bul_arrow1.gif' width='8' height='6'>&nbsp;<a href='../pages/successstories.htm' class='titleblue'>read more</a></div></p></td></tr></table>"
																	messagesss[1]="<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td width='15'><img src='../images/ico_book.gif' width='8' height='10'></td><td height='25' class='title'>Story Title</td></tr><tr><td>&nbsp;</td><td><p>VariTRAK helps organizations through compliance...<br><div align='right'><img src='../images/bul_arrow1.gif' width='8' height='6'>&nbsp;<a href='../pages/successstories.htm' class='titleblue'>read more</a></div></p></td></tr></table>"
																	
																
																///////Do not edit pass this line///////////////////////
																
																var ie=document.all
																var dom=document.getElementById
																
																if (messagesss.length>2)
																i=2
																else
																i=1
																
																function  movess(whichdivss){
																tdivss=eval(whichdivss)
																if (parseInt(tdivss.style.top)>0&&parseInt(tdivss.style.top)<=5){
																tdivss.style.top=0+"px"
																setTimeout(" movess(tdivss)",scrollerdelayss)
																setTimeout(" movess2(second2ss_objss)",scrollerdelayss)
																return
																}
																if (parseInt(tdivss.style.top)>=tdivss.offsetHeight*-1){
																tdivss.style.top=parseInt(tdivss.style.top)-5+"px"
																setTimeout(" movess(tdivss)",50)
																}
																else{
																tdivss.style.top=parseInt(scrollerheightss)+"px"
																tdivss.innerHTML=messagesss[i]
																if (i==messagesss.length-1)
																i=0
																else
																i++
																}
																}
																
																function  movess2(whichdivss){
																tdivss2=eval(whichdivss)
																if (parseInt(tdivss2.style.top)>0&&parseInt(tdivss2.style.top)<=5){
																tdivss2.style.top=0+"px"
																setTimeout(" movess2(tdivss2)",scrollerdelayss)
																setTimeout(" movess(first2ss_objss)",scrollerdelayss)
																return
																}
																if (parseInt(tdivss2.style.top)>=tdivss2.offsetHeight*-1){
																tdivss2.style.top=parseInt(tdivss2.style.top)-5+"px"
																setTimeout(" movess2(second2ss_objss)",50)
																}
																else{
																tdivss2.style.top=parseInt(scrollerheightss)+"px"
																tdivss2.innerHTML=messagesss[i]
																if (i==messagesss.length-1)
																i=0
																else
																i++
																}
																}
																
																function startscrollss(){
																first2ss_objss=ie? first2ss : document.getElementById("first2ss")
																second2ss_objss=ie? second2ss : document.getElementById("second2ss")
																 movess(first2ss_objss)
																second2ss_objss.style.top=scrollerheightss
																second2ss_objss.style.visibility='visible'
																}
																
																if (ie||dom){
																document.writeln('<div id="main2" style="position:relative;width:'+scrollerwidthss+';height:'+scrollerheightss+';overflow:hidden;background-color:'+scrollerbgcolorss+' ;background-image:url('+scrollerbackgroundss+')">')
																document.writeln('<div style="position:absolute;width:'+scrollerwidthss+';height:'+scrollerheightss+';clip:rect(0 '+scrollerwidthss+' '+scrollerheightss+' 0);left:0px;top:0px">')
																document.writeln('<div id="first2ss" style="position:absolute;width:'+scrollerwidthss+';left:0px;top:1px;">')
																document.write(messagesss[0])
																document.writeln('</div>')
																document.writeln('<div id="second2ss" style="position:absolute;width:'+scrollerwidthss+';left:0px;top:0px;visibility:hidden">')
																document.write(messagesss[dyndetermine=(messagesss.length==1)? 0 : 1])
																document.writeln('</div>')
																document.writeln('</div>')
																document.writeln('</div>')
																}
																
																if (window.addEventListener)
																window.addEventListener("load", startscrollss, false)
																else if (window.attachEvent)
																window.attachEvent("onload", startscrollss)
																else if (ie||dom)
																window.onload=startscrollss
															
