document.write("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"> ")
document.write("  <tr> ")
document.write("    <td width=\"295\"><img src=\"images/top_1.jpg\" width=\"295\" height=\"70\"></td>")
document.write("    <td width=\"460\" align=\"center\"  valign=\"center\" background=\"images/top_2.jpg\"> ")
document.write("      <object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"296\" height=\"50\">")
document.write("        <param name=\"movie\" value=\"images/top.swf\">")
document.write("        <param name=\"quality\" value=\"high\">")
document.write("       <param name=\"wmode\" value=\"transparent\">")
document.write("        <embed src=\"images/top.swf\" width=\"296\" height=\"50\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" wmode=\"transparent\"></embed></object>")
document.write("    </td>")
mydate=new Date();
day=mydate.getDate();
month=mydate.getMonth()+1;
year=mydate.getYear();

   var d, day1, x, s
   var x = new Array("Sunday", "Monday", "Tuesday");
   var x = x.concat("Wednesday","Thursday", "Friday"); 
   var x = x.concat("Saturday");
   d = new Date();
   day1 = d.getDay();
   s= x[day1];

document.write("<td align=\"right\" valign=\"top\" background=\"images/top_3.jpg\" ><table width=\"230\" height=\"66\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >")
document.write("        <tr> ")
document.write("          <td  align=\"left\" valign=\"top\"><img src=\"images/iso.gif\" width=\"149\" height=\"66\"></td><td background=\"images/top_3.jpg\" width=\"200\" valign=\"center\"  align=\"center\"><br><font color=\"ffffff\"><strong><br>"+month+"-"+day+"-"+year+"<br>"+s+"<br></strong></font></td>")
document.write("        </tr>")
document.write("      </table></td>")
document.write("  </tr> ")
document.write("</table>")
