/*------------------------------------------------------------------
Project:		Keep a Child Alive Wordpress Theme
Author:			Jay Contonio for GIRAFFE
Last change:	2009-03-31
-------------------------------------------------------------------*/

$(document).ready(function() {
	setupZoom();
	$('#subpages ul li:last').css({
		'margin-bottom':0
	});
});

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


