function Setup()
{
    MakeCalendarCurrent( document.getElementById( 'calendar' ), Callback );
}

function Callback( day, month, year )
{
    this.location.href=( '/prices.php?ago=0&date=' + year + '-' + month  + '-' + day );
}
