<!--
var nav4plus = false;

if (top.frames.length==0 && navigator.appName.indexOf("Microsoft") != -1){
	nav4plus = parseInt(navigator.appVersion.substring(0,1)) >= 4
}
if (top.frames.length==0 && navigator.appName == "Netscape"){
	nav4plus = parseInt(navigator.appVersion.substring(0,1)) >= 3
}

if (nav4plus) {
	if (top.frames.length==0 && parent.top.location.href.toLowerCase() != 'http://www.mariecurie.org/' && 
		parent.top.location.href.toLowerCase().indexOf("http://www.mariecurie.org/jobs/index.html") == -1) {
		if (parent.top.location.href.toLowerCase().indexOf("jobshome.html") == -1 && 
			parent.top.location.href.toLowerCase().indexOf("http://www.mariecurie.org/jobs/") != -1) {
			if (parent.top.location.search != '') {
				parent.top.location.replace('http://www.mariecurie.org/jobs/index.html?Main='+parent.top.location.pathname+parent.top.location.hash+'&query='+escape(parent.top.location.search.substring(1,parent.top.location.search.length)));
			} else {
				parent.top.location.replace('http://www.mariecurie.org/jobs/index.html?Main='+parent.top.location.pathname+parent.top.location.hash);
			}
		} else if (parent.top.location.href.toLowerCase().indexOf("jobshome.html") == -1 && 
			parent.top.location.href.toLowerCase().indexOf("http://chips.csb.ki.se/jobs/") != -1) {
			if (parent.top.location.search != '') {
				parent.top.location.replace('http://www.mariecurie.org/jobs/index.html?Main='+parent.top.location.href+parent.top.location.hash+'&query='+escape(parent.top.location.search.substring(1,parent.top.location.search.length)));
			} else {
				parent.top.location.replace('http://www.mariecurie.org/jobs/index.html?Main='+parent.top.location.href+parent.top.location.hash);
			}
		} else {
			parent.top.location.replace('http://www.mariecurie.org/jobs');
		}
	}
}
// -->

