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

function contactInfo(){
document.write("PO Box 974<br />Kankakee, IL. 60901<br />Phone: 815-549-9463<br /><a href='mailto:Will@cprExpert.org'>Will@cprExpert.org</a><p />");
}

function mainLinks(){
document.write("| <a href='index.html'>Home</a> | <a href='calendar.html'>Calendar</a> | <a href='aboutme.html'>About Me</a> | <a href='services.html'>Courses</a> | <a href='contact.html'>Contact</a> |");
}

function instructorLinks(){
document.write( "| <a href='rosterView.php'>Roster List</a> | <a href='downloads.php'>Downloads</a> | <a href='search.php'>Search</a> | <a href='calendar.php'>Calendar</a> | <a href='passApp.php'>Instructor Management</a> | <a href='user.php?action=Log-Out'>Sign Out</a> |");
}


