// JavaScript Document

$(document).ready(function() {
 
	//$('#showCol2 img:first').fadeIn(1000, function() {
        $('#showCol2').cycle({
		fx: 'fade',
		delay: 3500,
		timeout: 3500,
		speed: 3500,
		//random:true,
		cleartype: true
		
		
		});
  //  });


});


