$(document).ready(function(){
	//This line is for getting & displaying the copyright year in the footer
	$("#year").text((new Date).getFullYear());
});



