﻿$(document).ready(function () {

    $('a', '.menuLink > ul > li:first-child').attr('href', 'index.html');
  
    $('.tarihiSahsiyetlerKapsayici').hide();
    $('.havaDurumuKapsayici').hide();
    $('.maniButton').hide();
});
