jQuery Datepicker range

jQuery Datepicker range

I am creating a small booking system and I need a datepicker range plugin.
Do you guys know if there is a plugin that lets you have multiple date ranges and disable all other dates that is not in the specified ranges? 

For example a user should be able to select a range: From: 1/5/2015 to 10/5/2015 and a range from 20/5/2015 to 25/5/2015. All other dates out of those ranges should be inactive :)

I am getting the dates from a database, so i can't specify them manually :)

Regards Simon