<!-- Begin
// NOTE: If you use a ' add a slash before it like this \'
document.write('<a href="html.php">Homepage</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="about.htm">About Us</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.php">Contact Us</a>');

document.write('<br><br>All contents &copy;Copyright 2007-2009 ');

// EDIT THE NEXT LINE

document.write('<a href="html.php">1Afghan</a><br>');

var afghan	  = "yes"	// SHOW 1AFGHAN COPYRIGHT

   if (afghan == "yes") {
document.write('Site Design &copy; 2007 All Rights Reserved <a href="http://1afghan.com" target="_blank">1afghan</a></a><br>');
}
//  End -->
