$(function () {
	$('h2').sifr({
		path:'/wp-content/themes/pvi-dynamic/images/',
		font:'georgia'
	});
	
	$("#newsTicker").newsticker();

	$("#newsTicker li:odd").css("text-align","right");
	
  $('#nav').superfish();

});
