var EarlyBookingList = ({
EarlyBooking: [
{
destination: "Paderborn",
hotel: "ibis Paderborn",
prix: "47",
devise: "EUR",
lienFiche: "/frm_fiche_hotel.svlt?code_hotel=0718",
lienResa: "/beginSubCro.svlt?hotel_ou_ville=0718&marque="
}
,
{
destination: "Augsburg",
hotel: "ibis Augsburg Beim Koenigsplatz",
prix: "47",
devise: "EUR",
lienFiche: "/frm_fiche_hotel.svlt?code_hotel=1092",
lienResa: "/beginSubCro.svlt?hotel_ou_ville=1092&marque="
}
,
{
destination: "Dresden",
hotel: "Pullman Dresden Newa",
prix: "84",
devise: "EUR",
lienFiche: "/frm_fiche_hotel.svlt?code_hotel=1577",
lienResa: "/beginSubCro.svlt?hotel_ou_ville=1577&marque="
}
,
{
destination: "Würzburg",
hotel: "Mercure Hotel Wuerzburg am Mainufer",
prix: "56",
devise: "EUR",
lienFiche: "/frm_fiche_hotel.svlt?code_hotel=1697",
lienResa: "/beginSubCro.svlt?hotel_ou_ville=1697&marque="
}
,
{
destination: "Berlin",
hotel: "Mercure Hotel Berlin Hennigsdorf",
prix: "48",
devise: "EUR",
lienFiche: "/frm_fiche_hotel.svlt?code_hotel=1756",
lienResa: "/beginSubCro.svlt?hotel_ou_ville=1756&marque="
}
,
{
destination: "Görlitz",
hotel: "Mercure Parkhotel Goerlitz",
prix: "45",
devise: "EUR",
lienFiche: "/frm_fiche_hotel.svlt?code_hotel=1945",
lienResa: "/beginSubCro.svlt?hotel_ou_ville=1945&marque="
}
,
{
destination: "Bremen",
hotel: "ETAP HOTEL Bremen City Süd",
prix: "34",
devise: "EUR",
lienFiche: "/frm_fiche_hotel.svlt?code_hotel=2624",
lienResa: "/beginSubCro.svlt?hotel_ou_ville=2624&marque="
}
,
{
destination: "Berlin",
hotel: "ETAP HOTEL Berlin Ost Marzahn",
prix: "26",
devise: "EUR",
lienFiche: "/frm_fiche_hotel.svlt?code_hotel=2631",
lienResa: "/beginSubCro.svlt?hotel_ou_ville=2631&marque="
}
,
{
destination: "Dortmund",
hotel: "Pullman Dortmund",
prix: "95",
devise: "EUR",
lienFiche: "/frm_fiche_hotel.svlt?code_hotel=2833",
lienResa: "/beginSubCro.svlt?hotel_ou_ville=2833&marque="
}
,
{
destination: "München",
hotel: "ETAP HOTEL Muenchen Nord Garching",
prix: "42",
devise: "EUR",
lienFiche: "/frm_fiche_hotel.svlt?code_hotel=3089",
lienResa: "/beginSubCro.svlt?hotel_ou_ville=3089&marque="
}
,
{
destination: "Berlin",
hotel: "Novotel Berlin Am Tiergarten",
prix: "75",
devise: "EUR",
lienFiche: "/frm_fiche_hotel.svlt?code_hotel=3649",
lienResa: "/beginSubCro.svlt?hotel_ou_ville=3649&marque="
}
,
{
destination: "Bremen",
hotel: "Mercure Hotel Hanseatic Bremen",
prix: "41",
devise: "EUR",
lienFiche: "/frm_fiche_hotel.svlt?code_hotel=5253",
lienResa: "/beginSubCro.svlt?hotel_ou_ville=5253&marque="
}
,
{
destination: "Köln",
hotel: "Pullman Cologne",
prix: "109",
devise: "EUR",
lienFiche: "/frm_fiche_hotel.svlt?code_hotel=5366",
lienResa: "/beginSubCro.svlt?hotel_ou_ville=5366&marque="
}
,
{
destination: "Gera",
hotel: "Novotel Gera",
prix: "56",
devise: "EUR",
lienFiche: "/frm_fiche_hotel.svlt?code_hotel=5386",
lienResa: "/beginSubCro.svlt?hotel_ou_ville=5386&marque="
}
,
{
destination: "Hildesheim",
hotel: "Novotel Hildesheim",
prix: "74",
devise: "EUR",
lienFiche: "/frm_fiche_hotel.svlt?code_hotel=5396",
lienResa: "/beginSubCro.svlt?hotel_ou_ville=5396&marque="
}
,
{
destination: "Stuttgart",
hotel: "Pullman Stuttgart Fontana",
prix: "109",
devise: "EUR",
lienFiche: "/frm_fiche_hotel.svlt?code_hotel=5425",
lienResa: "/beginSubCro.svlt?hotel_ou_ville=5425&marque="
}
]
})

