//Slide-in scoller- © Dynamic Drive (www.dynamicdrive.com)
//For full source code, 100's more DHTML scripts, and TOS,
//visit http://www.dynamicdrive.com

//Configure delay between messages (4000=4 secs):
var delay=4000
//Configure scroller width
var scrollwidth=200
//Configure scroller height
var scrollheight=75
var message=new Array()
//Configure messages. Extend array as needed:
var openingtag='<font face="Arial" size=3>'
message[0]='<b><a href="http://secure.lunarpages.com/tracking/cgi-bin/clickthru.cgi?id=reviews" target="_blank">LUNARPAGES.COM</a></b> Affordable  Web Hosting from $7.95 per month!'
message[1]='<b><a href="http://www.kickme.to" target="_blank">KickMe.To</b></a><br> Get Free URL Forwarding'
message[2]='<b><a href="http://www.mindcollisions.com" target="_blank">Mind Collisions</a></b><br>A collections of forums where you can have your say on ANY topic'
var closingtag='</font>'
message[3]='<b><a href="http://www.norecordlabel.com" target="_blank">NoRecordLabel.com</a></b><br>Download Free Mp3s'
var closingtag='</font>'
message[4]='<b><a href="http://www.driverpit.com" target="_blank">DriverPit.com</b></a><br>Computer Device Drivers'
var closingtag='</font>'

//This variable specifies the initial negative offset of each msg
//You may wish to increase it if your scroller is to the right of page horizontally
var hoffset=-10

