// (function($) {
//     $(document).ready(function() {
//         // Create opening animation ONLY if coming from outside the site
//         var re = /^(https?):\/\/(([-\w\.]+)+(:\d+)?)(\/([\w\/_\.]*(\?\S+)?)?)?$/;
//         var ref_host = document.referrer.match(re) || [];
//         var url_host = document.URL.match(re);
//         if (ref_host[2] != url_host[2]) {
//             $("header").css("margin-top", "-36px");
//             $("#billboard").add("#ticker").add("#promos").add("footer").css("opacity", "0");
//             $("#billboard").delay(250).animate({ opacity: 1 });
//             $("#ticker").add("#promos").add("footer").delay(1750).animate({ opacity: 1 }, 'slow');
//             $("header").delay(1750).animate({ "margin-top" : "0" }, 'slow');
//         };
//     });
// })(jQuery);

