$(document).ready(function() {

	$('.scrollingtext').html('Are you ready to dance, 60\'s style? - Friday March 2nd, 6:30 - 10pm join us for our big event, A Go Go! <a href="/fundraising_event_schedule.html">Click here</a> for details');


	//create scroller for each element with "horizontal_scroller" class... 
	$('#marquee').SetScroller({	velocity: 86, direction:'horizontal',startfrom:'right',loop:'infinite',movetype:'linear',onmouseover: 'pause',onmouseout: 'play',onstartup: 'play',cursor:'pointer'});

	

});
