<!--

  // Hänvisning till frameset (om ej frameset)

  parentLoc = (window.parent.document.location);
  documentLoc = (window.document.location);

  if(parentLoc == documentLoc){
	document.write("<table border='0' width='700'>");
	document.write("<tr><td height='50' align='center'>");

	document.write("<table border='0' width='400' style='border-style:solid; border-width:1px; border-color:#880000;'>");
	document.write("<tr><td height='50'>");
	document.write("<div class='brotext' align='center'><b>");
	document.write("Denna sida &auml;r nu utanf&ouml;r ramupps&auml;ttningen");
	document.write("<br>");
	document.write("<a style='color:#880000;' href='../../index.htm' target='_top'>Se sajten i dess korrekta uppl&auml;gg h&auml;r!</a>");
	document.write("</b></div>");
	document.write("</td></tr>");
	document.write("</table>");

	document.write("</td></tr>");
	document.write("</table>");
	document.write("<br>");
	document.write("<br>");
  }

//-->
