function flashOpen(){
	var thisW = 740;
	var thisH = 200;
	var serverURL = "http://indian.real-sound.net/rmo_blog/images/";	
	var thisURL = "rmo_title2";
	var sTag = ''
		+ '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+thisW+'" height="'+thisH+'">'
		+ ' <param name="movie" value="'+serverURL+thisURL+'.swf">'
		+ ' <param name="quality" value="high">'
		+ ' <embed src="'+serverURL+thisURL+'.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+thisW+'" height="'+thisH+'"></embed>'
		+ '	</object>'
		+ '';
	document.write (sTag);
}

flashOpen();