$(document).ready( function() {
	
	$('.event-content').children(':not(:first-child)').prepend('/ ');

});
