/***********************************
*   http:&#8226;&#8226;javascripts.vbarsan.com&#8226;
*   This notice may not be removed 
***********************************/

//-- Begin Scroller's Parameters and message -->
//scroller width: change to your own;
var wwidth=440;

//scroller height: change to your own;
var wheight=20;

//background color: change to your own; 
var wbcolor="";

//scroller's speed: change to your own;
var sspeed=5;
var restart=sspeed;
var rspeed=sspeed;

//text: change to your own

wwholemessage="<font style='color:#fffde8; font-size:12px; text-transform: uppercase;'>Watch the SURFER Poll and Video Awards webcast live at 7:30 pm on September 9, 2008. &#8226;"+ "Breaking “News”: Kelly Slater’s bid for a ninth world title suggests he’ll seek reelection to a fourteenth term at the top of the Poll.&#8226;&nbsp;" +
						"Cast a ballot before it’s too late! SURFER Poll voting ends August 15.  &#8226;&nbsp;" +
						"Breaking “news”: On the campaign trail, Joel Parkinson vows to bring smooth surfing back to the masses. “It’s imperative,” says the delegate from Coolangatta.  &#8226;&nbsp;" +
						"If you miss the show live, The SURFER Poll and Video Awards will air on October 27 at 8pm ON FUEL TV. &#8226;&nbsp;" +
						"Breaking “News”: Seeking swing votes, former SURFER Poll winner Andy Irons has vowed to revise his cabinet if elected: “Bruce will not serve as press secretary,” he says. &#8226;&nbsp;"+
						"Watch the SURFER Poll and Video Awards webcast live at 7:30 pm on September 9, 2008.  &#8226;&nbsp;" +
						"Breaking “News”: Yet another Eugene scandal rocks the Fanning camp. “Moving forward we need to mitigate the damage,” said a source close to the campaign. “And hide the beer.” &#8226;&nbsp;" +
						"Cast a ballot before it’s too late! SURFER Poll voting ends August 15.  &#8226;&nbsp;" +
						"Breaking “News”: Running on a platform espousing change, hope, and higher airs, Dane Reynolds has officially announced his SURFER Poll candidacy. &#8226;&nbsp;" +
						"If you miss the show live, The SURFER Poll and Video Awards will air on October 27 at 8pm ON FUEL TV.  &#8226;&nbsp;" + 
						"Breaking “News”: When asked to join Kelly Slater’s campaign in 2008, Sunny Garcia balked at releasing financial documents. “In an election year, I just don’t need that kind of scrutiny,” said the former world champ.  &#8226;&nbsp;" +
						"Watch the SURFER Poll and Video Awards webcast live at 7:30 pm on September 9, 2008.  &#8226;&nbsp;"+
						"Breaking “News”: Courting votes in blue states along the Eastern seaboard, both the Hobgood brothers vow to roll back the “No Grom Left Behind” act if elected.  &#8226;&nbsp;" + 
						"Cast a ballot before it’s too late! SURFER Poll voting ends August 15.  &#8226;&nbsp;" +
						"Breaking “News”: Citing concerns of ballot tampering, voting machine hacking, and miscounts, Taj Burrow has requested each vote be counted by hand in 2008. “I’ve got a lot of support in West Oz that, mysteriously, just hasn’t been making a dent in the outcome of past elections,” he says.  &#8226;&nbsp;" +
						"If you miss the show live, The SURFER Poll and Video Awards will air on October 27 at 8pm ON FUEL TV.  &#8226;&nbsp;" + 
						"Breaking “News”: Despite a conflicting CIA report, Young Guns camp denies allegations they’ve been stockpiling weapons of mass destruction. “They’re welcome to search all they want,” said French representative Jeremy Flores. “We’ve got nothing to hide.”  &#8226;&nbsp;"+
						"Watch the SURFER Poll and Video Awards webcast live at 7:30 pm on September 9, 2008  &#8226;&nbsp;" +
						"Breaking “News”: Long shot candidates in the Malloy camp announce their platform for ’08: “Vegetable oil will fuel every surf check in our new America.”  &#8226;&nbsp;"+
						"Cast a ballot before it’s too late! SURFER Poll voting ends August 15.  &#8226;&nbsp;"+
						"Breaking “News”: Bustin’ Down The Door coalition vows that age is a plus, not a detractor: “These guys have the experience to lead on day one,” said one campaign manager.  &#8226;&nbsp;"+
						"Cast a ballot before it’s too late! SURFER Poll voting ends August 15.  &#8226;&nbsp;"+
						"Breaking “News”: Candidate Julian Wilson argues that pink is “the new green.” Rival Jordy Smith insists otherwise: “If pink is the new green,” says the South African, “then neon is the new black.”  &#8226;&nbsp;"+
						"If you miss the show live, The SURFER Poll and Video Awards will air on October 27 at 8pm ON FUEL TV.  </font>" ;
//-- end Parameters and message-->

//-- begin: Scroller's Algorithm -->
var sizeupw=0;var operbr=navigator.userAgent.toLowerCase().indexOf('opera');if(operbr==-1&&navigator.product&&navigator.product=="Gecko"){var agt = navigator.userAgent.toLowerCase();var rvStart = agt.indexOf('rv:');var rvEnd = agt.indexOf(')', rvStart);var check15 = agt.substring(rvStart+3, rvEnd);if(parseFloat(check15)>=1.8) operbr=0;}if (navigator.appVersion.indexOf("Mac")!=-1)operbr=0;
function goup(){if(sspeed!=rspeed*8){sspeed=sspeed*2;restart=sspeed;}}
function godown(){if(sspeed>rspeed){sspeed=sspeed/2;restart=sspeed;}}
function startw(){if(document.getElementById)ns6marqueew(document.getElementById('wslider'));else if(document.all) iemarqueew(wslider);else if(document.layers)ns4marqueew(document.wslider1.document.wslider2);}function iemarqueew(whichdiv){iedivw=eval(whichdiv);iedivw.style.pixelLeft=wwidth+"px";iedivw.innerHTML='<nobr>'+wwholemessage+'</nobr>';sizeupw=iedivw.offsetWidth;ieslidew();}function ieslidew(){if(iedivw.style.pixelLeft>=sizeupw*(-1)){iedivw.style.pixelLeft-=sspeed+"px";setTimeout("ieslidew()",100);}else{iedivw.style.pixelLeft=wwidth+"px";ieslidew();}}function ns4marqueew(whichlayer){ns4layerw=eval(whichlayer);ns4layerw.left=wwidth;ns4layerw.document.write('<nobr>'+wwholemessage+'</nobr>');ns4layerw.document.close();sizeupw=ns4layerw.document.width;ns4slidew();}function ns4slidew(){if(ns4layerw.left>=sizeupw*(-1)){ns4layerw.left-=sspeed;setTimeout("ns4slidew()",100);}else{ns4layerw.left=wwidth;ns4slidew();}}function ns6marqueew(whichdiv){ns6divw=eval(whichdiv);ns6divw.style.left=wwidth+"px";ns6divw.innerHTML='<nobr>'+wwholemessage+'</nobr>';sizeupw=ns6divw.offsetWidth;if(operbr!=-1){document.getElementById('operaslider').innerHTML='<nobr>'+wwholemessage+'</nobr>';sizeupw=document.getElementById('operaslider').offsetWidth;}ns6slidew();}function ns6slidew(){if(parseInt(ns6divw.style.left)>=sizeupw*(-1)){ns6divw.style.left=parseInt(ns6divw.style.left)-sspeed+"px";setTimeout("ns6slidew()",100);}else{ns6divw.style.left=wwidth+"px";ns6slidew();}}
//-- end Algorithm -->