if( $current_user->id ) {
foreach($wp_roles->role_names as $role => $Role) {
if (array_key_exists($role, $current_user->caps))
break;
}
}
if ($role == "administrator") //or whoever you want to access wordspew
{
if (function_exists('jal_get_shoutbox')) { jal_get_shoutbox(); }
}
put that where you want to display your wordspew