0 && $NONCE < 9) {
//
// Because we only make offsite referrals only from within our
// own site to prevent abuse of various color and stripe
$offsite = $_GET["offsite"];
}
//
// We offer a test page; this is optional, however and will be skipped
// if not configured
if ("$offsite" == "" && "$localtest" != "") {
$offsite = "$localtest";
}
//
print "";
//
// Offer an exit message
print "Thank you for visiting our site; ";
//
// Now, pay some bills
if ("$offsite" != "$localtest" && "$offsite" != "") {
print "you have selected a \n
link pointing toward an entity which has expressed concern about people \n
linking into their website. We want to make sure there is no confusion \n
that you are leaving our site.
\n";
//
// We null $localtest, as a sign for the next conditional that we
// have been through this path
$localtest = "";
}
if ("$offsite" != "" && "$localtest" != "") {
print "you appear to have landed here, \n
perhaps through experimentation, so you can see our offsite referrer \n
in action viewing another page of ours.
\n";
}
//
// and assuming we have somewhere to go, offer it.
if ("$offsite" != "") {
print "Please click the link to continue";
if ("$offsite" == "$localtest") {
print " to our test page";
} else {
print " off site";
}
print "; \n
alternatively, you can click this link to return to the page from which you came.