function insertFlashContent(){
	var flaPath="http://www.propaganda-web.net/mens_swf/swf/mens_swf.swf";
	var flaBGcolor="#ffffff";
	//
	var flaWidth="730";
	var flaHeight="300";
	var flaVers="";
	//

	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+flaWidth+'" height="'+flaHeight+'" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">');
	document.write('<param name="allowScriptAccess" value="always">');
	document.write('<param name="movie" value="'+flaPath+'">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="bgcolor" value="'+flaBGcolor+'">');
	document.write('<param name="flashvars" value="'+flaVers+'">');
	document.write('<embed src="'+flaPath+'" flashvars="'+flaVers+'" bgcolor="'+flaBGcolor+'" width="'+flaWidth+'" height="'+flaHeight+'" quality="high" name="fcontent" align="middle" play="true" quality="high" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">')
	document.write('</embed>');
	document.write('</object>');
}

