--- template.php	2009-08-13 08:26:02.000000000 +0900
+++ templateNew.php	2009-08-20 10:21:07.828125000 +0900
@@ -70,6 +70,11 @@ function ninesixtyrobots_preprocess_page
     $tweet = $data->results[array_rand($data->results)];
     // Create the actual variable finally.
     $vars['site_slogan'] = check_plain(html_entity_decode($tweet->text));
+    $show_from_user = theme_get_setting('twitter_show_from_user');
+    if ($show_from_user) {
+      $twitter_user = check_plain($tweet->from_user);
+      $vars['site_slogan'] .= ' --' . l('@' .$twitter_user , 'http://twitter.com/' .$twitter_user);
+    }
   }
 }
 
