function footer()
{
	var str="";
	str+="<div id='footer'>";
	str+="<a href='index.php'>Home</a>";
	str+="<a href='about_the_college.php'>The College</a>";
	str+="<a href='campus.php'>Campus</a>";
	str+="<a href='course_departments.php'>Courses & Departments</a>";
	str+="<a href='gallery.php'>Photo Gallery</a>";
	str+="<a href='facilities.php'>Facilities</a>";
	str+="<a href='placements.php'>Placements</a>";
	str+="<a href='contact_us.php'>Contact</a>";
	str+='<a href="feedback.php" title=":: Hindusthan College of Engineering & Technology :: Feedback" rel="gb_page_center[730,540]">Feedback</a>';
	str+="<br />Copyright © 2009. All Rights Reserved. Hindusthan Educational Institutions.";
	str+="</div>";
	document.write(str);
}
