$(document).ready(function(){
	$("a[href $= 'jpg']").colorbox({ opacity: '0.6' }); 
	$("a[href = 'http://convoyant.com/resnexus/reserve/?ID=584']").click (function() {
		pageTracker._link(this.href);
		return false;
	});
	$('#slides').cycle({
    	timeout: 3000, 
    	speed:  2500,
    	autostop: 1
	});

});
