function msplayer(uri)
{
	document.writeln("<object width=\"420\" height=\"360\" classid=\"CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6\"> ");
	document.writeln("    <param name=\"url\" value=\""+uri+"\" \/>");
	document.writeln("    <embed width=\"420\" height=\"360\" type=\"application\/x-mplayer2\" src=\""+uri+"\"><\/embed> ");
	document.writeln("<\/object>")
}
function realplayer(uri){
	document.writeln("<object classid=\"clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA\" width=\"350\" height=\"250\"> ");
	document.writeln("    <param name=\"src\" value=\""+uri+"\" \/> ");
	document.writeln("    <param name=\"controls\" value=\"Imagewindow\" \/> ");
	document.writeln("    <param name=\"console\" value=\"clip1\" \/> ");
	document.writeln("    <param name=\"autostart\" value=\"true\" \/> ");
	document.writeln("    <embed src=\""+uri+"\" type=\"audio\/x-pn-realaudio-plugin\" autostart=\"true\" console=\"clip1\" controls=\"Imagewindow\" width=\"420\" height=\"310\"> ");
	document.writeln("    <\/embed> ");
	document.writeln("<\/object> ");
	document.writeln("<br \/> ");
	document.writeln("<object classid=\"clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA\" width=\"350\" height=\"35\"> ");
	document.writeln("    <param name=\"src\" value=\""+uri+"\" \/> ");
	document.writeln("    <param name=\"controls\" value=\"ControlPanel\" \/> ");
	document.writeln("    <param name=\"console\" value=\"clip1\" \/> ");
	document.writeln("    <param name=\"autostart\" value=\"true\" \/> ");
	document.writeln("    <embed src=\""+uri+"\" type=\"audio\/x-pn-realaudio-plugin\" autostart=\"true\" console=\"clip1\" controls=\"ControlPanel\" width=\"420\" height=\"44\"> ");
	document.writeln("    <\/embed> ");
	document.writeln("<\/object>")
}
function qtplayer(uri){
	document.writeln("<object classid=\"clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B\" codebase=\"http:\/\/www.apple.com\/qtactivex\/qtplugin.cab\" width=\"420\" height=\"360\"> ");
	document.writeln("    <param name=\"autoplay\" value=\"true\" \/> ");
	document.writeln("    <param name=\"src\" value=\""+uri+"\" \/> ");
	document.writeln("    <embed src=\""+uri+"\" type=\"video\/quicktime\" autoplay=\"true\" width=\"420\" height=\"360\"> ");
	document.writeln("    <\/embed> ");
	document.writeln("<\/object>")
}
function flashplayer(uri){
	document.writeln("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\"420\" height=\"320\"> ");
	document.writeln("    <param name=\"movie\" value=\""+uri+"\" \/> ");
	document.writeln("    <param name=\"quality\" value=\"high\" \/> ");
	document.writeln("    <embed src=\""+uri+"\" quality=\"high\" type=\"application\/x-shockwave-flash\" width=\"420\" height=\"320\"><\/embed> ");
	document.writeln("<\/object>")
}

function player(uri){
	document.writeln("    <embed src=\""+uri+"\" quality=\"high\"  width=\"420\" height=\"320\"><\/embed> ");

}
