#!/usr/local/bin/perl
 
print "Content-type: text/html\n\n";

print "<TITLE>Live Web Cameras... From SDSC at UCSD</TITLE>\n";
print "<center><a href=\"http://www.sdsc.edu\"><IMG SRC=\"http://www.sdsc.edu/images/sdsc-hp.gif\"></a>\n";
print "<h1>The <i>Live Web Cameras</i>...<br> From the San Diego Supercomputer Center at UCSD</h1>\n";

print "<p>\n<p>\n<p>\n";

print "<a href=\"http://www.wunderground.com/US/CA/San_Diego.html\">";
print "<img src=\"http://banners.wunderground.com/banner/default/US/CA/San_Diego.gif\" alt=\"Click for San Diego, California Forecast\" height=60 width=468></a>";
print "<hr><p>";
print "</center>";

print "You're looking East over the eucalyptus trees towards
University Town Center (the clump of tall buildings), Scripps Hospital on the
UCSD campus across I-5 (middle of the image) and Miramar (off in the
distance).  This image is taken from one of 
the highest points on the UCSD campus (~500 ft).  On clear days, you can see
the mountains in the distance.  On occasion the camera captures
images of fighters flying by from Miramar.  The image is refreshed at
120 second intervals. <b>There are 4 more cameras below.  One of them is CONTROLLABLE in real time.  It's at the bottom!</b>\n";

print "<center>";

print "<p><a href=\"sdscimage.html\">Aerial Image (8 meter or 1 meter resolution) of SDSC and the surrounding area</a>";
print "<p>\n<a href=\"http://maps.yahoo.com/yt.hm?CMD=MAP&FAM=yahoo&SEC=geo&MA=1&GC=X:-117.14653|Y:32.91468|LT:32.87154|LN:-117.22141|LS:10000|c:San_Diego|s:CA|z:92126|d:825|p:USA&IC=32.91468:-117.14653:555:&GAD3=San+Diego%2c+CA+92126&LC=1&H=375&W=600&stex=-y&LV=3\">Here's a Link to a Yahoo Map!</a><p>\n<p>\n";

print "<IMG SRC=\"http://www.sdsc.edu/~dwyer/quickshot.jpg\"><IMG SRC=\"http://www.sdsc.edu/~dwyer/quickshot2.jpg\">\n";
print "<p>This camera is not light sensitive... if you see a black square, it's dark :)\n";
print "<p><hr><p>\n";

print "<h1>Other WebCams at SDSC</h1><center>\n";
print "<p>\n";
print "<i><b>Ocean View, From The Director's Office</i><br>\n";
print "<IMG ALIGN=CENTER SRC=\"http://www.sdsc.edu/~dwyer/skarinshot.jpg\">\n";
print "<p><hr><p>\n";

print "<p><hr><p>\n";
 
print "<p>\n";
print "<i><b>SDSC Machine Room Cam #1</i><br>\n";
print "<IMG ALIGN=CENTER SRC=\"http://www.sdsc.edu/~gcohen/images/machine_room.jpg\">\n";

print "<p><hr><p>\n";
 
print "<p>\n";
print "<i><b>SDSC Machine Room Cam #2</i><br>\n";
print "<IMG ALIGN=CENTER SRC=\"http://www.sdsc.edu/~gcohen/images/build_area.jpg
\">\n";



print "<p><hr><p>\n";

print "<h1>WebCam At My House</h1><center>\n";
print "(gotta love cablemodems -- this is LIVE)\n";
print "<p>\n";

print "<a href=\"miramesa.html\">Aerial Image (1 meter resolution) of this area</a><br>\n";
 
print "<a href=\"dominocam-hist.html\"> Time-Lapse!</a><br>\n";
print "<a href=\"push.html\"> CONTROL THIS CAMERA -- tilt/pan/zoom (Server Push -- Netscape Required)</a><br><p>";
print "<IMG width=640 height=480 ALIGN=CENTER SRC=\"http://melbourne.sdsc.edu\">";
print "<p>";

