// Contains logic for popup for past events

$(document).ready(function(){

	$.colorbox({href:"/events/past/"+past_city_id});

});
