function pageLoadHandler() {
	$('#menubar > li').hover(function() { $(this).addClass('over'); }, function() { $(this).removeClass('over'); });
	$("a[rel^='prettyPhoto']").prettyPhoto();
	$('.tips').tooltip({track: true, delay: 0, showURL: false, fade: 250 });
}

