// JavaScript Document
pageLoc = self.location;
pageAdd = top.location;
 
if (pageLoc == pageAdd) {
    contentSrc = escape(pageLoc);
    contPage = '/index.asp?' + contentSrc;
    top.location.href = contPage;
}
