var chknum = Math.round(Math.random()*2+.5);
//alert(chknum);
//var chknum = 0;
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="295" HEIGHT="194" id="main_banner" ALIGN="">');
if (chknum == 1) {
	document.write('<PARAM NAME=movie VALUE="/index/pbanner/090519/banner_0905.swf">');
} else {
	document.write('<PARAM NAME=movie VALUE="/promotion/070404/agm_banner.swf">');	
}
document.write('<PARAM NAME=menu VALUE=false>');
document.write('<PARAM NAME=quality VALUE=high>');
if (chknum == 1) {
	document.write('<PARAM NAME=bgcolor VALUE=#000000>');
	document.write('<EMBED src="/index/pbanner/090519/banner_0905.swf" menu=false quality=high bgcolor=#000000  WIDTH="295" HEIGHT="194" NAME="main_banner" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
} else {
	document.write('<PARAM NAME=bgcolor VALUE=#000000>');
	document.write('<EMBED src="/promotion/070404/agm_banner.swf" menu=false quality=high bgcolor=#FFFFFF  WIDTH="295" HEIGHT="194" NAME="main_banner" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');	
}
document.write('</OBJECT>');