<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'




document.write('<a href="index.html">Homepage</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="index.html">About Us</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact Us</a>');




document.write('<br><br>1-888-JekyllIsland<br> ');
document.write('From your web enabled PDA or Cell Phone<br>');
document.write('www.Jekyll.mobi');



// EDIT THE NEXT LINE


document.write('<a href="index.html"></a><br>');


var allco	  = "yes"	// SHOW  COPYRIGHT






   if (allco == "yes") {





document.write('Copyright &copy; 2006-2010 All Rights Reserved <a href="http://jekyllisland.net" target="_blank"></a>  <a href="http://jekyllisland.net" target="_blank"></a><br>');
}





//  End -->