$(document).ready(function(){
	$('#slide-holder').cycle({
		fx: 'fade',
		pager: '#slidepage'
});
		
	
$('#news-cycle').cycle({
	fx: 'scrollRight',
	pager: '#news-pager',
	speed:    400, 
    timeout:  7000 

	
});

$('#image-adverts').cycle({
	fx: 'scrollRight',
	speed:    400, 
    timeout:  2500 	
});
	

	// #myFlashVars is the selector
	$('#flash').flash(
		{
			// test_flashvars.swf is the flash document
			swf: '/assets/flash/anim.swf',
			width: 241,
			height: 142
		}
	);

});



