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 '';
}
?>
Yikes, almost a month since the last trip. I crowbar'ed myself out of the house to get some fishing in, or at least see how the beach looked at low tide.
XTR/NV/intermediate shooting head. Time to try something different. Casts pretty well on the XTR, though maybe not quite as far as the outbound.
Ran into Sam Bishop while I was rigging up. Said there are some nice channels and such. He was right, but I didn't get into any fish whatsoever. I did see dolphins though. And pelicans diving into the ocean. A couple of loons too.
Lots of people out, as its the last Memorial Day weekend day.
On my way back, I checked out RDM, but it was chock full of kelp salad.