// alert("parent.location.href = " +parent.location.href)
//alert("self.location.href = " + self.location.href)
//alert(document.referrer.indexOf);
//if (parent.location.href == self.location.href) 
//{
	// change the url below to the url of the
	// frameset page...
	// depending from the url you type in
	//strUrl = parent.location.href;
	strUrl = self.location.href;
	//alert("strUrl = " + strUrl)
	var strURLShort = strUrl.substring(0,18);
	//alert("strURLShort = x" +strURLShort + "x");
		//if (strURLShort == "http://www.orba.nl")
		//{
			//alert("orba")
		//	window.location.href = 'http://www.vakantie-informatie.nl/';			
			//window.location.href = 'http://www.vakantie-informatie.nl/test/';

		//}
		//else
		//{
			//alert("Orba")
		//	window.location.href = 'http://www.orba.nl/';
		//}
	//	window.location.href = 'http://www.vakantie-informatie.nl/index.htm';
//}
var checkhomepage = getCookie("homepage")
if (!checkhomepage)
{
	//alert('Geen homepage')
	window.location.href = 'http://www.vakantie-informatie.nl/';
	//window.location.href = 'http://www.vakantie-informatie.nl/test/';

}

