<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var bluefox	  = "yes"	// SHOW BLUE FOX WEB DESIGN COPYRIGHT
var omelette	  = "yes"	// SHOW OMELETTE PARLOR LOGO


   if (omelette == "yes") {
document.write('<br><br><a href="http://www.omelette-parlor.com/"><img src="picts/visit-omelette.png" alt="Visit the Omelette Parlor" border="0" vspace="6"></a><br>');
}

document.write('<br>All contents &copy;Copyright 2009 ');




// EDIT THE NEXT LINE

document.write('<a href="index.html">O FURRYS Sports Pub & Grill</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 -->
