<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var jess	  = "yes"	// SHOW jessicas COPYRIGHT




document.write('<span class="footer">');

document.write('<a href="index.htm">Homepage</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="reservation.htm">Contact</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="newsletter.htm">Newsletter</a>');

document.write('<br>');





// EDIT THE NEXT LINE

document.write('');







   if (jess == "yes") {
document.write('');
}


document.write('</span>');


//  End -->