<!-- Frame script -->
<!--
function fr () {
p=window.location.href;
pg=p.length;
page=p.substring(pg-8,pg);
if (page=='home.htm') {
page='p.htm';
} 
w.location.replace(page);
}
//-->
