// $('document').ready(function() {
// 
// });



var ideas = [ "<p class='fact'><a href='/installations/'><strong>258</strong> Hospitals</a></p>",
			  "<p class='fact'><a href='/installations/'><strong>34</strong> out of <strong> 50</strong> states</a></p>" ];



function rand(n) {
	seed = (0x015a4e35 * seed) % 0x7fffffff;
	return (seed >> 16) % n;
}
var now = new Date();
var seed = now.getTime() % 0xffffffff;

(function($){
	$(document).ready(function(){
		$( "#press" ).accessNews({
			speed : "slow",
			slideBy : 1
		});	
	});	
}(jQuery));




	