$(function(){
    // Superfish

    // Blur on focus
    $('a').focus(function() { this.blur(); });
    $('input[@type*=submit]').focus(function() { this.blur(); });
    $('input[@type=text], input[@type=password]').addClass("input");
    
      $('#nav li:last').addClass('no_bg');
	  
	 if( $('.gallery').length )
		$('.gallery a').lightBox();  
});

if( location.pathname  != '/Calendar') {
if (self.parent.frames.length != 0)
self.parent.location=document.location;

}