var tWidth='425px';                 
var tHeight='20px';                  
var tcolour='#ffffff';               
var moStop=true;                    
var fontfamily = 'Arial, Helvetica, sans-serif'; // font for content
var tSpeed=3;                       
var content='15 strat&eacute;gies pour manger &agrave; faible co&#251;t <a target=_blank href="http:\/\/espaceparents.canoe.ca/style-vie/consommation/2008/12/03/7622321-jdm.html">(cliquez ici)<\/a>  -  Mangezquebec.com <a target=_blank href="http:\/\/www.mangezquebec.com\/">(cliquez ici)<\/a>  -  &Eacute;conomisez jusq\'\&agrave; 50 % sur vos achats - Visitez notre Centre des sp&eacute;ciaux <a href="http:\/\/www.supermarches.ca/epicerie.asp">(cliquez ici)<\/a>';

var cps=tSpeed; 
var aw, mq; 
var fsz = parseInt(tHeight) - 7; 

function startticker(){
	if (document.getElementById) {var tick = '<div style="position:relative;width:'+tWidth+';height:'+tHeight+';overflow:hidden;background-color:'+tcolour+'"';
	if (moStop) tick += ' onmouseover="cps=0" onmouseout="cps=tSpeed"'; tick +='><div id="mq" style="position:absolute;left:0px;top:2px;font-family:'+fontfamily+';font-size:'+fsz+'px;white-space:nowrap;"><\/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;
                  