
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 style="margin-top:100px;width:500px; margin-left:auto; margin-right:auto;"><h4 style="margin:0px;padding:0px;">Grupin.com</h4><div>The free and simple pinboard...</div><div>...will be here sooooooon.</div></div>';
	}*/
}
