// JavaScript Document
<!-- Begin
// NOTE: If you use a ' add a slash before it like this \'

var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT

var pageheight	  = "25"	// SPACING ABOVE COPYRIGHT

document.write('<img src="picts/AIPP_Accredited_Logo2_sml.png" width="97" height="97" hspace="20" align="right">');
document.write('<img src="picts/spacer.gif" height="'+pageheight+'" width="5"><br>');
// START FOOTER LINKS
document.write('<a href="index.html">Home</a>');
document.write('&nbsp;|&nbsp;');
document.write(' <a href="about.htm">About</a>');
document.write('&nbsp;|&nbsp;');
document.write(' <a href="contact.htm">Contact</a>');
document.write('<br><br>All images and contents &copy; copyright 2008-2010 ');

// EDIT THE NEXT LINE
document.write('<a href="index.html">Realvision Photography</a><br>');
   if (allwebco == "yes") {
document.write('<img src="picts/facebook.jpg" width="20" height="20" hspace="5" align="absmiddle"><a href="http://www.facebook.com/group.php?gid=60847905608" target="_blank">Realvision Photography on Facebook</a>');
document.write('<br>');
document.write('Web Development by <a href="http://www.wizarddesign.com.au" target="_blank">wizard web design</a><br><br><br>');

}
//  End -->
