<!--
  <!-- 
    if (top.location == self.location) {    //if page is not in its frameset
	tmpHref=new String(window.location.href);

	tmpHost=tmpHref.slice((tmpHref.indexOf("http://")+7),tmpHref.length);
	tmpHost=tmpHost.slice(0,tmpHost.indexOf("/"));

	tmpHref=tmpHref.slice((tmpHref.indexOf("http://")+7),tmpHref.length);
	tmpHref=tmpHref.slice((tmpHref.indexOf("/")+1),tmpHref.length);
	url="http://" + tmpHost + "/frameset.asp?pg=" + tmpHref; 
	//alert(url);
        top.location.href = url; 
    } 
  //--> 

//-->
