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 '';
}
?>
In the later afternoon, we get down to the river and I get to do some fishing. I cast a bit with the Sage ONE, but then switch back to the Hazel stick, and walk upstream to above the drainage pipe. Really nice, and once in a while I cast well too. I switch between the double spey, and a snap-T over my left shoulder. A tug, vibration, fish on.. for about 15 seconds. Daaaang!!! I was envisioning a fish-photo, finally. I keep working my way down, one hit which doesn't stick, Linus comes to visit (he's bored), and I wrap it up.