// Copyright Sample Script File

function copyright() {


    
document.write('<br><br>')
document.write('<div align="center">')
document.write('|&nbsp;<a href="College-Job-Prep-About.html">	<font color="black">About Us</font></a>&nbsp;&nbsp;|&nbsp;' )
document.write('&nbsp;<a href="College-Job-Prep-RightforMe.html">	<font color="black">Right for Me</font></a>&nbsp;&nbsp;|&nbsp;')
document.write('&nbsp;<a href="College-Job-Prep-Why.html">	<font color="black">Why Should I?</font></a>&nbsp;&nbsp;|&nbsp;')
document.write('&nbsp;<a href="College-Job-Prep-It-Works.html">	<font color="black">It Works!</font></a>&nbsp;&nbsp;|&nbsp;')
document.write('&nbsp;<a href="College-Job-Prep-How.html">	<font color="black">How it Works</font></a>&nbsp;&nbsp;|&nbsp;')
document.write('&nbsp;<a href="College-Job-Prep-Events.html">	<font color="black">Special Events</font></a>&nbsp;&nbsp;|&nbsp;')
document.write('&nbsp;<a href="College-Job-Prep-Bursary.html">	<font color="black">Tuition Bursary</font></a>&nbsp;&nbsp;|&nbsp;')
document.write('&nbsp;<a href="College-Job-Prep-Contact.html">	<font color="black">Contact Us</font></a>&nbsp;&nbsp;|&nbsp;')
document.write('&nbsp;<a href="Testimonials.html">		<font color="black">Testimonials</font></a>&nbsp;&nbsp;|&nbsp;')
document.write('&nbsp;<a href="index.html">			<font color="black">Home</font></a>&nbsp;&nbsp;|&nbsp;')

document.write('<br><br>© Copyright 2008-2010 - <a href="http://www.klupgrading.com">College and Job Preparation - KL Upgrading</a> ')
document.write('- Site created  and maintained by:  <a href="http://www.internetwebdezines.com/" target="blank"><font color=black>Internet WebDeZines</a>')
document.write('</div>')
}



 
