function framebuster(strURL) {
	if(parent.frames.length != 0) window.top.location.href = strURL;
}
