function ensureFrame(strRef,strLang){
	var strRoot='http://www.markstig.se/kennel/';

	
	if (top.location != strRoot) 
		if (	top.location!=strRoot+'?lang=se' &&
			top.location!=strRoot+'?lang=en' &&
			top.location!=strRoot+'?lang=fr')
			{
				if (strLang=="se")
					document.getElementById("totop").innerHTML='<A HREF="http://www.markstig.se/kennel/">Gå till Kennel Snögrisens hemsida!</A><P>';
				else	
					document.getElementById("totop").innerHTML='<A HREF="http://www.markstig.se/kennel/">Go to Kennel Snögrisens homepage!</A><P>';
				
			}
				
				
				//top.location ='http://www.markstig.se/kennel/';

}


