<!-- HideIt 

function enforceabout() {
    var urlpattern=/www.pistoncoating.com/;
    if (!urlpattern.test(top.location.href)) {
        top.location.href="http://www.pistoncoating.com/?about.htm";
    }
    if (top.location.href == "http://www.pistoncoating.com/about.htm") {
        top.location.href="http://www.pistoncoating.com/?about.htm";
    }
}

// --> 

