<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'




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

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

document.write(' <a href="rosters.htm">TEAM ROSTERS</a>');

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

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




document.write('<br><br>All Contents &copy;Copyright 2010 ');


// EDIT THE NEXT LINE


document.write('<a href="index.htm">Minor League BCS National Championship</a><br>');






var copyright	  = "yes"	// SHOW COPYRIGHT






   if (copyright == "yes") {
document.write('Site Design &copy; 2010 All Rights Reserved <a href="http://amccormickdesign.com" target="_blank">Anthony McCormick Design</a> & <a href="http://www.anhosting.com/index.php?A=0.734499980769218&C=2&R=HOME" target="_blank">AN Hosting Company</a><br>');
}







//  End -->