// JavaScript Document

	document.write("<a href='About_Us.htm' class='Footer'>About Us</a> | ");
	document.write("<a href='Contact_Us.htm' class='Footer'>Contact Us</a> | ");
	document.write("<a href='Privacy_Statement.htm' class='Footer'>Privacy Statement</a> | ");
	document.write("<a href='Sitemap.htm' class='Footer'>Sitemap</a> | ");
	document.write("<a href='Imprint.htm' class='Footer' target='_blank' ");
	document.write("title='Designed, Developed & Maintained By MediaArcade.net'>Imprint</a>");
	document.write("<br />&copy; Mayank Exports. All Rights Reserved.");

