document.write('
 
'); var content ='Ingin kulit sehat? Ingin wajah bebas diskolorasi? Ingin terlihat lebih muda? Temukan solusinya di www.kulitkucantik.com'; var tWidth='725px'; // width (in pixels) var tHeight='18px'; // height (in pixels) var tcolour='#FFFFFF'; // background colour: var textcolour='#333333'; // background colour: var moStop=true; // pause on mouseover (true or false) var tSpeed=1; // scroll speed (1 = slow, 5 = fast) var cps = tSpeed; var aw, mq; var fsz = 11; function startticker(){ if (document.getElementById) { var tick = '
<\/div><\/div>'; document.getElementById('dsc00').innerHTML = tick; mq = document.getElementById("mq"); mq.style.left=(parseInt(tWidth)+2)+"px"; mq.innerHTML=''+content+'<\/span>'; aw = document.getElementById("tx").offsetWidth; lefttime=setInterval("scrollticker()",40);} } function scrollticker(){ mq.style.left = (parseInt(mq.style.left)>(-10 - aw)) ?parseInt(mq.style.left)-cps+"px" : parseInt(tWidth)+3+"px"; } window.onload=startticker;