function getSiteLastUpdated() {
	return '19.03.2010';
}

function printSiteLastUpdated (p_extra) {

	p (
		IL(getSiteLastUpdated(), getHomeURL() + 'whatsnew.htm')
	+	(p_extra == null ? '' : p_extra)
	);
}
