﻿/// <reference path="jQuery/jquery-1.3.2-vsdoc2.js" />

$().ready(function() {
    $(".btnClose").click(function() {
        $(".StartPageFairInfoPlate").hide();
    });
});
