
/* <![CDATA[ */  

jQuery(document).ready(function($) {
 $('#squaread').cycle({
	    fx: 'fade',
	    timeout: 10000,
	    speed: 2000,
	    pause: 1,
	    fit: 1
});
$('#banners').cycle({
	    fx: 'fade',
	    timeout: 10000,
	    speed: 2000,
	    pause: 1,
	    fit: 1
});
$('#skyscraper').cycle({
	    fx: 'fade',
	    timeout: 10000,
	    speed: 2000,
	    pause: 1,
	    fit: 1
});
});


/* ]]> */

