
if (/MSIE ([56])/.test(navigator.userAgent) && navigator.platform == "Win32") $$(".transparent").each(function(i){
	if (i.hasClass('transparent')) {
		i.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+i.src+"', sizingMethod='image')";
		i.src = '//www.startbasen.dk/guis/transperant.gif';
	}
});

$(window).addEvent("domready",Shadowbox.init);

function sendtofriend() {
	Shadowbox.open({
		type:		"iframe",
		content:	"//www.linkbasen.dk/about/friend.aspx?send="+encodeURIComponent(self.location.href)+"&title="+encodeURIComponent(document.title),
		width:		300,
		height:		400
	});
}

function stayonline() {
	img = new Image();
	img.src = "//www.startbasen.dk/?stayonline&t="+(new Date()).getTime();
}
window.setInterval("stayonline();", 120000);
