$(function() {
    $("a.fancybox").fancybox({});
    
    // $("#hotlap_link a").fancybox({
    //     'frameWidth': 512,
    //     'frameHeight': 392
    // });
    
    if (document.location.href.match("#trackrental")) {
        $("#pummer").css({backgroundColor: "#FFF"}).stop()
            .animate({ backgroundColor: "#FF6" }, 1000)
            .animate({ backgroundColor: "#FFF" }, 1000)
            .animate({ backgroundColor: "#FF6" }, 1000)
            .animate({ backgroundColor: "#FFF" }, 1000);
    }
});
