$(function() {
$("a#gizleyorum").click(function() {
index=$("this").index();
$("div#gizleyorum:eq("+index+")").show(500);
});