// The home page news scroller
/*
$(document).ready( function(){ 
	$('#news-list ul').innerfade({ 
		animationtype: 'slide', 
		speed: 1200, 
		timeout: 4000, 
		type: 'sequence', 
		containerheight: '2.2em' 
	}); 
	
});
*/

// Flash config
var flashvars = {};
var params = {};
var attributes = {};
attributes.id = "home-intro";
swfobject.embedSWF("flash/homeIntro.swf", "home-intro", "964", "314", "8.0.0", false, flashvars, params, attributes);




