// JavaScript Document
var urlpattern = /www.ihshandlingsolutions.com/;
// window.alert(parent.location.search.substring(1));
if (!urlpattern.test(top.location.href)) {
    top.location.href="http://www.ihshandlingsolutions.com/"; 
}
if (top.document.location.href == "http://www.ihshandlingsolutions.com/vertical.htm") {
    top.location.href="http://www.ihshandlingsolutions.com/index_vertical.htm"; 
}
if (parent.location.search) {
    parent.mainFrame.location.href=parent.location.search.substring(1);
}
