var pos;
pos = self.location.host.length;

if ( top==self ){ 
	document.location = "http://www.tulipworld.com/projects.asp?contentloc=" + escape(self.location.href.substring(26)) + "";
	//alert(self.location.href.substring(26))
	
}
//	document.location = "/tulip.asp?contentloc=" + escape(location.search);

