<!-- Start


// NOTE: If you use a ' add a slash before it like this \'

// NOTE: For no allwebco copyright erase only the next 3 lines

document.write('<br>');

document.write('<span class="copyright">');

document.write('&copy;Copyright 2006 ');

document.write('<a href="index.html" target="_top" class="footerlink">Lance Gandy Photography</a> ');

document.write('/');

document.write(' <A HREF="contact.htm" class="footerlink">Contact</a><br>');

document.write('</span>');

document.write('<br>');




// ALLOW IE FLASH CONTENT

theObjects = document.getElementsByTagName("object"); 
for (var i = 0; i < theObjects.length; i++) { 
theObjects[i].outerHTML = theObjects[i].outerHTML; 
}





//  End -->