CINXE.COM
Photos of Fort Custer, MI
<!DOCTYPE html> <title> Photos of Fort Custer, MI </title> <script language="JavaScript"> <!-- HIDING SCRIPT jQuery( document ).ready(function() { if($("#lat").length !== 0){ var lat = document.getElementById("lat").value; var lon = document.getElementById("lon").value; //jAlert(lat+", "+lon); jQuery.get("getwx.php", {lat:lat, lon:lon }, function(str){ document.getElementById("wx").innerHTML=str; }); } //Increment the idle time counter every minute. var idleInterval = setInterval(timerIncrement, 1000); // 1 minute //Zero the idle timer on mouse movement. $(this).mousemove(function (e) { idleTime = 0; }); $(this).keypress(function (e) { idleTime = 0; }); }); var idleTime = 0; var from = document.referrer; function timerIncrement() { idleTime++; // = idleTime + 1; // document.getElementById("end").innerHTML=idleTime; // if ((idleTime == 180) && (from.indexOf("showmap"))) { // 3 minutes // window.close(); // } } //--> </script> </head> <body> <center><h2>Photos of Fort Custer, MI</h2> <p><i>[Click on image for full-size view]</i></p> <!-- 1 site(s) found --> <!-- Albums: SELECT distinct title, filename FROM images WHERE filename like 'photos/FortCusterMI%' and type='image' and title<>'' order by title, filename --> <!-- Thumbs: SELECT * FROM images WHERE filename like 'photos/FortCusterMI%' and title='' and type='image' order by filename --> <h4><i>Green border is recent upload</i></h4> <a href="pictureme.php?name=photos/FortCusterMI-CusterAFSAerialPhoto.jpg"> <img src="showimage.php?name=photos/FortCusterMI-CusterAFSAerialPhoto.jpg" class=button width='100px' height='100px' oncontextmenu='return(false);'></a> <a href="pictureme.php?name=photos/FortCusterMISAGEcenter.jpg"> <img src="showimage.php?name=photos/FortCusterMISAGEcenter.jpg" class=button width='100px' height='100px' oncontextmenu='return(false);'></a> <a href="pictureme.php?name=photos/FortCusterMI_SAGE-DC-newspaper_01-Jan-1960.jpg"> <img src="showimage.php?name=photos/FortCusterMI_SAGE-DC-newspaper_01-Jan-1960.jpg" class=button width='100px' height='100px' oncontextmenu='return(false);'></a> <p> </center> <div id='end'></div> </body> </html>