// JavaScript Document

jQuery(document).ready(function() {                                                                                
	// sIFR                                                                                  
	jQuery('h1').sifr({font:'celtichand'});
});

jQuery(document).ready(function(){
    // Drop Down Menu
    jQuery("#top-navigation")
        .superfish({
            animation:{opacity:"show"}
    });
});

jQuery(document).ready(function(){ 
	jQuery('a.external').click(function(){
		window.open(this.href);
		return false;
	});
});

jQuery(document).ready(function(){
	jQuery('#expand').accordion({header:"a.rollOver",autoheight:false,active:true,alwaysOpen:false});
});

jQuery(document).ready(function() {
	jQuery('a[@rel*=lightbox]').lightBox();
});

jQuery(function() {
	jQuery('#gallery a').lightBox();
});