var isInIFrame = (window.location != window.parent.location) ? true : false;	
if(isInIFrame == true) 
{
	parent.location.href = location.href;	
}
