// JavaScript Document

function CheckForParent(url){	
if(parent.frames.length == 0){
		window.location.href = url;
	}
}
