// JavaScript Document
var banner='<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">'
+'  <tr>'
+'    <td height="2" colspan="3" bgcolor="#FFFFFF"></td>'
+'</tr>'
+' <tr>'
+' <td width="120"><img src="images/index_r1_c1_r1_c1.jpg" width="120" height="119"></td>'
+'  <td width="444" background="images/index_r1_c1_r1_c2.jpg"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="444" height="119">'
+'          <param name="movie" value="images/top.swf">'
+'        <param name="wmode" value="transparent">'
+'        <param name="quality" value="high">'
+'        <embed src="images/top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="444" height="119"></embed></object></td>'
+'  <td width="196"><img src="images/index_r1_c1_r1_c3.jpg" width="196" height="119"></td>'
+' </tr>'
+'<tr>'
+'<td height="1" colspan="3" bgcolor="#FFFFFF"></td>'
+'</tr>'
+'</table>'
document.write(banner);


