jQuery(document).ready(function() {$.smoothAnchors("slow");$(".datepicker").datepicker();$("#main a[rel]").fancybox();$("#leftmenu h4").hover(	function() {		$('img:first-child', this).attr('src', $('img:first-child', this).attr('src').replace("/p/","/a/"));		$('a', this).addClass('hover');	},	function() {		$('img:first-child', this).attr('src', $('img:first-child', this).attr('src').replace("/a/","/p/"));		$('a', this).removeClass('hover');	});/*$("#leftmenu h4").click(	function() {		$('ul', $(this).parent()).toggle();		try {			PIE.OnResize.fire();		} catch (e) {}	});*/});
