 var $j = jQuery.noConflict();

$j(document).ready(function() {
 
    $j('#headslideshow').cycle({ 
	timeout: 10000,
  speed:  1000,
	cssBefore: {
	  width: 661,
	  height: 250
	}
    }); 

});

