var w="600";
var h="480";
function bb(){

}
function aa()
{

	var content ='';
	var url2;
	
	if(url.indexOf('youku.com')>0){
		url2=url.split('/');
		content += '<embed type="application/x-shockwave-flash" src="http://static.youku.com/v1.0.0182/v/swf/qplayer.swf" id="movie_player" name="movie_player" bgcolor="#FFFFFF" quality="high" allowfullscreen="true" flashvars="isShowRelatedVideo=false&showAd=0&show_pre=1&show_next=1&VideoIDS='+url2[url2.length-2]+'&isAutoPlay=true&isDebug=false&UserID=&winType=interior&playMovie=true&MMControl=false&MMout=false&RecordCode=1001,1002,1003,1004,1005,1006,2001,3001,3002,3003,3004,3005,3007,3008,9999" pluginspage="http://www.macromedia.com/go/getflashplayer" width="'+w+'" height="'+h+'" allownetworking="internal" allowscriptaccess="never" wmode="opaque">';
     	document.getElementById("playlist").innerHTML=content;
           return ;
	
	}else if(url.indexOf('.flv')>0){
		url2=url.split('/');
		content += '<EMBED src="http://www.126dv.com/Public/swf/FLVPlay.swf?vcastr_file='+url+'" width='+w+' height='+h+' type=application/x-shockwave-flash allowFullScreen="true" allownetworking="internal" allowscriptaccess="never" wmode="opaque"></EMBED>';
     	document.getElementById("playlist").innerHTML=content;
	return  ;

	}else if(url.indexOf('sina.com.cn')>0){
		url2=url.split('/');
		content += '<EMBED src="http://vhead.blog.sina.com.cn/player/bn_player.swf?'+url+'" width='+w+' height='+h+' type=application/x-shockwave-flash allowFullScreen="true" allownetworking="internal" allowscriptaccess="never" wmode="opaque"></EMBED>';
     	document.getElementById("playlist").innerHTML=content;
	return  ;

	}else if(url.indexOf('.com')>0){
		url2=url.split('/');
		content += '<EMBED src="'+url+'" width='+w+' height='+h+' type=application/x-shockwave-flash allowFullScreen="true" allownetworking="internal" allowscriptaccess="never" wmode="opaque"></EMBED>';
     	document.getElementById("playlist").innerHTML=content;
	return  ;

	}else if(url.indexOf('.cn')>0){
		url2=url.split('/');
		content += '<EMBED src="'+url+'" width='+w+' height='+h+' type=application/x-shockwave-flash allowFullScreen="true" allownetworking="internal" allowscriptaccess="never" wmode="opaque"></EMBED>';
     	document.getElementById("playlist").innerHTML=content;
	return  ;

	}else if(url.indexOf('.net')>0){
		url2=url.split('/');
		content += '<EMBED src="'+url+'" width='+w+' height='+h+' type=application/x-shockwave-flash allowFullScreen="true" allownetworking="internal" allowscriptaccess="never" wmode="opaque"></EMBED>';
     	document.getElementById("playlist").innerHTML=content;
	return  ;

	}else if(url.indexOf('.tv')>0){
		url2=url.split('/');
		content += '<EMBED src="'+url+'" width='+w+' height='+h+' type=application/x-shockwave-flash allowFullScreen="true" allownetworking="internal" allowscriptaccess="never" wmode="opaque"></EMBED>';
     	document.getElementById("playlist").innerHTML=content;
	return  ;

	}else if(url.indexOf('.cc')>0){
		url2=url.split('/');
		content += '<EMBED src="'+url+'" width='+w+' height='+h+' type=application/x-shockwave-flash allowFullScreen="true" allownetworking="internal" allowscriptaccess="never" wmode="opaque"></EMBED>';
     	document.getElementById("playlist").innerHTML=content;
	return  ;

	}else{
		content = noswf(url);
	document.getElementById("playlist").innerHTML=content;
	return;
	}
		 
}
function noswf(url)
{
		var conte;
		
		conte += '<EMBED src="'+url+'" width='+w+' height='+h+' type=application/x-shockwave-flash allowFullScreen="true" allownetworking="internal" allowscriptaccess="never" wmode="opaque"></EMBED>';
		//alert(conte);
		return conte;
}
