function insertFlashContent(){
	var flaPath="http://www.propaganda-web.net/swf/top_gallery.swf";
	var flaBGcolor="#000000";
	//
	var flaWidth="766";
	var flaHeight="350";
	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>');
}
