$(document).ready(function(){
	// Home Page Rotating Headlines
	$('#rate-hike ul').cycle({ 
		fx: 'fade',
		timeout: 9000,
		speed: 500,
		pause: 1
	});
	
	// Initiate the map
	$('#rhmap').flash({
		src: '/flash/epsa_map.swf',
		width: 520,
		height: 364
	});
});
