function glava(koda)
{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="960" height="304" id="header" align="middle">');
	xx='<param name="movie" value="header.swf?vsebina=' + koda + '">';
	document.write(xx);
	document.write('<param name="quality" value="high"><param name="menu" value="false"><param name="wmode" value="transparent"><param name="bgcolor" value="#CCCC2C" />');
	document.write('<!--[if !IE]> <-->');
	xx='<object data="header.swf?vsebina=' + koda + '" width="960" height="304" type="application/x-shockwave-flash">';
	document.write(xx);
	document.write('<param name="quality" value="high"><param name="menu" value="false"><param name="wmode" value="transparent"><param name="bgcolor" value="#CCCC2C" />');
	document.write('<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer">');
	document.write('FAIL (the browser should render some flash content, not this).');
	document.write('</object>');
	document.write('<!--> <![endif]-->');
	document.write('</object>');
}