// this checks if the surronding frames are there or not
	
var quirksMode = (top == self);
if (quirksMode) {
	var qs = location.search.substring(1);
	qs = qs.replace(/=/g, "_equals_");
	qs = qs.replace(/&/g, "_and_");	
	var qs = encodeURIComponent('http://www.travnet.se/www/public/webb/default.asp?' + qs);
	top.location.href = '/TravnetCore/?coreUrl=' + qs ;
}