<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var email	= "webmaster@churchinthenow.org"	  // YOUR E-MAIL
var emaillabel	= "feedback"	  // YOUR E-MAIL LABEL
var company	= "Church In The Now"	  // YOUR COMPANY NAME
var homelink	= "index.html"		  // LINK TO YOUR HOMEPAGE
var year	= "2010"		  // COPYRIGHT YEAR
var showall	= "no"			  // SHOW AWS CREDITS







// YOU DO NOT NEED TO EDIT BELOW THIS LINE
// ---------------------------------------


document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="printhide"><tr><td width="10">');
document.write('<IMG SRC="picts/spacer.gif" height="5" width="10" border="0" >');
document.write('</td><td ALIGN="left" VALIGN="middle">');


document.write('<span class ="footer">&copy; Copyright '+year+' ');


document.write('<a href="'+homelink+'" target="_top">'+company+'</a>');


document.write('&nbsp;-&nbsp;All Rights Reserved&nbsp;-&nbsp;<A href="http://www.churchinthenow.org/termsofuse.html"> Privacy &amp; Terms of Use Policy</A><br>');


document.write('Church In The Now, a ministry of excellence, entertains your valuable '); 


document.write(' <A HREF="mailto:'+email+'?subject=Website feedback">'+emaillabel+'</a>');


document.write('</span><br>');
document.write('</td><td ALIGN="right" VALIGN="middle">');


   if (showall == "yes") {
document.write('<span class="footer">');
document.write('<a href="http://e-gosource.com" target="_blank">Web Design</a> & <a href="http://e-gosource.com" target="_blank">Hosting</a><br>&copy;Site Design '+year+'</span>');

}
else {
document.write('');
}

document.write('</TD><td width="10">');
document.write('<IMG SRC="picts/spacer.gif" height="5" width="10" border="0" alt="image">');
document.write('</td></tr></table>');


//  End -->