﻿// JScript-Datei
function checkFrames()
{
	if (parent.frames.length == 0)
	{
	location.href = "../index.aspx?page="+location.href;
	}
}
function checkFramesNAV()
{
	if (parent.frames.length == 0)
	{
	location.href = "http://www.the-website.de/";
	}
}
