//' This file contains the javascipt functions required by this site
window.defaultStatus = "The Phalene Club of Ireland"
// 

// Function PROTECTMAIL - to try to keep the email address hidden
function protectmail(name,address,subject1,subject2,subject3,subject4,link) 
{document.write('<a class="email" href=mailto:' + name + '@' + address + '?subject=' + subject1 + '&nbsp;' + subject2  + '&nbsp;' + subject3 + '&nbsp;' + subject4 + '>' + link + '</a>');}

// End PROTECTMAIL

