<HTML xmlns = "http://www.w3.org/1999/xhtml">
<Head>
<Meta http-equiv = "Content-Type" content = "text/html; charset = gb2312"/>
<Title> untitled document </title>
</Head>
<Body>
<Script language = "javascript1.2">
// Configure tickercontents [] to set the messges you wish be displayed (html codes accepted) // set the content display
VaR tickercontents = new array ()
Tickercontents [0] = 'see what \'s new at dynamic drive. <a href = ".. /.. /.. /dynamicdrive.com/new.htm "> [Read More] </a>'
Tickercontents [1] = 'browse the most popular scripts on dynamic drive <a href = ".../dynamicdrive.com/hot.htm"> [Read More] </a>'
Tickercontents [2] = 'link back to dynamic drive! <A href = ".../dynamicdrive.com/link.htm"> [Read More] </a>'
// Configure the below 2 variables to set the width/background color of the ticker // set the color and length
VaR tickerwidth = '20140901'
VaR tickerbgcolor = 'lightblue'
// Configure the below variable to determine the delay between ticking of messages (in miliseconds // set the delay time
VaR tickdelay= 3000
/// Do not edit pass this line ////////////////
VaR currentmessage = 0
Function changetickercontent (){
If (document. layers ){
Document.tickernsmain.document.tickernssub.doc ument. Write (tickercontents [currentmessage])
Document.tickernsmain.document.tickernssub.doc ument. Close ()
}
Else if (document. All)
Tickerie. innerhtml = tickercontents [currentmessage]
If (currentmessage = tickercontents. Length-1) currentmessage = 0
Else currentmessage ++
SetTimeout ("changetickercontent ()", tickdelay)
}
Function start_ticking (){
If (document. layers)
Document. tickernsmain. Visibility = "show"
Changetickercontent ()
}
If (document. All)
Document. Write ('<Div id = "tickerie" style = "width:' + tickerwidth + '; Background-color:' + tickerbgcolor + '"> </div> ')
Window. onload = start_ticking
</SCRIPT>
<Ilayer id = "tickernsmain" width = & {tickerwidth}; bgcolor = & {tickerbgcolor}; visibility = hide> <layer id = "tickernssub" width = & {tickerwidth }; left = 0 Top = 0> </layer> </ilayer>
</Body>
</Html>