var tWidth='721px';                  // width (in pixels)
var tHeight='20px';                  // height (in pixels)
var tcolour='#000000';               // background colour:
var moStop=true;                     // pause on mouseover (true or false)
var fontfamily = ''; 				// font for content
var tSpeed=3;                        // scroll speed (1 = slow, 5 = fast)
var fsz ='9';						// font size
var fclor ='#FFFFFF';				// font color

var content='Welcome to WaterBabes.com .. Join now and get instant access to over 73,000 quality pictures and movies! Tropical Delights is composed of Waterbabes.com with 14 categories and over 15,000 pictures, Beaverbeach.com has 13 categories and over 15,000 pictures, Candidbeach.com has 8 categories and over 15,000 pictures, Bikinibeach.com has 8 categories and over 12,000 pictures and Outdoorbabes.com with 16 categories and over 13,000 pics. Enjoy your stay at TropicalDelights.com. Weekly updates are done every Tuesday, and a New Movie is added Daily. We can proudly boast that in more than 8 years online we have never missed a weekly update!';

var cps=tSpeed; var aw, mq; var fsz = parseInt(tHeight) - 4; 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=1" onmouseout="cps=tSpeed"'; tick +='><div id="mq" style="position:absolute;left:0px;top:0px;font-family:'+fontfamily+';font-size:12px;white-space:nowrap;color:'+fclor+'"><\/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;