<!-- HideIt 

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

// --> 

