if (window != window.top) {
   top.location.href = location.href;
   }
   
//    NO SPAM E-MAIL ADDRESS
//   <A href="javascript:noSpam('pictures','livingstonitown.com','Subject Goes Here - or not')">E-mail Us</a>
function noSpam(user,domain,subject) {
   locationstring = "mailto:" + user + "@" + domain + "?subject=" + subject;
   window.location = locationstring;
   }


if (document.images) {
image1 = new Image
image2 = new Image
image3 = new Image
image4 = new Image

image1.src = "graphics/welcome-text.gif"
image2.src = "graphics/eap-text.gif"
image3.src = "graphics/sap-text.gif"
image4.src = "graphics/child-elder-text.gif"

}

function formProtect() { document.getElementById("contactform").setAttribute("action","../cgi-bin/123.pl");}


