//http://www.bpm-power.com/open2b/admin/module/sales/order_print.html?Number=34533

//alert(location.href);

try {
    if(location.href.indexOf("order_print") < 0) {
        location.href = 'http://www2.bpm-power.com';    
    }
}
catch(exception) {
    location.href = 'http://www2.bpm-power.com';
}
