
function writeJS(){
var str='';
str+='<OBJECT ID="MediaPlayer" WIDTH="620" HEIGHT="440" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">';
str+='    <PARAM NAME="URL" VALUE="http:\/\/congoplanet.com\/radio\/Congo_Planete_TV.asx">';
str+='		<PARAM NAME="uiMode" VALUE="mini">';
str+='		<PARAM NAME="stretchToFit" VALUE="True">';
str+='       <Embed type="application\/x-mplayer2"';
str+='        pluginspage="http:\/\/www.microsoft.com\/windows\/windowsmedia\/download\/AllDownloads.aspx\/"';
str+='        src="http:\/\/congoplanet.com\/radio\/Congo_Planete_TV.asx"';
str+='        Name=MediaPlayer';
str+='        ShowControls=1';
str+='        ShowDisplay=1';
str+='        ShowStatusBar=false';
str+='        stretchToFit=true';
str+='        width=620';
str+='        height=440';
str+='    <\/embed>';
str+='<\/OBJECT>';
document.write(str);
}
writeJS();






   
	 
     
     
