$(document).ready
(
	function()
	{
		// setup fancybox'es, if any
		if( $(".fancybox").length > 0 )
		{
			$( ".fancybox" ).fancybox();
		}
	}
);
