window.onload = function () {
	var flashfile;
	var skyscraper = "skyscraper_urlauburlaub.swf";
	var rand = Math.random();
	
	if (rand >= 0 && rand <= 1/6) {
		flashfile = "ORFat_TVthek_MediumRectangle_Golpashin_2_110818.swf";
	} else if (rand >= 1/6 && rand <= 2/6) {
		flashfile = "ORFat_TVthek_MediumRectangle_Krassnitzer_2_110818.swf";
	} else if (rand >= 2/6 && rand <= 3/6) {
		flashfile = "ORFat_TVthek_MediumRectangle_Thurnher_2_110818.swf";
	} else if (rand >= 3/6 && rand <= 4/6) {
		flashfile = "ORFat_TVthek_Skyscraper_Golpashin_2_110818.swf";
	} else if (rand >= 4/6 && rand <= 5/6) {
		flashfile = "ORFat_TVthek_MediumRectangle_Krassnitzer_2_110818.swf";
	} else { 
		flashfile = "ORFat_TVthek_MediumRectangle_Thurnher_2_110818.swf";
	}
	
    el = document.createElement("div");
    el.setAttribute('onclick', "window.open('http://www.orf.at')");
    el.innerHTML = "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24' width='200' height='150'> <param name='movie' value='http://www.wirtschafts-nachrichten.com/docs/129/layout/" + flashfile + "' /><param name='quality' value='high' /><param name='menu' value='false' /><param name='wmode' value='transparent' /><!--[if !IE]> <--><object data='http://www.wirtschafts-nachrichten.com/docs/129/layout/" + flashfile + "' width='200' height='150' type='application/x-shockwave-flash'><param name='quality' value='high' /><param name='menu' value='false' /><param name='pluginurl' value='http://www.macromedia.com/go/getflashplayer' /><param name='wmode' value='transparent' /> Flash kann nicht geladen werden </object> <!--> <![endif]--> </object>";
    document.getElementById("flashinput").appendChild(el);
    
    el1 = document.createElement("div")
    el1.setAttribute('id', "flashinput-overlay-div");
    el1.setAttribute('onclick', "window.open('http://tvthek.orf.at')");
    document.getElementById("flashinput-overlay").appendChild(el1);
    
    el2 = document.createElement("div");
    el2.setAttribute('onclick', "window.open('http://www.urlauburlaub.at')");
    el2.innerHTML = "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24' width='160' height='600'> <param name='movie' value='http://www.wirtschafts-nachrichten.com/docs/129/layout/" + skyscraper + "' /><param name='quality' value='high' /><param name='menu' value='false' /><param name='wmode' value='transparent' /><!--[if !IE]> <--><object data='http://www.wirtschafts-nachrichten.com/docs/129/layout/" + skyscraper + "' width='160' height='600' type='application/x-shockwave-flash'><param name='quality' value='high' /><param name='menu' value='false' /><param name='pluginurl' value='http://www.macromedia.com/go/getflashplayer' /><param name='wmode' value='transparent' /> Flash kann nicht geladen werden </object> <!--> <![endif]--> </object>";
    document.getElementById("skyscraper").appendChild(el2);
    
    el3 = document.createElement("div")
    el3.setAttribute('id', "skyscraper-overlay-div");
    el3.setAttribute('onclick', "window.open('http://www.urlauburlaub.at')");
    document.getElementById("skyscraper-overlay").appendChild(el3);
}
