// JavaScript Document
function checkFrames(strUrl){
	if (parent.location.href == self.location.href){
	  window.location.href = 'index.asp'+self.location.search;
	}
}
