jQuery().ready(function() {
// runs when the page is done loading
jQuery('#ad1box').cycle({
    speed: 	1500,
    timeout:	4000,
    pause:	0
    });
});
