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 '';
}
?>
Title says it all.. I went up with Deva who is now getting pretty addicted to flyfishing for bluegill at the pond. We caught a bunch of them. Some are really beautiful. All took the surface poppers I tied up a couple of nights ago. I tried the San Juan worm flies I tied too, and they sure go for those too, but the hooks were too big for the bluegill (I had the bass in mind really, but they weren't biting on anything at that point).
..
Thursday morning I went up again to do some casting practice.. trying to figure out which rod to bring back east in July. Right now I'm leaning toward the sage xp 10' #9. Interestingly it is a lot less work to cast the #8 clouser line with the 10' sage than the 9' winston XTR. I think I need a #9 line for the winston, (maybe even a #10) for it to load properly.