$(document).ready(function() {
	$(function() {$('#slide-images')
	.cycle({ 
	    fx:     'fade', 
	    speed:  1500, 
	    timeout: 2500, 
	 	pause:   1
	});});
	
    // to store it in a variable
	var loc = window.location.pathname;
	$("#nav a[href='" + loc + "']").addClass("here");

});
