/* Ticker Tape script-© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions, 100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com */

//configure tickercontents[] to set the messges you wish be displayed (HTML codes accepted)
var tickercontents=new Array
(
'The Latest Release News :: The Latest Multi-Region Reviews',
'Superb Competitions :: Remote Handset Hacks',
'Make DVD365.net <b>Your</b> One Stop Site'
);

//'Win \'<b>In America</b>\' on DVD <a href="comps/inamerica.htm" target="main">[Enter]</a>'

//configure the below 2 variables to set the width/background color of the ticker

var tickerwidth='95%'
var tickerbgcolor='green'

//configure the below variable to determine the delay between ticking of messages (in miliseconds

var tickdelay=3000
