$j=jQuery.noConflict();

$j(document).ready(function() {
  $j('#slideshow').cycle({ timeout: 5000, cleartype: 1, speed: 2000 });
});
