function checkFrame(){
	if (self == top) {      
		top.location.href="http://www.pikotin.com";
	}
}