Datepicker

Datepicker

My question is how i can combinate the funtion  beforeShowDay with 
 onSelect: function(date, instance) {
            window.location = date+".html";
    } (thanks kbwood.au
is already running with the second, but i cant make works with the other, i want that just the saturday is enable and in the same time when i click on the saturday can redirect in another html acording to the date(done)