variablecss="<link rel='stylesheet' type='text/css' href='http://www.surfoptions.com/fr/BTFILE/cssformulaire.css'>"
document.write(variablecss)
var tickercontents=new Array()
tickercontents[0]='<a><b>PARIS BOURSIERS GRATUITS</b></a> -  sans aucun risque ni engagement financier'
tickercontents[1]='<a><b>GAGNEZ jusqu\'à 2.000€</b></a> sur ce blog, tous les jours, avec <a href="http://www.surfoptions.com"><span style="text-decoration: none; color: black">surfoptions.com</span></a>'
tickercontents[2]='<a><b>POUR GAGNER</b></a>, prévoyez les cours de clôture des trois indices ci-dessous puis validez'
tickercontents[3]='Pour plus d\'informations, voir le menu en bas de ce ticker'
var tickdelay=3000 //delay btw messages
var highlightspeed=10 //10 pixels at a time.
////Do not edit pass this line////////////////
var currentmessage=0
var clipwidth=0
function changetickercontent(){
crosstick.style.clip="rect(0px 0px auto 0px)"
crosstick.innerHTML=tickercontents[currentmessage]
highlightmsg()
}
function highlightmsg(){
var msgwidth=crosstick.offsetWidth
if (clipwidth<msgwidth){
clipwidth+=highlightspeed
crosstick.style.clip="rect(0px "+clipwidth+"px auto 0px)"
beginclip=setTimeout("highlightmsg()",20)
}
else{
clipwidth=0
clearTimeout(beginclip)
if (currentmessage==tickercontents.length-1) currentmessage=0
else currentmessage++
setTimeout("changetickercontent()",tickdelay)
}
}
function start_ticking(){
currentmessage=0;
clipwidth=0;
crosstick=document.getElementById? document.getElementById("highlighter") : document.all.highlighter
crosstickParent=crosstick.parentNode? crosstick.parentNode : crosstick.parentElement
if (parseInt(crosstick.offsetHeight)>0)
crosstickParent.style.height=crosstick.offsetHeight+'px'
else
setTimeout("crosstickParent.style.height=crosstick.offsetHeight+'px'",100) //delay for Mozilla's sake
changetickercontent()
}
function showticker(surfoptionsticker){
document.getElementById(surfoptionsticker).style.left="250px";
document.getElementById(surfoptionsticker).style.top="150px";
document.getElementById(surfoptionsticker).style.width="520px";
document.getElementById(surfoptionsticker).style.height="200px";
document.getElementById(surfoptionsticker).style.display="block";
document.getElementById(surfoptionsticker).style.backgroundColor="rgb(0, 255, 0)";
document.getElementById(surfoptionsticker).style.border="1px solid rgb(0, 0, 0)";
document.forms['blogpariform'].elements['cac'].value="";
document.forms['blogpariform'].elements['dowjones'].value="";
document.forms['blogpariform'].elements['nasdaq'].value="";
return start_ticking();
return false;
}
function showsubticker(surfoptionssubticker){
document.getElementById(surfoptionssubticker).style.left="250px";
document.getElementById(surfoptionssubticker).style.top="355px";
document.getElementById(surfoptionssubticker).style.width="520px";
document.getElementById(surfoptionssubticker).style.display="block";
return false;
}
function closeticker(surfoptionsticker){
document.getElementById(surfoptionsticker).style.display="none"
}
<!--
//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// --> 