var cText = ''


//cText += '<div id="bottomnavigation"> '

		//cText += '<a href="http://presentelearning.com/index.html">Home</a> | '
//		cText += '<a href="http://presentelearning.com/mission.html">Mission</a> | '
//		cText += '<a href="http://presentelearning.com/aboutus.html">About Us</a> | '
//		cText += '<a href="http://presentelearning.com/products.html">Products</a> | '
//		cText += '<a href="http://presentelearning.com/sponsors.html">Sponsors</a> | '
//		cText += '<a href="http://presentelearning.com/media.html">Media</a> | '
//		cText += '<a href="http://presentelearning.com/contactus.html">Contact Us</a> |  '
		//cText += ' © 2008'

//cText += '</div>'

//document.write(cText)

var COPYRIGHT = ''

   COPYRIGHT += '<div id="bottomnavigation"> '
   COPYRIGHT += 'Copyright &copy; '
   COPYRIGHT += (COPYRIGHT, new Date().getFullYear());
   COPYRIGHT += '</div>'
   
   document.write(COPYRIGHT);

   
   





