jQuery(document).ready(function(){
  jQuery('#text').artTextLight({
							   highlightInterval: 2000,
							   letterHighlighSpeed: 30,
							   removeHighlighSpeed: 1000,
							   css1: ({'color': 'red'}),
							   css2: ({'color': '#FF6600'})
							   });
});
