<!-- Begin
// NOTE: If you use a ' add a slash before it like this \'

var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT
var pageheight	  = "45"	// SPACING ABOVE COPYRIGHT


document.write('<img src="picts/spacer.gif" height="'+pageheight+'" width="5"><br>');



// START FOOTER    LINKS
//document.write('<a href="index.html">     testHome</a>');
//document.write('&nbsp;|&nbsp;');
//document.write(' <a href="about.htm">About</a>');
//document.write('&nbsp;|&nbsp;');
//document.write('&nbsp;|&nbsp;');
//document.write(' <a href="contact.htm">Contact</a>');


document.write('<br>All photographs are the COPYRIGHTED PROPERTY of Patrick Koster, and available for usage by license only.');
document.write('<br>All contents copyright &copy; 1999-2010 ');

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

   if (allwebco == "yes") {
document.write('Site Design &copy; Allwebco Design</a><br>');
}

//document.write('This website uses javascript');
document.write('<br><br>Latest update 20 April 2010');
document.write('<br>');

//  End -->