
$(document).ready( function  (){
		$("ul a").each(function (){
		$(this).textEffect();
							  })
})
