See some of our favorite Juicy Hotels! These hotels stand out for being extra juicy, each special in their own way.
SELECT h.* ,(case country when 'US' then country else countryname end ) country FROM hotels h , categorytoproperty c WHERE enabled_status=1 && status=1 and h.original_id = c.HotelID AND c.CategoryID=416 ORDER BY star_rating desc ,name asc LIMIT 0,5