 $(document).ready( function() {
	if ($("#news-ticker")) {
		$("#news-ticker").newsTicker(4000);
	}
} );
 
