function showdate() {
	// Javascript Copyright 2007 Cindy Szymas

	var d=new Date();
	document.write(d.getFullYear());
}
