/* This is for index.php */

$(document).ready(function(){
	$('#headline').list_ticker({
		speed:13000,
		effect:'headline2'
	});		
});

