jQuery(document).ready(
function() {
jQuery('#infobox').innerfade({
speed: 600,
timeout: 5000,
type: 'sequence',
containerheight: '20px'
});
jQuery('.pics').cycle({ 
fx:     'curtainX',
speed:   4000, 
timeout: 6000,
delay:  -2000
});

});
