<?php session_start(); ?>
// JavaScript Document
document.write("<a href='http://manstouch.co.uk'>Home</a>")
document.write("&nbsp;&nbsp;<img src='/images/tri.gif' width='5' height='9'>&nbsp;&nbsp;")
document.write("<a href='france.html'>France</a>")
document.write("&nbsp;&nbsp;<img src='/images/tri.gif' width='5' height='9'>&nbsp;&nbsp;")
document.write("<a href='burgundy.html'>Burgundy</a> &#124 ")
document.write("<a href='cruises-france.html'>Barge</a> &#124 ")
document.write("<a href='cooking-004.html'>Cook</a> &#124 ")
document.write("<a href='beaune-tours-transfers.html'>Wine</a> &#124 ")
document.write("<a href='burgundy-active.html'>Bike &amp; Walk</a> &#124 ")
document.write("<a href='../hotels-europe.php?country=France&amp;region=Bourgogne'>Regional Hotels</a> &#124 ")
document.write("<a href='/shared/car-rentals.html'>Car Rentals</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>");'; ?>
