﻿$(document).ready(function () {

    $(".pnlQuestionSheet").css("display", "none");
    $(".pnlQuestionSheet").delay(1000).fadeIn(1500);

});
