<?php session_start(); ?>
// JavaScript Document
document.write("Destinations &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='/italy/vacation.html'>Italy</a> &#124 ")
document.write("<a href='vacation-rome.html'>Rome</a> &#124 ")
document.write("<a href='puglia-3D-tour.html'>Puglia</a> &#124 ")
document.write("<a href='main-south.html'>Amalfi Coast</a> &#124  ")
document.write("<br />Themes &nbsp;<img src='../shared/tri.gif' width='5' height='9'>&nbsp; ")
document.write("<a href='naples-tour-002.html'>Naples Day Tours</a> &#124 ")
document.write("<a href='naples-tour-001.html'>Amalfi Trips from Rome</a> &#124 ")
document.write("<a href='campania-tours.html'>Overnight Packages</a> &#124 ")
document.write("<a href='amalfi-photo-package.html'>Photo Tours</a> &#124 ")
document.write("<a href='/villas.html'>Villa Rentals</a> &#124 ")
document.write("<a href='/hotels-europe.php?country=Italy'>Hotels</a> &#124  ")
document.write("<a href='rome-airport-transfers.html'>Transfers</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>");'; ?>

