	function ROFlashTag (src, w, h) {
		ret = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+w+'" height="'+h+'" id="pvp" align="middle"><param name="allowScriptAccess" value="always" /><param name="movie" value="'+src+'" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><embed src="'+src+'" quality="high" wmode="transparent" width="'+w+'" height="'+h+'" name="pvp" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';
		return ret;
	}
	
	function ROMiniPlayer (arg) {
		document.write(ROFlashTag ('http://video.redorbit.com/MiniPlayer/redorbitMiniPlayer.swf?' + arg, 218, 185));
	}