$(document).ready(function() {
	
	$('#event-strips .strip1').bind('click', function() { window.location='/events/nyc' });
	$('#event-strips .strip2').bind('click', function() { window.location='/events/simon-mall' });
	$('#event-strips .strip3').bind('click', function() { window.location='/events/haute-spot' });
		
});


