$(document).ready(function() {

	// Enable prettyPhoto
	$("a[rel^='prettyPhoto']").prettyPhoto();
	
	// Active Nav
	var active_url = window.location;
	$("#nav li a[href='"+ active_url +"']").addClass('active');
	
});
