function lmsVeoh(url)
{
	var w = 320; var h = 240+20;
	document.write('<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="'+w+'" height="'+h+'" src="'+url+'" wmode="transparent" style="margin:2px;"></embed>');
}
function lmsMNCast(url)
{
	//var w = 320; var h = 240+70;
	var w = 420; var h = 374;
	document.write('<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="'+w+'" height="'+h+'" src="'+url+'" wmode="transparent" style="margin:2px;"></embed>');
}
function lmsMetaCafe(url)
{
	var w = 400; var h = 345;
	document.write('<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="'+w+'" height="'+h+'" src="'+url+'" wmode="transparent" style="margin:2px;"></embed>');
}
function lmsMySpace(url)
{
	var w = 430; var h = 346;
	document.write('<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="'+w+'" height="'+h+'" src="'+url+'" wmode="transparent" style="margin:2px;"></embed>');
}
function lmsYouTube(url)
{
	var w = 425; var h = 350;
	var path = 'http://www.youtube.com/v/';
	document.write('<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="'+w+'" height="'+h+'" src="'+path+url+'" wmode="transparent" style="margin:2px;"></embed>');
}
function lmsYouTubeNew(url)
{
	var w = 450; var h = 370;
	document.write('<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="'+w+'" height="'+h+'" src="'+url+'" wmode="transparent" style="margin:2px;"></embed>');
}
function lmsGoogle(url)
{
	// +27 ???
	var w = 425; var h = 353;
	document.write('<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="'+w+'" height="'+h+'" src="'+url+'" wmode="transparent" style="margin:2px;"></embed>');
}
function lmsWMP(url)
{
	// w = 450; h = 337;
	var w = 320; var h = 240;
	if (url.indexOf('metacafe.com') != -1) { w = 434; h = 326; }
	if (url.indexOf('daumcast.net') != -1 || url.indexOf('mediafile.paran.com') ) { w = 425; h = 318; }
	h += 45+24;
	
	document.write('<object classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" width="'+w+'" height="'+h+'" style="margin:2px;"><param name="fileName" value="'+url+'" /><param name="autostart" value="0" /><param name="showcontrols" value="1" /><param name="showstatusbar" value="1" /><param name="volume" value="-20" /><param name="wmode" value="transparent" /><embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="'+url+'" width="'+w+'" height="'+h+'" wmode="transparent" autostart="0" showcontrols="1" showstatusbar="1" volume="-20"></embed></object>');

	//document.write('<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="'+url+'" width="'+w+'" height="'+h+'" wmode="transparent" autostart="0" showcontrols="1" showstatusbar="1" volume="-20"></embed>');
}
function lmsFLV(url)
{
	var w = 400;
	var h = 300+20;
	url = escape(url);
	var player_path = 'http://loser.miniwini.com/wp/wp-content/plugins/link-my-stuff/flvplayer.swf';
	document.write('<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="'+w+'" height="'+h+'" src="'+player_path+'?autoStart=false&amp;file='+url+'" wmode="transparent" style="margin:2px;"></embed>');
}
function lmsDaum(vid)
{
	document.write('<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="402px" height="324px" src="http://flvs.daum.net/flvPlayer.swf?vid='+vid+'" wmode="transparent" style="margin:2px;"></embed>');
}
function lmsTVPot(vid)
{
	document.write('<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="402px" height="324px" src="http://controller.tvpot.media.daum.net/mflvPlayer.swf?vid='+vid+'" wmode="transparent" style="margin:2px;"></embed>');
}
function lmsSoapBox(vid)
{
	document.write('<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="412" height="362" src="http://soapbox.msn.com/flash/soapbox1_1.swf" flashvars="c=v&v='+vid+'" wmode="transparent" style="margin:2px;"></embed>');
}
