
window.onload = function() {
    if (screen.width > 360) {
        document.getElementsByTagName("link")[0].setAttribute("href", "css/grupin.css");
        var site = document.getElementById("site");
        var bodytag = site.parentNode;
        bodytag.removeChild(site);
        bodytag.innerHTML = '<div id="flash_cont">please download the newest <a href="http://www.adobe.com/go/getflashplayer">flashplayer</a> to use grupin!</div>';
        var so = new SWFObject("flash/Grupin.swf", "gruPin", "100%", "100%", "9", "#000000", true);
        so.write("flash_cont");
	}
}