// JavaScript Document
document.writeln("<table  border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">");
document.writeln("  <tr>");
document.writeln("    <td><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=\"996\" height=\"179\">");
document.writeln("      <param name=\"movie\" value=\"\/images\/2009webtop.swf\">");
document.writeln("      <param name=\"quality\" value=\"high\">");
document.writeln("      <embed src=\"\/images\/2009webtop.swf\" quality=\"high\" pluginspage=\"http:\/\/www.macromedia.com\/go\/getflashplayer\" type=\"application\/x-shockwave-flash\" width=\"996\" height=\"179\"><\/embed>");
document.writeln("    <\/object><\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>");
  var   head   =   document.getElementsByTagName('HEAD').item(0);   
  var   style   =   document.createElement('link');   
  style.href   =   '2009jy.css';   
  style.rel   =   'stylesheet';   
  style.type   =   'text/css';   
  head.appendChild(style); 