$(document).ready(function(){	
 
  	$('#special-message').SetScroller({	
	
		velocity: 50,	
		direction: 	 'horizontal',
		startfrom: 	 'right',
		loop:		 'infinite',
		movetype: 	 'linear',
		onmouseover: 'pause',
		onmouseout:  'play',
		onstartup: 	 'play',
		cursor: 	 'pointer'

	});
	
	var w = $('#special-message p').width();
	//alert(w);

		
})
