window.onload = function()
	{
		
		var so = new SWFObject("/fileadmin/templates/geiz_ist_gottlos/swf/gig.swf", "projektkarte_swf", "808", "210", "8", "#FFFFFF");
		so.addVariable("myUid",document.getElementById("head").className); // this line is optional, but this example uses the variable and displays this text inside the flash movie
		so.write("head"); 
		
	}