<!-- Copyright (c) 1999/2001 by Flatiron Graphics & Design Dudley, NC -->
<!-- All rights reserved -->
<!-- Created by Flatiron Graphics & Design -->
<!-- If you use this script then -->
<!-- you must leave the above mentioned copyright in it -->


image1 = new Image();
image1.src = "buttontop.jpg";

image2 = new Image();
image2.src = "buttonbottom.jpg";

image3 = new Image();
image3.src = "buttonbg.jpg";

image4 = new Image();
image4.src = "bspcr.jpg";

image5 = new Image();
image5.src = "bottombg.jpg";

image6 = new Image();
image6.src = "freemasonry.jpg";

if (top.location != self.location) {
top.location = self.location.href
}

<!-- begin code --!>
var time=new Date();
var year=time.getYear();
function right(e) {
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) 
{alert("Total contents of this site Copyright © " + year + " by Flatiron Graphics & Design!");
return false;
}
return true;
}

document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;

<!-- end code -->
