<!-- Begin

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




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

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

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

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

document.write(' <a href="mediakit.html">Media Kit</a>');

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

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

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

document.write('<a href="http://www.justinkent.com">EJ Enterprises</a><br>');
// EDIT THE NEXT LINE









var copyright	  = "no"	// COPYRIGHT






   if (copyright == "yes") {
document.write('&copy; 2008 All Rights Reserved <a href="http://www.eyezeeu.com" target="_blank">Alejandra Santamaria</a> & <a href="http://www.eyezeeu.com" target="_blank">Eyezeeu</a><br>');

}





//  End -->