(function($) {
 
$(document).ready(function() {
  $("#Nav li").each(function() {
    var li = $(this);
    var is_current = $("#Nav").hasClass("current-" + $(this).attr("class"));
  });

  $('ul.newsticker').newsticker(7000);
  $('ul.headerticker').newsticker(5000);
  $("img[@src$=png]").pngfix();
  

});

})(jQuery);

