function print_news_menu(){
	document.write('  <select name=qq>');
	document.write('  <option selected>  -- ½Ð¿ï¾Ü --  </option>');
	document.write('  <option value="news_10_q1_c.html">2010¦~1¤ë¦Ü3¤ë¥÷</option>')
	document.write('  <option value="news_09_q4_c.html">2009¦~10¤ë¦Ü12¤ë¥÷</option>')
	document.write('  <option value="news_09_q3_c.html">2009¦~7¤ë¦Ü9¤ë¥÷</option>')
	document.write('  <option value="news_09_q2_c.html">2009¦~4¤ë¦Ü6¤ë¥÷</option>')
	document.write('  <option value="news_09_q1_c.html">2009¦~1¤ë¦Ü3¤ë¥÷</option>')
	document.write('  <option value="news_08_q4_c.html">2008¦~10¤ë¦Ü12¤ë¥÷</option>')
	document.write('  <option value="news_08_q3_c.html">2008¦~7¤ë¦Ü9¤ë¥÷</option>');
	document.write('  <option value="news_08_q2_c.html">2008¦~4¤ë¦Ü6¤ë¥÷</option>');
	document.write('  <option value="news_08_q1_c.html">2008¦~1¤ë¦Ü3¤ë¥÷</option>');
	document.write('  <option value="news_07_q4_c.html">2007¦~10¤ë¦Ü12¤ë¥÷</option>');
	document.write('  <option value="news_07_q3_c.html">2007¦~7¤ë¦Ü9¤ë¥÷</option>');
	document.write('  <option value="news_07_q2_c.html">2007¦~4¤ë¦Ü6¤ë¥÷</option>');
	document.write('  <option value="news_07_q1_c.html">2007¦~1¤ë¦Ü3¤ë¥÷</option>');
	document.write('  <option value="news_06_q4_c.html">2006¦~10¤ë¦Ü12¤ë¥÷</option>');
	document.write('  <option value="news_06_q3_c.html">2006¦~7¤ë¦Ü9¤ë¥÷</option>');
	document.write('  <option value="news_06_q2_c.html">2006¦~4¤ë¦Ü6¤ë¥÷</option>');
	document.write('  <option value="news_06_q1_c.html">2006¦~1¤ë¦Ü3¤ë¥÷</option>');
	document.write('  <option value="news_05_q4_c.html">2005¦~10¤ë¦Ü12¤ë¥÷</option>');
	document.write('  <option value="news_05_q3_c.html">2005¦~7¤ë¦Ü9¤ë¥÷</option>');
	document.write('  <option value="news_05_q2_c.html">2005¦~4¤ë¦Ü6¤ë¥÷</option>');
	document.write('  <option value="news_05_q1_c.html">2005¦~1¤ë¦Ü3¤ë¥÷</option>');
	document.write('  </select> ');
}
function changeLang (lang) {
	var full_url = parent.location.href
	var q_index = full_url.indexOf("#")
	if (q_index==-1) {
		q_index = full_url.length
	}
	var front_part = full_url.substring (full_url, q_index);
	var dot_index  = full_url.indexOf(".", q_index-5);
	var query_part = full_url.substring (q_index, full_url.length);

	if (lang=="EN") {
		new_front_part = front_part.substring(0, parseInt(dot_index)-2) + "" + front_part.substring(parseInt(dot_index), front_part.length)
	} else {
		new_front_part = front_part.substring(0, parseInt(dot_index)) + "_c" + front_part.substring(parseInt(dot_index), front_part.length)
	}

	if (query_part=="") {
		new_full_url = new_front_part
	} else {
		new_full_url = new_front_part + query_part
	}
	parent.location.href=new_full_url
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function showTopLogo(){
	document.write('<table width="786" border="0" cellpadding="0" cellspacing="0">');
	document.write(' <tr>');
	document.write('   <td width="14"><a name="TOP"><img name="con_top_left" src="images/con_top_left.gif" width="14" height="6" border="0" alt=""></a></td>');
	document.write('   <td colspan="2" background="images/line_top.gif"><img src="images/spacer.gif" width="1" height="6"></td>');
	document.write('   <td width="6"><img name="con_top_right" src="images/con_top_right.gif" width="6" height="6" border="0" alt=""></td>');
	document.write(' </tr>');
	document.write(' <tr>');
	document.write('   <td background="images/line_left.gif"><img src="images/line_left.gif" width="14" height="5"></td>');
	document.write('   <td width="290"><img name="logo_top_hks_c" src="images/logo_top_hks_c.jpg" width="290" height="112" border="0" alt=""></td>');
	document.write('   <td width="580" bgcolor="#FFFFFF"><div align="right">');
	document.write('       <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="470" height="104" id="topRotate" align="middle">');
	document.write('         <param name="allowScriptAccess" value="sameDomain" />');
	document.write('         <param name="movie" value="images/topRotate.swf" />');
	document.write('         <param name="wmode" value="transparent" />');
	document.write('         <param name="quality" value="high" />');
	document.write('         <param name="bgcolor" value="#ffffff" />');
	document.write('         <embed src="images/topRotate.swf" quality="high" bgcolor="#ffffff" width="470" height="104" name="topRotate" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('   </object>');
	document.write('   </div></td>');
	document.write('   <td background="images/line_right.jpg"><img src="images/line_right.jpg" width="6" height="5"></td>');
	document.write(' </tr>');
	document.write('</table>');
}

function showHeader(){
	document.write('<table width="844" border="0" cellspacing="0" cellpadding="0" align=center>');
	document.write('  <tr>');
	document.write('    <td width="786">');
	document.write('			<script>showTopLogo();</script>');
	document.write('      <table width="786" border="0" cellspacing="0" cellpadding="0">');
	document.write('        <tr>');
	document.write('          <td width="14" background="images/line_left.gif"><img src="images/line_left.gif" width="14" height="5"></td>');
	document.write('          <td width="142" valign="top" bgcolor="#FFFFFF">');
	document.write('          		<!--Start Left Navigation-->');
	document.write('	          	<table width="142" border="0" cellspacing="0" cellpadding="0">');
	document.write('	              <tr>');
	document.write('	                <td><img name="nav_top" src="images/nav_top.jpg" width="142" height="52" border="0" alt=""></td>');
	document.write('	              </tr>');
	document.write('	              <tr>');
	document.write('	                <td>');
	document.write('						     	<DIV id=myMenuID></DIV>');
	document.write('									<SCRIPT language=JavaScript type=text/javascript>cmDraw (\'myMenuID\', myMenu, \'vbr\', cmThemeOffice, \'ThemeOffice\');</SCRIPT>');
	document.write('									</td>');
	document.write('								</tr>');
	document.write('	              <tr>');
	document.write('	                <td><img src="images/nav_foot.jpg" width="142" height="27"></td>');
	document.write('	              </tr>');
	document.write('	            </table>');
	document.write('          		<!--Start Sponsor Logo-->');
	document.write('              <table width="142" border="0" cellspacing="0" cellpadding="0">');
	document.write('                <tr>');
	document.write('                  <td><a href="http://www.cathaypacific.com/" target="_blank"><img src="images/logo_cx.jpg" border="0"></a></td>');
	document.write('                </tr>');
	document.write('                <tr>');
	document.write('                  <td><a href="http://www.fujifilm.com.hk/FinePix/tc/products/digital_cameras/index.html" target="_blank"><img src="images/logo_fuji.jpg" border="0"></a></td>');
	document.write('                </tr>');
	document.write('                <tr>');
	document.write('                  <td><a href="http://www.buler.ch" target="_blank"><img src="images/logo_buler.jpg" border="0"></a></td>');
	document.write('                </tr>');
	document.write('                <tr>');
	document.write('                  <td><a href="http://www.worldsquash.org/newsfeed.html" target="_blank"><img src="images/logo_wsf.jpg" border="0"></a></td>');
	document.write('                </tr>');
	document.write('                <tr>');
	document.write('                  <td><a href="promo_onlinealbum_c.html"><img src="floating/floating_oa_c.gif" border="0"></a></td>');
	document.write('                </tr>');
	document.write('                <tr>');
	document.write('                  <td><a href="http://www.mevents.org.hk/" target="_blank"><img src="images/logo_mevent.jpg" border="0"></a></td>');
	document.write('                </tr>');
	document.write('                <tr>');
	document.write('                  <td>&nbsp;</td>');
	document.write('                </tr>');
	document.write('            </table></td>');
	document.write('          <td width="11" background="images/line_center.jpg"><img src="images/line_center.jpg" width="11" height="5"></td>');
	document.write('          <td valign="top" background="images/bg_content.jpg">');
	document.write('	          	<table width="99.5%" height="27"  border="0" cellpadding="0" cellspacing="0" background="images/bg_B_5px.jpg">');
	document.write('	              <tr>');
	document.write('	                <td width="20"><img src="images/spacer.gif" width="20" height="1"></td>');
	document.write('	                <td width="25"><a href="index_c.html"><img src="images/btn_home.jpg" alt="?D-?" width="25" height="27" border="0"></a></td>');
	document.write('	                <td width="25"><a href="sitemap_c.html"><img src="images/btn_sitemap.jpg" alt="oo-??u?n" width="25" height="27" border="0"></a></td>');
	document.write('	                <td width="25"><a href="newsletter_c.html"><img src="images/btn_newsletter.jpg" alt="·|°T" width="25" height="27" border="0"></a></td>');
	document.write('	                <td width="25"><a href="contactus_c.html"><img src="images/btn_contact.jpg" alt="Apµ?§U-I" width="25" height="27" border="0"></a></td>');
	document.write('	                <td width="25"><a href="javascript:window.print();"><img src="images/btn_print.jpg" alt="|C|L" width="25" height="27" border="0"></a></td>');
	document.write('	                <td>&nbsp;</td>');
	document.write('	                <td width="61"><!a href="javascript:changeLang(\'TC\');"><img src="images/btn_chi.jpg" width="61" height="27" border="0"></a></td>');
	document.write('	                <td width="56"><a href="javascript:changeLang(\'EN\');"><img src="images/btn_eng.jpg" width="56" height="27" border="0"></a></td>');
	document.write('	              </tr>');
	document.write('	            </table>');
}
function showFooter(){
	document.write('    </td>');
	document.write('    <td width="6" background="images/line_right.jpg"><img src="images/line_right.jpg" width="6" height="5"></td>');
	document.write('  </tr>');
	document.write('  <tr>');
	document.write('    <td background="images/line_left.gif">&nbsp;</td>');
	document.write('    <td valign="top" background="images/footer_bg_C_5px.jpg" bgcolor="#FFFFFF"><img src="images/footer_bg_C_5px.jpg" width="5" height="21"></td>');
	document.write('    <td background="images/line_center.jpg">&nbsp;</td>');
	document.write('    <td valign="top" background="images/footer_bg_C_5px.jpg"><div align="right"><a href="javascript:history.go(-1);"><img src="images/btn_backc.jpg" border="0"></a><a href="#TOP"><img src="images/btn_topc.jpg" border="0"></a></div></td>');
	document.write('    <td background="images/line_right.jpg">&nbsp;</td>');
	document.write('  </tr>');
	document.write('  <tr>');
	document.write('    <td background="images/line_left.gif">&nbsp;</td>');
	document.write('    <td valign="top" background="images/bg_B_5px.jpg" bgcolor="#FFFFFF"><img src="images/bg_B_5px.jpg" width="5" height="27"></td>');
	document.write('    <td background="images/line_center.jpg">&nbsp;</td>');
	document.write('    <td valign="top" background="images/bg_content.jpg"><table width="100%" height="27"  border="0" cellpadding="0" cellspacing="0" background="images/bg_B_5px.jpg">');
	document.write('        <tr>');
	document.write('          <td width="20"><img src="images/spacer.gif" width="20" height="1"></td>');
	document.write('          <td width="25"><a href="index_c.html"><img src="images/btn_home.jpg" alt="?D-?" width="25" height="27" border="0"></a></td>');
	document.write('          <td width="25"><a href="sitemap_c.html"><img src="images/btn_sitemap.jpg" alt="oo-??u?n" width="25" height="27" border="0"></a></td>');
	document.write('          <td width="25"><a href="newsletter_c.html"><img src="images/btn_newsletter.jpg" alt="·|°T" width="25" height="27" border="0"></a></td>');
	document.write('          <td width="25"><a href="contactus_c.html"><img src="images/btn_contact.jpg" alt="Apµ?§U-I" width="25" height="27" border="0"></a></td>');
	document.write('          <td width="25"><a href="javascript:window.print();"><img src="images/btn_print.jpg" alt="|C|L" width="25" height="27" border="0"></a></td>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td width="301"><img src="images/copyright.jpg" width="301" height="27"></td>');
	document.write('        </tr>');
	document.write('    </table></td>');
	document.write('    <td background="images/line_right.jpg">&nbsp;</td>');
	document.write('  </tr>');
	document.write('</table>');
	document.write('<table width="786" border="0" cellpadding="0" cellspacing="0">');
	document.write('  <tr>');
	document.write('    <td width="14"><img name="con_top_left" src="images/con_foot_left.gif" width="14" height="8" border="0" alt=""></td>');
	document.write('    <td colspan="2" background="images/line_foot.gif"><img src="images/line_foot.gif" width="5" height="8"></td>');
	document.write('    <td width="6"><img name="con_top_right" src="images/con_foot_right.gif" width="6" height="8" border="0" alt=""></td>');
	document.write('  </tr>');
	document.write('</table>');

	document.write('	      </td>');
	document.write('    	<td valign="top"><img src="images/bg_hks.png" width="58" height="660" hspace="1" vspace="5"></td>');
	document.write('  </tr>');
	document.write('</table>');
}

function showTopLogoLeague(){
	document.write('<table width="786" border="0" cellpadding="0" cellspacing="0">');
	document.write(' <tr>');
	document.write('   <td width="14"><a name="TOP"><img name="con_top_left" src="images/con_top_left.gif" width="14" height="6" border="0" alt=""></a></td>');
	document.write('   <td colspan="2" background="images/line_top.gif"><img src="images/spacer.gif" width="1" height="6"></td>');
	document.write('   <td width="6"><img name="con_top_right" src="images/con_top_right.gif" width="6" height="6" border="0" alt=""></td>');
	document.write(' </tr>');
	document.write(' <tr>');
	document.write('   <td background="images/line_left.gif"><img src="images/line_left.gif" width="14" height="5"></td>');
	document.write('   <td width="290"><img name="logo_top_hks_c" src="images/league_top.jpg" width="290" height="112" border="0" alt=""></td>');
	document.write('   <td width="580" bgcolor="#FFFFFF"><div align="right">');
	document.write('       <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="470" height="104" id="topRotate" align="middle">');
	document.write('         <param name="allowScriptAccess" value="sameDomain" />');
	document.write('         <param name="movie" value="images/topRotate.swf" />');
	document.write('         <param name="quality" value="high" />');
	document.write('         <param name="bgcolor" value="#ffffff" />');
	document.write('         <embed src="images/topRotate.swf" quality="high" bgcolor="#ffffff" width="470" height="104" name="topRotate" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('   </object>');
	document.write('   </div></td>');
	document.write('   <td background="images/line_right.jpg"><img src="images/line_right.jpg" width="6" height="5"></td>');
	document.write(' </tr>');
	document.write('</table>');
}

function showHeaderLeague(){
	document.write('<table width="844" border="0" cellspacing="0" cellpadding="0" align=center>');
	document.write('  <tr>');
	document.write('    <td width="786">');
	document.write('			<script>showTopLogoLeague();</script>');
	document.write('      <table width="786" border="0" cellspacing="0" cellpadding="0">');
	document.write('        <tr>');
	document.write('          <td width="14" background="images/line_left.gif"><img src="images/line_left.gif" width="14" height="5"></td>');
	document.write('          <td width="142" valign="top" bgcolor="#FFFFFF">');
	document.write('          		<!--Start Left Navigation-->');
	document.write('	          	<table width="142" border="0" cellspacing="0" cellpadding="0">');
	document.write('	              <tr>');
	document.write('	                <td><img name="nav_top" src="images/nav_top.jpg" width="142" height="52" border="0" alt=""></td>');
	document.write('	              </tr>');
	document.write('	              <tr>');
	document.write('	                <td>');
	document.write('						     	<DIV id=myMenuID></DIV>');
	document.write('									<SCRIPT language=JavaScript type=text/javascript>cmDraw (\'myMenuID\', myMenu, \'vbr\', cmThemeOffice, \'ThemeOffice\');</SCRIPT>');
	document.write('									</td>');
	document.write('								</tr>');
	document.write('	              <tr>');
	document.write('	                <td><img src="images/nav_foot.jpg" width="142" height="27"></td>');
	document.write('	              </tr>');
	document.write('	            </table>');
	document.write('          		<!--Start Sponsor Logo-->');
	document.write('              <table width="142" border="0" cellspacing="0" cellpadding="0">');
	document.write('                <tr>');
	document.write('                  <td><br><a href="http://www.tyche-group.com/" target="_blank"><img src="images/logo_tyche.jpg" border="0"></a></td>');
	document.write('                </tr>');
	document.write('                <tr>');
	document.write('                  <td>&nbsp;</td>');
	document.write('                </tr>');
	document.write('            </table></td>');
	document.write('          <td width="11" background="images/line_center.jpg"><img src="images/line_center.jpg" width="11" height="5"></td>');
	document.write('          <td valign="top" background="images/bg_content.jpg">');
	document.write('	          	<table width="99.5%" height="27"  border="0" cellpadding="0" cellspacing="0" background="images/bg_B_5px.jpg">');
	document.write('	              <tr>');
	document.write('	                <td width="20"><img src="images/spacer.gif" width="20" height="1"></td>');
	document.write('	                <td width="25"><a href="index_c.html"><!img src="images/btn_home.jpg" alt="?D-?" width="25" height="27" border="0"></a></td>');
	document.write('	                <td width="25"><a href="sitemap_c.html"><!img src="images/btn_sitemap.jpg" alt="oo-??u?n" width="25" height="27" border="0"></a></td>');
	document.write('	                <td width="25"><a href="newsletter_c.html"><!img src="images/btn_newsletter.jpg" alt="·|°T" width="25" height="27" border="0"></a></td>');
	document.write('	                <td width="25"><a href="contactus_c.html"><!img src="images/btn_contact.jpg" alt="Ap?§U-I" width="25" height="27" border="0"></a></td>');
	document.write('	                <td width="25"><a href="javascript:window.print();"><!img src="images/btn_print.jpg" alt="|C|L" width="25" height="27" border="0"></a></td>');
	document.write('	                <td>&nbsp;</td>');
	document.write('	                <td width="61"><!a href="javascript:changeLang(\'TC\');"><img src="images/btn_chi.jpg" width="61" height="27" border="0"></a></td>');
	document.write('	                <td width="56"><a href="javascript:changeLang(\'EN\');"><img src="images/btn_eng.jpg" width="56" height="27" border="0"></a></td>');
	document.write('	              </tr>');
	document.write('	            </table>');
}
function showFooterLeague(){
	document.write('    </td>');
	document.write('    <td width="6" background="images/line_right.jpg"><img src="images/line_right.jpg" width="6" height="5"></td>');
	document.write('  </tr>');
	document.write('  <tr>');
	document.write('    <td background="images/line_left.gif">&nbsp;</td>');
	document.write('    <td valign="top" background="images/footer_bg_C_5px.jpg" bgcolor="#FFFFFF"><img src="images/footer_bg_C_5px.jpg" width="5" height="21"></td>');
	document.write('    <td background="images/line_center.jpg">&nbsp;</td>');
	document.write('    <td valign="top" background="images/footer_bg_C_5px.jpg"><div align="right"><a href="javascript:history.go(-1);"><img src="images/btn_backc.jpg" border="0"></a><a href="#TOP"><img src="images/btn_topc.jpg" border="0"></a></div></td>');
	document.write('    <td background="images/line_right.jpg">&nbsp;</td>');
	document.write('  </tr>');
	document.write('  <tr>');
	document.write('    <td background="images/line_left.gif">&nbsp;</td>');
	document.write('    <td valign="top" background="images/bg_B_5px.jpg" bgcolor="#FFFFFF"><img src="images/bg_B_5px.jpg" width="5" height="27"></td>');
	document.write('    <td background="images/line_center.jpg">&nbsp;</td>');
	document.write('    <td valign="top" background="images/bg_content.jpg"><table width="100%" height="27"  border="0" cellpadding="0" cellspacing="0" background="images/bg_B_5px.jpg">');
	document.write('        <tr>');
	document.write('          <td width="20"><img src="images/spacer.gif" width="20" height="1"></td>');
	document.write('          <td width="25"><a href="index_c.html"><!img src="images/btn_home.jpg" alt="?D-?" width="25" height="27" border="0"></a></td>');
	document.write('          <td width="25"><a href="sitemap_c.html"><!img src="images/btn_sitemap.jpg" alt="oo-??u?n" width="25" height="27" border="0"></a></td>');
	document.write('          <td width="25"><a href="newsletter_c.html"><!img src="images/btn_newsletter.jpg" alt="·|°T" width="25" height="27" border="0"></a></td>');
	document.write('          <td width="25"><a href="contactus_c.html"><!img src="images/btn_contact.jpg" alt="Ap?§U-I" width="25" height="27" border="0"></a></td>');
	document.write('          <td width="25"><a href="javascript:window.print();"><!img src="images/btn_print.jpg" alt="|C|L" width="25" height="27" border="0"></a></td>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td width="301"><img src="images/copyright.jpg" width="301" height="27"></td>');
	document.write('        </tr>');
	document.write('    </table></td>');
	document.write('    <td background="images/line_right.jpg">&nbsp;</td>');
	document.write('  </tr>');
	document.write('</table>');
	document.write('<table width="786" border="0" cellpadding="0" cellspacing="0">');
	document.write('  <tr>');
	document.write('    <td width="14"><img name="con_top_left" src="images/con_foot_left.gif" width="14" height="8" border="0" alt=""></td>');
	document.write('    <td colspan="2" background="images/line_foot.gif"><img src="images/line_foot.gif" width="5" height="8"></td>');
	document.write('    <td width="6"><img name="con_top_right" src="images/con_foot_right.gif" width="6" height="8" border="0" alt=""></td>');
	document.write('  </tr>');
	document.write('</table>');

	document.write('	      </td>');
	document.write('    	<td valign="top"><img src="images/bg_hks.png" width="58" height="660" hspace="1" vspace="5"></td>');
	document.write('  </tr>');
	document.write('</table>');
}

function showFlashBanner(){
	document.write('       <br><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="550" height="78" id="topRotate" align="middle">');
	document.write('         <param name="allowScriptAccess" value="sameDomain" />');
	document.write('         <param name="movie" value="images/league/top_banner.swf" />');
	document.write('         <param name="wmode" value="transparent" />');
	document.write('         <param name="quality" value="high" />');
	document.write('         <param name="bgcolor" value="#ffffff" />');
	document.write('         <embed src="images/league/top_banner.swf" quality="high" bgcolor="#ffffff" width="550"  height="78" name="topRotate" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('   </object><br>');
}