<!-- 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="AboutRachel.htm">About Rachel</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="NewsEvents.htm">News & Events</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="Reviews.htm">Reviews</a>');

document.write('&nbsp;|&nbsp;');

document.write('<a href="Listen.html">Listen</a>');

document.write('&nbsp;|&nbsp;');

document.write('<a href="http://rachelwrite.blogspot.com">Book Reports</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="http://rachelb.blogspot.com/">Read the Blog</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="http://www.lulu.com/content/990024">ORDER NOW!</a>');




document.write('<br><br>All contents &copy;Copyright 2008 ');


// EDIT THE NEXT LINE


document.write('<a href="index.html">Rachel Bird</a><br>');






var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT






   if (allwebco == "yes") {
document.write('Site Design &copy; 2008 All Rights Reserved <a href="http://allwebcodesign.com" target="_blank">Allwebco Design</a> & <a href="http://allwebco.com" target="_blank">Hosting</a><br>');
}





//  End -->