var pathWaitingImg = '<img src="images/wait.gif" alt="Please wait" />';

$(document).ready(function()
{
    $("#birthdayBox").fadeIn()
        .animate({backgroundColor: "#DDD" }, 1000)
        .animate({ backgroundColor: "white"}, 1000)
        .animate({ backgroundColor: "#DDD" }, 1000)
        .animate({ backgroundColor: "white"}, 1000);

    $('#inputSearchBox').search();

    //showResults('','');
    //showWeekBirthdays();
	//showNextMatches();
});