jQuery("document").ready(function(){	
	if(top.location != self.location ) {		
		top.location = self.location; 
	}
});
