File: //home/brucelee.org.uk/public_html/news1.html
<html>
<title>New to the site</title>
<head>
<body bgcolor="#000000" text="#ffffff">
<script language="JavaScript1.2">
/*
Cross browser marquee script II-
� Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/
//Specify the marquee's width (in pixels)
var marqueewidth=170
//Specify the marquee's height
var marqueeheight=150
//Specify the marquee's scroll speed (larger is faster)
var speed=2
//Specify the marquee contents
var marqueecontents='<font face="Arial"><strong>Thank you for visiting <a href="http://www.brucelee.org.uk">Bruce Lee UK.</a> Enjoy your stay! There are many new items on the site, and here is a list of the most recent additions. Hong Kong Legends have sent through the menus for the Bruce Lee Documentary Double Pack, which features two documentaries on one disc. The release is to celebrate the 30th anniversary of Bruces death. The documentaries included on the disc are The Legend and The Man And The Legend. A Classified ads section and .F.A.Q database added. Jon Benns new book Remembering Bruce out now. A Polling Booth, greeting Cards and free web based E-Mail added. Add your Bruce Lee link to this site now!. Find out what sign and animal you are with our new chinese horoscope. Thanks to all our visitors - old and new, pushing the total to 600,000 +.<p></p></strong></font>'
if (document.all)
document.write('<marquee direction="up" scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee>')
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",450)
intializemarquee()
}
}
function intializemarquee(){
document.cmarquee01.document.cmarquee02.document.write(marqueecontents)
document.cmarquee01.document.cmarquee02.document.close()
thelength=document.cmarquee01.document.cmarquee02.document.height
scrollit()
}
function scrollit(){
if (document.cmarquee01.document.cmarquee02.top>=thelength*(-1)){
document.cmarquee01.document.cmarquee02.top-=speed
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.top=marqueeheight
scrollit()
}
}
window.onload=regenerate2
</script>
<ilayer width="&{marqueewidth};" height="&{marqueeheight};" name="cmarquee01">
<layer name="cmarquee02" width="&{marqueewidth};" height="&{marqueeheight};"></layer>
</ilayer>
<a href="javascript: self.close();"><center>
<img src="brpics/miniclosewindow.gif" height="13" width="64" border="0" alt="Close Window"></a>
</center>
</body>
</head>
</html>