﻿$(document).ready(function () {

    HideLoader();


});


function HideLoader() { 

$('#loader').fadeOut();

}
