
<!-- 
// protected email script by Joe Maller
// JavaScripts available at http://www.joemaller.com
// this script is free to use and distribute
// but please credit me and/or link to my site

emailE=('webmaster@' + 'spotlighttheatre.com.au')
document.write('<A style="font:10px tahoma, Arial, Helvetica, sans-serif;color:white;" href="mailto:' + emailE + '">' + emailE + '</a>')
 //-->