
var now = new Date();

function openWindow(url)
{
	window.open(url, "newwindow",
		"width=550, height=550, scrollbars=yes, resizable=yes, status=yes");

}

function footer()
{
	document.write
	(
		"<br><br><br><br>" +
		"<center>" +

		"<a href='../index.html'>" +
			"<img src='Bullet.gif' border=0><br>" +
			"<b>Home</b>" +
		"</a>" +

		"<br><br><br>" +
		"<small>" +
		"Copyright &copy; 2003 Cherry Hug, LLC | Website by Rita Cat Design, Inc. <br><br>" +

		"Advertisement: Forget about that fruit basket... <br>" +
		"<a href='http://www.rita-cat.com' target='_blank'><i>Personalized Photo Calendars</i></a>" +
		" make the perfect gift!" +
		"</small>" +


		"</center>" +
		"<br>"
	);
}
