2024

 

Maryland Archives  

2023

2022

 

2021

 
 
 
 
 

 

var validref = "subscribe.beveragejournalinc.com"; // Replace with the correct error page var errorpage = "http://www.beveragejournalinc.com/no.html"; var thisref = document.referrer; if (thisref.toLowerCase().indexOf(validref.toLowerCase()) == -1) { // Uncomment the alert for testing // alert(thisref.toLowerCase() + "DENIED!"); // Do this for invalid referrer location.replace(errorpage); } else { // Uncomment the alert for testing // alert(thisref.toLowerCase() + "GRANTED!"); // Do this for valid referrer, or nothing here and the page will continue to load }