function doTagRm( rm_url ){
	document.write('<OBJECT ID="video1" CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" HEIGHT=320 WIDTH=355>');
	document.write('<PARAM NAME="controls" VALUE="ImageWindow,ControlPanel">');
	document.write('<PARAM NAME="console" VALUE="Clip">');
	document.write('<PARAM NAME="autostart" VALUE="true">');
	document.write('<PARAM NAME="src" VALUE="' + rm_url + '">');
	document.write('<EMBED SRC="' + rm_url + '" type="audio/x-pn-realaudio-plugin" CONSOLE="Clip" CONTROLS="ImageWindow,ControlPanel" HEIGHT="320" WIDTH="355" AUTOSTART="true"></EMBED>');
	document.write('</OBJECT>');
}

