<script>
$(document).ready(function() {

$(".sifirla").click(function() {
unreadAlerts = 0;
});

});
</script>