
var $J = jQuery.noConflict();

$J(document).ready(function($){ 
	$('#cycle img').css("display", "block");
/*
	$('#cycle').cycle({ 
	    fx:    'fade',
	    speed:  8000, 
	    delay: -4000,
		random: 1 
	});
*/
}); 
