﻿<!-- 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="about.htm">About Jerry</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="summary.htm">The Book</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="booking.htm">Booking</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="links.htm">Links</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="resources.htm">Resources</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact Info</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="http://www.blogger.com/comment.g?blogID=32099830&postID=115457436376410402" target="_blank">Blog</a>');




document.write('<br><br>All contents &copy; Copyright 2008 ');


// EDIT THE NEXT LINE


document.write('<a href="mailto:jr@fromjihadtojesus.com">Jerry Rassamni</a><br>');






var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT






   if (allwebco == "yes") {
document.write('Site Maintained by <a href="http://www.2tmcc.com" target="_blank">TMC Creative Services</a><br>');
}





//  End -->