$(document).ready(function(){

$("#target5191").hide();
$("#event5191").click(function(){
$(".main_contents").hide();
$("#target5191").show();
});

$("#target5190").hide();
$("#event5190").click(function(){
$(".main_contents").hide();
$("#target5190").show();
});

$("#target5189").hide();
$("#event5189").click(function(){
$(".main_contents").hide();
$("#target5189").show();
});

$("#target5188").hide();
$("#event5188").click(function(){
$(".main_contents").hide();
$("#target5188").show();
});

$("#target5187").hide();
$("#event5187").click(function(){
$(".main_contents").hide();
$("#target5187").show();
});


$("#target5191").show();

});
