//effetto slideshow in header
//in index.php histoire.php piscine.php
if (eregi("index|histoire|piscine", $_SERVER['SCRIPT_NAME'])) {
?>
} //fine effetto slideshow in header
?>
//effetto lightbox sulle immagini
//in index.php chambres-et-suites.php situation.php histoire.php
//alentours.php galerie.php piscine.php
if (eregi("index|chambres|situation|histoire|alentours|galerie|piscine", $_SERVER['SCRIPT_NAME'])) {
?>
} //fine effetto lightbox sulle immagini
?>
//effetto form ajax
//pagine demande-de-reservations.php
if (eregi("demande-de-reservations", $_SERVER['SCRIPT_NAME'])) {
?>
} //fine effetto form ajax
?>
//effetto form ajax
//pagine ils-disent-de-nous.php
if (eregi("ils-disent-de-nous", $_SERVER['SCRIPT_NAME'])) {
?>
} //fine effetto form ajax
?>
if (false) { ?>
} ?>