// include xbox iframe
function createxboxcontent()
{
	document.getElementById("xboxframe").innerHTML="<iframe id=content scrolling=no width=974 height=820 frameborder='0' src='http://www.xbox.com/de-ch' allowtransparency='true' ></iframe>";
	
}
// load function
window.onload = function()
{    
	createxboxcontent();
	}
