document.write("<html>");
document.write("<head>");
document.write("<link rel='stylesheet' href='Global.css'>");
document.write("</head>");
document.write("<body>");
document.write("<table cellpadding='0' cellspacing='0' width='776'>");
	document.write("<tr><td align='center' valign='middle' height='15'></td></tr>");
	document.write("<tr>");
		document.write("<td align='right' valign='middle' class='bottom' height='25'  bgcolor='CCCCCC'>");
			document.write("Copyright @2007 365 Days Travel, All Rights Reserved.&nbsp;&nbsp;&nbsp;");
		document.write("</td>");
	document.write("</tr>");
document.write("</table>");
document.write("</body>");
document.write("</html>");
