<HTML><HEAD><TITLE>SwL</TITLE>
</HEAD>
<BODY BGCOLOR="#000000">
<style>
<!--
BODY{
scrollbar-face-color:#000000;
scrollbar-arrow-color:#3333FF;
scrollbar-track-color:#000000;
scrollbar-shadow-color:'#3333FF';
scrollbar-highlight-color:'#000000';
scrollbar-3dlight-color:'#000000';
scrollbar-darkshadow-Color:'#000000';
}
-->
</style>
<script language=JavaScript>
<!--
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</script>
<script language="JavaScript1.2">
//Specify the marquee's width (in pixels)
var marqueewidth=750
//Specify the marquee's height (in pixels, pertains only to NS)
var marqueeheight=300
//Specify the marquee's scroll speed (larger is faster)
var speed=20
//Specify the marquee contents
var marqueecontents='<font face="Arial" size="+7" color="#3333FF"><strong><big>Mazda</big></strong></font>'
if (document.all)
document.write('<marquee scrollAmount='+speed+' style="width:'+marqueewidth+'">'+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('<nobr>'+marqueecontents+'</nobr>')
document.cmarquee01.document.cmarquee02.document.close()
thelength=document.cmarquee01.document.cmarquee02.document.width
scrollit()
}
function scrollit(){
if (document.cmarquee01.document.cmarquee02.left>=thelength*(-1)){
document.cmarquee01.document.cmarquee02.left-=speed
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.left=marqueewidth
scrollit()
}
}
window.onload=regenerate2
</script>
<ilayer width=&{marqueewidth}; height=&{marqueeheight}; name="cmarquee01">
<layer name="cmarquee02"></layer>
</ilayer>
</HTML>