
window.onload=function(){
/* nifty corners layout START */
	Nifty("div.site","small");
	Nifty("div.sponsors","small");
	Nifty("div.sponsorstop","small");
	Nifty("div.indhold","small");
	Nifty("p.uberHeader","small");
/*	Nifty("div.newsBoxOuter","fixed-height"); */
/*	Nifty("div.newsBox","small fixed-height"); */
	Nifty("div.site","small");
/* nifty corners layout END */

/* external links START */
	if (!document.getElementsByTagName) return;
	var anchors = document.getElementsByTagName("a");
	for (var i=0; i<anchors.length; i++) {
		var anchor = anchors[i];
		if (anchor.getAttribute("href") && anchor.getAttribute("rel") == "external") anchor.target = "_blank";
	}
        
        /** Load rotating banner (if defined) **/
        if(typeof loadAdDivs == 'function') {
          loadAdDivs();
        } else {/*alert('Banner not loaded!');*/}
}

