                    $().ready(function()
                     
// asparagus         
                              {var dates =[[new Date(2011,5-1,20),new Date(2011,6-1,7),"Asparagus Schedule"]];
                              
                              $('#asparagus').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 5 - 1, 1)),
                                    maxDate: (new Date(2011, 6 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                                
                   
                    });
                    $().ready(function() 
// spinach         
                              {var dates =[[new Date(2011,5-1,20),new Date(2011,6-1,20),"Spinach Schedule"]];
                              
                              $('#spinach').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 5 - 1, 1)),
                                    maxDate: (new Date(2011, 6 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                                
                   
                    });
                    $().ready(function()
// pakchoi        
                              {var dates =[[new Date(2011,5-1,20),new Date(2011,6-1,30),"Pak-Choi Schedule"]];
                              
                              $('#pakchoi').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 5 - 1, 1)),
                                    maxDate: (new Date(2011, 6 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                                
                   
                    });
                    $().ready(function()
// napa       
                              {var dates =[[new Date(2011,5-1,20),new Date(2011,6-1,30),"Chinese Cabbage Schedule"]];
                              
                              $('#napa').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 5 - 1, 1)),
                                    maxDate: (new Date(2011, 6 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                                
                   
                    });
                    $().ready(function()
// Green Onion       
                              {var dates =[[new Date(2011,5-1,20),new Date(2011,7-1,30),"Green Onion Schedule"]];
                              
                              $('#greenonion').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 5 - 1, 1)),
                                    maxDate: (new Date(2011, 7 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                                
                   
                    });
                    $().ready(function()
// lettuce     
                              {var dates =[[new Date(2011,6-1,15),new Date(2011,7-1,30),"Buttercrunch Lettuce Schedule"]];
                              
                              $('#lettuce').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 6 - 1, 1)),
                                    maxDate: (new Date(2011, 7 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                                
                   
                    });
                    $().ready(function()
// broccoli        
                              {var dates =[[new Date(2011,7-1,1),new Date(2011,9-1,15),"Broccoli Schedule"]];
                              
                              $('#broccoli').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 7 - 1, 1)),
                                    maxDate: (new Date(2011, 9 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                                
                   
                    });
                    $().ready(function()
// cauliflower       
                              {var dates =[[new Date(2011,7-1,1),new Date(2011,8-1,15),"Cauliflower Schedule"]];
                              
                              $('#cauliflower').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 7 - 1, 1)),
                                    maxDate: (new Date(2011, 8 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                                
                   
                    });
                    $().ready(function()
// carrots        
                              {var dates =[[new Date(2011,7-1,1),new Date(2011,10-1,15),"Carrot Schedule"]];
                              
                              $('#carrots').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 7 - 1, 1)),
                                    maxDate: (new Date(2011, 10 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                                
                   
                    });
                    $().ready(function()
// beets      
                              {var dates =[[new Date(2011,7-1,1),new Date(2011,10-1,15),"Beet Schedule"]];
                              
                              $('#beets').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 7 - 1, 1)),
                                    maxDate: (new Date(2011, 10 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                                
                   
                    });
                    $().ready(function()
// swisschard       
                              {var dates =[[new Date(2011,7-1,1),new Date(2011,9-1,30),"Swiss Chard Schedule"]];
                              
                              $('#swisschard').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 7 - 1, 1)),
                                    maxDate: (new Date(2011, 9 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                                
                   
                    });
                    $().ready(function()
// nzspinach       
                              {var dates =[[new Date(2011,7-1,1),new Date(2011,9-1,30),"New Zealand Spinach Schedule"]];
                              
                              $('#nzspinach').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 7 - 1, 1)),
                                    maxDate: (new Date(2011, 9 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                                
                   
                    });
                    $().ready(function()
// kale       
                              {var dates =[[new Date(2011,7-1,1),new Date(2011,10-1,15),"Kale Schedule"]];
                              
                              $('#kale').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 7 - 1, 1)),
                                    maxDate: (new Date(2011, 10 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                                
                   
                    });
                    $().ready(function()
// zucchini        
                              {var dates =[[new Date(2011,7-1,1),new Date(2011,9-1,30),"Zucchini Schedule"]];
                              
                              $('#zucchini').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 7 - 1, 1)),
                                    maxDate: (new Date(2011, 9 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                                
                   
                    });
                    $().ready(function()
// sugarpeas        
                              {var dates =[[new Date(2011,7-1,7),new Date(2011,7-1,30),"Sugar Snap Pea Schedule"]];
                              
                              $('#sugarpeas').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 7 - 1, 1)),
                                    maxDate: (new Date(2011, 7 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                                
                   
                    });
                    $().ready(function()
// englishpeas       
                              {var dates =[[new Date(2011,7-1,7),new Date(2011,7-1,30),"English Pea Schedule"]];
                              
                              $('#englishpeas').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 7 - 1, 1)),
                                    maxDate: (new Date(2011, 7 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                                
                   
                    });
                    $().ready(function()
// cabbage       
                              {var dates =[[new Date(2011,7-1,7),new Date(2011,10-1,15),"Cabbage Schedule"]];
                              
                              $('#cabbage').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 7 - 1, 1)),
                                    maxDate: (new Date(2011, 10 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                                
                   
                    });
                    $().ready(function()
// turnip       
                              {var dates =[[new Date(2011,7-1,7),new Date(2011,9-1,15),"Turnip Schedule"]];
                              
                              $('#turnip').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 7 - 1, 1)),
                                    maxDate: (new Date(2011, 9 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                                
                   
                    });
                                        $().ready(function()
// cherry tomato       
                              {var dates =[[new Date(2011,7-1,15),new Date(2011,9-1,15),"Cherry Tomato"]];
                              
                              $('#cherrytomato').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 7 - 1, 1)),
                                    maxDate: (new Date(2011, 9 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                                
                   
                    });
                                                            $().ready(function()
// cucumber      
                              {var dates =[[new Date(2011,7-1,20),new Date(2011,9-1,15),"Cucumber Schedule"]];
                              
                              $('#cucumber').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 7 - 1, 1)),
                                    maxDate: (new Date(2011, 9 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                                
                   
                    });
                    $().ready(function()
// heirloom      
                              {var dates =[[new Date(2011,8-1,1),new Date(2011,9-1,15),"Heirloom Tomato Schedule"]];
                              
                              $('#heirloom').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 8 - 1, 1)),
                                    maxDate: (new Date(2011, 9 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                                
                   
                    });
                    $().ready(function()
// basil     
                              {var dates =[[new Date(2011,8-1,1),new Date(2011,9-1,15),"Basil Schedule"]];
                              
                              $('#basil').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 8 - 1, 1)),
                                    maxDate: (new Date(2011, 9 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                                
                   
                    });
                    $().ready(function()
// parsely    
                              {var dates =[[new Date(2011,8-1,1),new Date(2011,9-1,15),"Parsely Schedule"]];
                              
                              $('#parsely').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 8 - 1, 1)),
                                    maxDate: (new Date(2011, 9 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                                
                   
                    });
                    $().ready(function()
// corn     
                              {var dates =[[new Date(2011,8-1,1),new Date(2011,9-1,7),"Corn Schedule"]];
                              
                              $('#corn').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 8 - 1, 1)),
                                    maxDate: (new Date(2011, 9 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                                
                   
                    });
                    $().ready(function()
// greenbean      
                              {var dates =[[new Date(2011,8-1,1),new Date(2011,9-1,15),"Green Bean Schedule"]];
                              
                              $('#greenbean').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 8 - 1, 1)),
                                    maxDate: (new Date(2011, 9 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                                
                   
                    });
                    $().ready(function()
// potato     
                              {var dates =[[new Date(2011,9-1,1),new Date(2011,10-1,15),"Potato Schedule"]];
                              
                              $('#potato').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 9 - 1, 1)),
                                    maxDate: (new Date(2011, 10 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                                
                   
                    });
                    $().ready(function()
// squash     
                              {var dates =[[new Date(2011,10-1,1),new Date(2011,10-1,30),"Buttercup Squash Schedule"]];
                              
                              $('#squash').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 10 - 1, 1)),
                                    maxDate: (new Date(2011, 10 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                                
                   
                    });

                    $().ready(function()
                     
// apriums         
                              {var dates =[[new Date(2011,6-1,20),new Date(2011,7-1,15),"Apriums Schedule"]];
                              
                              $('#apriums').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 6 - 1, 1)),
                                    maxDate: (new Date(2011, 7 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                                
                   
                    });
                    $().ready(function()
 // plumcots
                            {var dates =[[new Date(2011,6-1,30),new Date(2011,7-1,20),"Plumcots Schedule"]];
                              
                              $('#plumcots').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 6 - 1, 1)),
                                    maxDate: (new Date(2011, 7 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                    });
                    
                     $().ready(function()
// cherries
                            {var dates =[[new Date(2011,7-1,1),new Date(2011,8-1,20),"Cherry Schedule"]];
                              
                              $('#cherries').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 7 - 1, 1)),
                                    maxDate: (new Date(2011, 8 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                    });
                     
                 $().ready(function()
                    // apricots
                            {var dates =[[new Date(2011,7-1,15),new Date(2011,8-1,15),"Apricot Schedule"]];
                              
                              $('#apricots').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 7 - 1, 1)),
                                    maxDate: (new Date(2011, 8 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                    });
                 
                     $().ready(function()
                    // peaches
                            {var dates =[[new Date(2011,7-1,20),new Date(2011,9-1,30),"Peach Schedule"]];
                              
                              $('#peaches').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 7 - 1, 1)),
                                    maxDate: (new Date(2011, 9 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                    });
                     
                       $().ready(function()
                    // plums
                            {var dates =[[new Date(2011,7-1,30),new Date(2011,9-1,15),"Plum Schedule"]];
                              
                              $('#plums').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 7 - 1, 1)),
                                    maxDate: (new Date(2011, 9 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                    });
                          $().ready(function()
                    // blueberries
                            {var dates =[[new Date(2011,7-1,30),new Date(2011,9-1,15),"Plum Schedule"]];
                              
                              $('#blueberries').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 7 - 1, 1)),
                                    maxDate: (new Date(2011, 9 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                    });
                       
                    $().ready(function()
                    // necatarines
                            {var dates =[[new Date(2011,7-1,30),new Date(2011,9-1,15),"Nectarines Schedule"]];
                              
                              $('#nectarines').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 7 - 1, 1)),
                                    maxDate: (new Date(2011, 9 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                    });
                    
                    $().ready(function()
                    // pears
                            {var dates =[[new Date(2011,8-1,15),new Date(2011,9-1,30),"Pear Schedule"]];
                              
                              $('#pears').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 8 - 1, 1)),
                                    maxDate: (new Date(2011, 9 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                    });
                    
                    $().ready(function()
                    // grapes
                            {var dates =[[new Date(2011,8-1,15),new Date(2011,9-1,15),"Grape Schedule"]];
                              
                              $('#grapes').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 8 - 1, 1)),
                                    maxDate: (new Date(2011, 9 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                    });
                    
                    $().ready(function()
                    // apples
                            {var dates =[[new Date(2011,8-1,30),new Date(2011,10-1,15),"Apple Schedule"]];
                              
                              $('#apples').datepicker({
                                    beforeShowDay: highlightDays,
                                    minDate: (new Date(2011, 8 - 1, 1)),
                                    maxDate: (new Date(2011, 10 - 1, 30)),
                                });
                              
                              
                              
                              function highlightDays(date) {
                                for (var i = 0; i < dates.length; i++) {
                                if (dates[i][0] <= date && dates[i][1] >= date) {
                                    return [true, 'ui-state-highlight', dates[i][2]];
                                }
                                return [false, ''];
                                }
                                }
                    }); 
                    

