// JavaScript Document
var $j = jQuery.noConflict();

$j(function(){

    $j('div#slideshow').cycle({
		timeout: 4500,
		speed: 3000
	});

});
