You can click on a photo to enlarge it. If you'd like to re-publish any photos from this website please email: jeff@mdws.net
if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)){ //test for MSIE x.x;
var ieversion=new Number(RegExp.$1) // capture x.x portion and store as a number
if (ieversion>=8)
document.write("")
else if (ieversion>=7)
document.write("")
else if (ieversion>=6)
document.write(": You're using an old version of Internet Explorer. For a better browsing experience you should upgrade, or switch to Firefox.")
else if (ieversion>=5)
document.write(": You're using a very old version of Internet Explorer. For a better browsing experience you should upgrade, or switch to Firefox.")
}
else
document.write("")