//  jquery core

$(document).ready(function(){
	
	$("#home_rotator").show("medium");
	
	// delay hack
	$("#home_rotator_img").fadeTo(100, 0).fadeTo(2000, 1.0);
	
	$('#home_rotator_img').cycle({ 
		fx:    'fade', 
		timeout:       3000, 
		pause:  0 
	});
		/*
	$('#quotate').cycle({ 
		fx:    'fade', 
		timeout:       6000, 
		random: 1,
		pause:  0 
	});
	
	// handles showing the form
	$("#show_form").click(function(){
		$("#checkout_form").show();
	});
	*/

});
