URLName = "" + window.location; 
lastSlash = URLName.lastIndexOf("?"); 
URLName = URLName.substr(lastSlash + 1,URLName.length - lastSlash); 
if (self.parent.frames.length!=2) 
	{ 
	window.top.location.replace("http://www.duwgati.com") 
	} 

