var currlink=(document.location).toString().toLowerCase();
if((currlink.substring(0,4)=="http")&&(currlink!="https://www.smartluck.com/jsorder.htm")) {
 parent.location="https://www.smartluck.com/jsorder.htm";
}