function checkFrame() {
	if(window.self == window.parent) {
		document.write('<meta http-equiv="Refresh" content="0; URL=http://www.wesaborgs.se/english">');
		document.write('<meta http-equiv="expires" content="-1">');
	}
}
checkFrame();