//var pos;
//pos = self.location.host.length;
//if ( top==self ){ 
	//document.location = "/info.asp?contentloc=" + escape(self.location.href.substring(26)) + "";
	//alert(self.location.href.substring(26))
	
//}
//	document.location = "/tulip.asp?contentloc=" + escape(location.search);
document.location = document.getElementById("contentlocation").contentDocument.location;

