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 '';
}
?>
haven't heard anything about the loch in a while, so I took my kids up there this afternoon and rented a boat.
There's a TON of bass in the lake.. I caught 6. Hehe, the biggest was about 5 inches. Really... lots and lots of small schoolie LMB's. :D
Since Deva wasn't along, I caught some fish :D :D :D
We got off at the island and fished there. I was fishing a slow sinking line with a little peacock herl soft-hackle nymph at the end. For the boys we grabbed some sticks and made rods out of them. (I had packed some rods for them, but they wanted to make stick-rods. Whatever, it was fun).
I saw some bigger ones (bass, not sticks) by the boat dock.
Didn't see a single bluegill. Maybe they all got eaten by the marauding LMB's.
I kinda want to go back :)