
/*	Main functions
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

$(document).ready(
	function()
	{
		
		/*	Preloading images
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	
		$.preload('#top img', { onFinish:finish } );
		
		function finish(){
				$("#pic01 img:first-child, #pic02 img:first-child, #pic03 img:first-child").fadeIn("slow");
			};
		
		
*/

		$('tbody tr:even').addClass("even");

	});/* Endof document ready */
