<?php session_start(); ?>
// JavaScript Document
document.write("Destinations &nbsp;&nbsp;<img src='../shared/tri.gif' width='5' height='9'>&nbsp; ")
document.write("<a href='http://manstouch.co.uk'>Europe</a> &#124 ")
document.write("<a href='/france/france.html'>France</a> &#124 ")
document.write("<a href='/france/paris.html'>Paris</a> &#124  ")
document.write("<a href='/france/french-riviera.html'>Cote d'Azur</a> &#124 ")
document.write("<a href='/france/provence-marseille-shore-excursions.html'>Marseille</a>  &#124 ")
document.write("<a href='/france/provence.html'>Provence</a>  &#124 ")
document.write("<a href='/france/provence-transfers.html'>Transfers</a>")
document.write("<br />Themes &nbsp;&nbsp;<img src='../shared/tri.gif' width='5' height='9'>&nbsp;&nbsp; ")
document.write("<a href='/france/provence-tours.html'>Sightseeing Tours</a> &#124 ")
document.write("<a href='/france/cruises-france.html'>Barge Vacations</a> &#124 ")
document.write("<a href='/france/cooking-provence.html'>Cooking</a> &#124 ")
document.write("<a href='/france/provence-wine-tours.html'>Wine &amp; Vineyard Tours</a> &#124 ")
document.write("<a href='/france/provence-marseille-shore-excursions.html'>Shore Excursions</a> &#124 ")

document.write("<a href='/hotels-europe.php?country=France&amp;city=Avignon&amp;type=Hotel'>Hotels</a> ")


<?php if(!empty($_SESSION['orig'])&&$_SESSION['orig']=='manstouch')
echo 'document.write(" | &nbsp;<a style=\'text-decoration:none\' href=\'http://www.manstouch.com\'><span style=\'color:#cc0000\'>Back to Manstouch.com</span></a>");'; ?>
