// JavaScript Document
$(function() {
		jQuery("#band .image").dropShadow({left: -5, top: 5, opacity:0.3, blur:3});

		jQuery("#nav ul li a").each(function() {
			if(this.href == window.location) jQuery(this).addClass("active"); 
		});


		/* global prettyphoto*/
		jQuery("a[rel^='popup']").prettyPhoto();
		
});



