var addthis_pub="andyacademica"
function getPage(p) { location.href = p }
$(function() {
  $("ul.news a[href=<?php echo $node->nid ?>]").addClass("current")
  $("ul#nice-menu-1 > li.menuparent > a").each(function () {
	var w = getWidth($(this).html())
	if (w < 139) $(this).css("padding-top", "1.2em")
	else if(w >= 282) {
	  $(this).css("padding-top", "1.0em"); $(this).parent().height("67px");
	  $(this).parent().hover(function() { this.style.backgroundImage = 'url(/themes/naaf/images/bb2.png)' }, function() { this.style.backgroundImage = "none" }) }
  })
  MM_preloadImages("<?php echo $imgPath ?>/donate2.png")
})