function copyrightInfo(){
function y2k(number)
 { return (number < 1000) ? number + 1900 : number; }
var today = new Date(), year  = y2k(today.getYear());
document.write(	'<br /><br /><br />&copy; 2006 - ' + year + ' <a href="http://SchwobySolutions.com" target="_blank">Schwoby Solutions</a> Webmaster');
}

function addressInfo(){
document.write("Eastridge Church of the Nazarene<br />2679 E. Court St.<br />Kankakee, IL. 60901<br />(815) 932-9413");
}

function mainLinks(){
document.write("<center><a href='index.html'><img title='Nazarene Seal' alt='Nazarene Seal' src='pics/seal.png' /></a></center><p/><a href='index.html'>Home</a><br /><a href='statements_of_faith.html'>About Us</a><br /><a href='camstream.html'>Live Worship</a><br /><a href='staff.html'>Our Staff</a><br /><a href='http://www.localendar.com/public/ecn26790982' target='_blank'>Calendar</a><br /><a href='teens/'>Youth Ministries</a><br /><a href='contactUs.html'>Contact Us</a><br /><a href='prayer.html'>Prayer Request</a><br /><a href='message.html'>Mid-Week Message</a><br /><a href='resources.html'>Resources</a><br /><a href='sign-in.html'>Sign In</a><p /><form target='PayPal' action='https://www.paypal.com/cgi-bin/webscr' method='post'><input type='hidden' name='cmd' value='_s-xclick'><input type='hidden' name='hosted_button_id' value='RKAAKUL8JDSZL'><input type='submit' name='submit' value='Tithe Online'></form>");
}

function adminLinks(){
document.write("<a href='staff.php'>Staff</a><br /><a href='resources.php'>Resources</a><br /><a href='teens.php'>Teens</a><p /><a href='user.php'>User Maintenance</a><br /><a href='userRights.php?action=Log-Out'>Sign Out</a><br />");
}

function bgcolorlistArea(){
var bgcolorlist=new Array("orange", "yellow", "lime", "aqua", "violet", "silver", "tan", "pink")
document.bgColor=bgcolorlist[Math.floor(Math.random()*bgcolorlist.length)]
}


