function dispTopFlash(){	
	document.write('<div id="microsoft" style="width:227px;" align="center">');
	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=227' height='56'>");
	document.write("<param id='mname' name='movie' value='/top_flash.swf'>");
	document.write("<param name='quality' value='high'>");
	document.write("<param name='menu' value='false'>");	
	document.write("<param name='wmode' value='transparent'>");
	document.write("<embed id='mname1' src='/top_flash.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='227' height='56' wmode='transparent'></embed>");
	document.write("</object>");
	document.write('</div>');	

}
function dispBgLatest(){
document.write("<div id='creative1' style='width:778px; background-color:#FFFFFF' 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,29,0' width='778' height='198'>");
document.write("<param id='mname' name='movie' value='/flash_bg_latest.swf'>");
document.write("<param name='quality' value='high'>");
document.write("<param name='menu' value='false'>");
document.write("<param name='wmode' value='transparent'>");
document.write("<embed id='mname1' src='/flash_bg_latest.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='778' height='198' wmode='transparent'></embed>");
document.write("</object>");
document.write("</div>");
}
