<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var bluefox	  = "yes"	// SHOW BLUE FOX WEB DESIGN COPYRIGHT
var ofurrys	  = "yes"	// SHOW O'FURRYS LOGO


   if (ofurrys == "yes") {
document.write('<br><br><a href="http://www.o-furrys.com/"><img src="picts/visit-ofurrys.png" alt="Visit the OFurrys Bar & Grill" border="0" vspace="6"></a><br>');
}

document.write('<br>All contents &copy;Copyright 2009 ');




// EDIT THE NEXT LINE

document.write('<a href="index.html">OMELETTE PARLOR of Colorado Springs</a><br>');







   if (bluefox == "yes") {
document.write('Site Design &copy; 2009 All Rights Reserved <a href="http://bluefoxwebdesign.com" target="_blank">Blue Fox Web Design</a> </a><br>');
}




document.write('<br>');

//  End -->
