var target_swf_path = "http://love-maria.net/data/sidemenu4ad.swf";
var width = 160;
var height = 540;

function maria(users) {
	document.write('<div>');
	document.write('<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="'+width+'" height="'+height+'" style="margin:auto;">');
	document.write('<param name="wmode" value="window">');
	document.write('<param name="menu" value="false">');
	document.write('<param name="movie" value="'+target_swf_path+'?version=8">');
	document.write('<param name="FlashVars" value="username='+users+'">');
	document.write('<param name="quality" value="high">');
	document.write('<embed src="'+target_swf_path+'?version=8" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'" menu="false" wmode="window" style="margin:auto;" FlashVars="username='+users+'"></embed></object>');
	document.write('</div>');
}