function check(){
	if (self != top) {
		top.location.href=self.location.href;
	}
}
