function mountFrames() {
	var str = "" + window.top.location; 
 	if ( !(window.top.location == "http://www.nylund-son.se/")  ) {
			if( !( str.substring(25, 30) == "index") ) {
  				window.top.document.location.replace("http://www.nylund-son.se/index.php?ref_url=" + window.self.location );
			}
  	}
}

function forceMountFrames() {	
	//window.top.document.location.replace("http://www.nylund-son.se/index.php?ref_url=" + window.self.location );
}

