<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE E-MAIL OPTIONS YOU CAN TURN ON AND OFF


var email_1 		= "yes"     // SHOW 1ST E-MAIL





// E-MAIL LINK 1

   if (email_1 == "yes") {


document.write('<p class="footer">&copy; 2002-2010 IndyFeral Inc.  All Rights Reserved. ');
document.write(' | <a href="mailto:contact@indyferal.org">Email IndyFeral</a> ');
document.write(' | <a href="mailto:webmaster@indyferal.org">Email the webmaster</a></p>');
document.write('<p>&nbsp;</p><p><br></p><br> ');

}


//  End -->