﻿$(document).ready(function() {
    $("#mainpanel h1").dropShadow({ left: 1, top: 1, opacity: 0.9, blur: 1 });
});
