﻿if (typeof (allowhttps) == "undefined") { var u = location.href; if (u.indexOf("https:") > -1) { u = u.replace("https:", "http:"); location.replace(u); } }

$(document).ready(function () {
    $('<div class="shdw_btm1"><div class="left"></div><div class="right"></div></div>').replaceAll('.shdw_btm1');
    $('.areaReveal').click(function () { $('#AreaPanel').slideToggle(800, 'easeOutQuart'); return false });
});
