
		


		
		
		
	
	
	
		
		
	


			$(function() {

		$("table[id^='sortable'] tr:odd, .sortable tr:odd").addClass('odd');
		$("table[id^='sortable'] tr:even, .sortable tr:even").addClass('even');

		$("a.iframe").fancybox({
			'hideOnContentClick'	: false,
			'width'					: Math.min(750, $(window).width() - 60),
			'height'				: Math.min(500, $(window).height() - 60),
			'autoScale'				: false,
			'autoDimensions'		: false,
			'overlayShow'			: true,
			'zoomSpeedIn'			: 600,
			'zoomSpeedOut'			: 500,
			'easingIn'				: 'easeOutBack',
			'easingOut'				: 'easeInBack'
		});  
		
		$('#slider').cycle({ fx: "scrollLeft", timeout: 10000 });
			   
		$("img").pngfix();
	});	

	function checkSchedule(f) {
	 fieldCheck = new Array()
	 fieldCheck.push(['firstname', 'Name']);
	 fieldCheck.push(['email', 'Email Address']);
	 fieldCheck.push(['phone', 'Phone number']);
 
 	 return fieldChecker(f)		
	}
	
	function buynow() {
		$('#buynow').trigger('click');
	}
	

	

