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 '';
}
?>
Planned outing with Deva. We figured the conditions would be a bit rough, but decided to try it anyway so as to just get out. I brought the TFO rod and baitcaster just in case, which was a good idea as it was very windy when we arrived at Manresa.
We ended up fishing until past dark; working our way northwards. Deva caught some small walleyes and BSP's, I had a bump or two, but they seemed to like his grub better than my zen worm or surf miki. Toward the end I stuck a grub onto my surfmiki, but nothing there either. At least I got some pictures, and had a fun outing anyway. Need to bring headlamp, if I'm going to keep doing this evening outing.