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 '';
}
?>
I went fishing in the evening. First time in 2010, to get the cobwebs out. Met a guy in the parking lot outside Manresa. He'd caught some stripers down in the Monterey area. Had a nicelong rod with one of them VanStaal reels. As we rig up, some mexicans drive up and chat with us, and we both felt they might be a little dicey, as maybe the cars would get 'checked' later. Sunset. Rought waves. High tide. Getting dark. Worrying about car broken into. Leave one door open, guy says. First time in a long time. Flycast with the XP #9, etc, but the conditions were a little too rough for flyfishing. Didn't forget anything vital (good). Need to tie more perch flies.