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 '';
}
?>
Morning around 8:30 - 10. What a lame outing. No surf, low tide, clear skies, no floating line with me, um.. just didn't feel right. I called it quits early.
At Palm beach, there were a couple of guys tossing floating pencil poppers for stripers. I ran into their buddy when returning to the car.. he wasn't even bothering getting his gear out. I think I spent about 15 minutes at palm beach. Line was getting stuck in the bottom, and I wished I had a floater (in fact, I just bought a used 9wt floating outbound line for $40, so things are looking up there).
On the way back, I stopped and looked at Newbrighton. Same deal there, though I did actually go down and cast a little. Lots of beach goers there, getting ready for a day by the water.