$(document).ready(
		function(){			
			$('ul#home_slideshow').innerfade({
			speed: 1000,
			timeout: 5000,
			type: 'sequence',
			containerheight: '220px'
		});
});

<!--//
// on DOM ready
$(document).ready(function (){
		$("#current_rev").html("v"+$.mcDropdown.version);
		$("#category").mcDropdown("#categorymenu");
});
//-->


$(document).ready(function(){
  $(".search label").inFieldLabels();
});	

