function copyright_date() {
	var d=new Date();
    yr=d.getFullYear();
    if (yr!=2008)
    document.write("All content property of Nicolas Boileau unless otherwise noted (<a href='/home/credits.php'>credits</a>), &copy; 2008 - "+yr);
}

function GoogleTrack01() {
	var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
	document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
}

function GoogleTrack02() {
	try {
	var pageTracker = _gat._getTracker("UA-4359659-2");
	pageTracker._trackPageview();
	} catch(err) {}
}
