function showPlayerMiclub_pop(name){
	document.write('<OBJECT ID="Player" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"  width=640 height=480>');
	document.write('	<PARAM name="Filename" value="mms://vod.tyhrd.co.kr/miclub2/'+name+'.wmv">');
	document.write('	<param name="ShowControls" value="0">	');
	document.write('	<param name="loop" value="true">	');				 					
	document.write('</OBJECT>');
}

function showEventADMiclub(){
	document.write('<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\" width=\"155\" height=\"80\">');
	document.write('<param name=wmode value=transparent>');
	document.write('<param name=movie value=\"/image/event_blog/071016/swf/real_ban.swf\">');
	document.write('<param name=quality value=high>');
	document.write('<embed src=\"/image/event_blog/071016/swf/real_ban.swf\"  wmode=transparent quality=high pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"155\" height=\"80\"></embed> ');
	document.write('</object>');
}