<!-- HideIt 

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

// --> 

