$(document).ready(
    function(){
        $('ul#page_images').innerfade({
            speed: 1000,
            timeout: 5000,
            type: 'sequence',
            containerheight: '260px'
        });
		$('ul#home_images').innerfade({
			speed: 1000,
			timeout: 5000,
			type: 'sequence',
			containerheight: '360px'
		});
		$("#news").scrollable({circular: true, mousewheel: false}).navigator();
    });
