function swf(src,w,h,flashVar){
	html = '';
	html += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"  width="'+w+'" height="'+h+'">';
	html += '<param name="movie" value="'+src+'">';
	html += '<param name="quality" value="high">';
	html += '<param name="allowFullScreen" value="true">';	
	html += '<param name="allowScriptAccess" value="always">';
	html += '<param name="FlashVars" value="'+flashVar+'">';
	html += '<param name="wmode" value="transparent">';
	html += '<embed src="'+src+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'" name="flashvars" allowScriptAccess="always" allowFullScreen="true"></embed>';
	html += '</object>';
	document.write(html);
}

function movieScrap(a) {
      var txt;
      var result;
    
      txt='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,18,0" width="320" height="240" id="wisePlay9_Full" align="middle">';
      txt+='<param name="allowScriptAccess" value="always">';
      txt+='<param name="allowFullScreen" value="true">';
      txt+='<param name="movie" value="flvPlayer_get.swf?moviename='+a+'&autostart=1'+'">';
      txt+='<param name="quality" value="high">';
      txt+='<param name="bgcolor" value="#000000">';
      txt+='<embed src="flvPlayer_get.swf?moviename='+a+'&autostart=1'+'"'+'quality="high" bgcolor="#000000" width="320" height="240" name="wisePlay9_Full" align="middle" allowScriptAccess="always" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">';
      txt += '</object>';
  	
      result = window.clipboardData.setData('Text', txt); 
      //alert("소스 복사가 완료되었습니다.="+a);	
}


