"; break; case "aol": $output = " "; break; case "skype": $output = " "; break; case "gtalk": #in development $output = " "; break; case "meebo": switch ($args['size']) { case "s": $width = 160; $height = 250; break; case "m": $width = 190; $height = 275; break; case "l": $width = 250; $height = 300; break; } if ($args['w'] != null) $width = $args['w']; if ($args['h'] != null) $height = $args['h']; $output = " Flash required "; break; case "wablet": break; } return Keep($output); }