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 '';
}
?>
4-5pm, I went down to get a walk in on the beach. I cast with the baitcasting outfit, which was more fun than the spinrod. Biggest egg-sinker, and a small brown bunny fly with orange rubber lets. Very windy and lots of kelp salad. Outgoing tide, and no fish. Water didn't look very fishy, but it was the only time I had, and it was good to get out.
I figured out, sorta, how to do the pendelum cast. Let out about 3' of line and swing the sinker around. Seemed to fly farther. It will be fun to try some windless day when I can really compare. I still want a 9' PRETTY! surfstick, though.