var active_venue = 'content_item_11';

function show_venue(e){
	$(active_venue).hide();
	active_venue = e.id;
	e.show();
}