function thumbnail_popup($photo_url, $photo_title, $thumbnail_url, $photo_width=false, $photo_height=false) {
# width and height can be specified. if not, we'll get it ourselves.
$path = 'http://' . $_SERVER['SERVER_NAME'];
$photo_title_urlencoded = rawurlencode($photo_title);
$photo_title_mouseover = addslashes($photo_title);
if ( (!is_integer($photo_width)) or (!is_integer($photo_height)) ) {
($size = @getimagesize("$path$photo_url")) or die($photo_title . " [error creating link to file -- try refreshing the page] ");
$photo_width = $size[0];
$photo_height = $size[1];
}
$thumbnail_size = @getimagesize("$path$thumbnail_url") or die(" [couldn't find thumbnail image] ");
$thumbnail_width = $thumbnail_size[0];
$thumbnail_height = $thumbnail_size[1];
print '';
}
?>
Scott Creek beach; a moody place with steep gradient and big waves. I kept going.
Waddell Creek beach. Flat beach that didn't look like much fun. I didn't rig up here either..
Santa Cruz boardwalk beach. I drove down there for lunch and parked on the wharf. In
desperation, I geared up to give it a go. Flat beach, no fish and lots of kelp.
In the interest of a complete diary, I submit this page. At least some of the pictures are fun. I'm particularly enjoying the sign at Scott Creek (really inviting place, huh?), and the shot of the boardwalk with rod in hand. Kindof a first-person perspective, like those computer games that are popular now. Better a flyrod in hand than some weapon though, don't you think?