$title = 'Такой отель не найден';
if (file_exists('hotels/price_'.$otel.'.php')) require ('hotels/price_'.$otel.'.php');
?>
echo $title;?>
include 'menu2.htm' ?>
//// hotel.htm?otel=hotel_bs_bugaz
if (file_exists('hotels/'.$otel.'.htm')) require ('hotels/'.$otel.'.htm');
?>
include 'spylog.html' ?>