Hotel a Rio de Janeiro

ostelli rio de janeiro

Hotel a Rio de Janeiro

Questo è l'elenco degli Ostelli a Rio de Janeiro in Brasile. Verifica la disponibilità in tempo reale ed eventualmente prenota. Avrai la possibilità di vedere foto e informazioni relative alla struttura. Vedi la mappa per la posizione.  

 

{source}
<?php
global $charset;
global $latin1;
global $search_by_hostel;
global $search_by_hotel;
global $Hotel;
global $Hostel;
global $group_city;
global $show_strutture_testa;
global $language;
global $use_db;

$use_db = 'hostgator_sat';
$charset = 'latin1';
$search_by_hostel = false;
$search_by_hotel = True;
$hide_disp = true;
$Hotel["Geo_Town"] = "rio de janeiro";
$Hotel["Geo_Country"] = "brazil";
$Hostel["City"] = "";
$Hostel["Country"] = "";
$group_city = false;
$Hotel["SelfAccredited"] = "";
$show_strutture_testa = true;
$language = 'it'; include ('include_once ('./script_hotel_hostel_php4.php');
?>
{/source}