// questions or comments
// This script appends the questions or comments link to the end of the file

function make_questions_or_comments() {
var emailriddlerarray=[99,116,114,101,122,122,97,64,121,97,104,111,111,46,99,111,109]
var encryptedemail_id12='' //variable to contain encrypted email 
for (var i=0; i<emailriddlerarray.length; i++)
 encryptedemail_id12+=String.fromCharCode(emailriddlerarray[i])
/***********************************************
* Encrypt Email script- Please keep notice intact
* Tool URL: http://www.dynamicdrive.com/emailriddler/
* **********************************************/
document.write("\
<table bgcolor=\"#000000\" width=\"100%\">\
  <tr><td>\
<p align=center class=\"style3\" style='text-align:center; color:#FFFFFF'> Questions \
or Comments about the website?  <a href=\"mailto:"+encryptedemail_id12+"\">Contact the Web Designer</a></p></td></tr></table>\
			   ");
}

//<p align=center class="style1" style='text-align:center'><font style="color:#FFFFFF"> Questions
//or Comments:</font> <a href="mailto:webmaster@saintmore.org"><span style='color:#FFFFFF'>webmaster@saintmore.org.</span></a></p>
