var paid = "yes"; // set to "no" for non-paid account

var relocate = new function() {
if (paid == "no") {
document.location.replace("http://www.churchillsmorganton.com/lockout.php");
}
}

relocate; // trigger onBeforeLoad function