trigger_error("assign: missing 'id' parameter"); return; } $img = $gBitSystem->get_random_image($id); print '
'; print ''; print ''; print '
'; print 'thumbnail
'; print ''.$img['name'].'
'; if ($showgalleryname == 1) { print 'From '.$img['gallery'].''; } print '
'; }