<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-(function(){
+window.setTimeout(function(){ 
 
 ///////////////////////////////////////////////////////////////////////////////
 // Utility Functions
@@ -447,9 +447,9 @@ function add_css_rule(selector, rule, doc) {
 ///////////////////////////////////////////////////////////////////////////////
 // Chat client wrapper classes
 
-var Pibb = function(){
+var Pibb = function(doc){
 	var self = {
-		doc  						: function() { return document }, // window.frames[0].document
+		doc : function() { return doc },
 		message_window 	: function() {
 			var tmp = self.doc().getElementsByClassName('EntriesView-Entries')[0]
 			if (tmp){
@@ -600,11 +600,13 @@ var Other = function(){
 		var browser = Callout
 	else
 		var browser = Other
-	
-	if (document.title == &quot;Janrain PIBB&quot;)
-		window.chat_room = new ChatRoom(new Pibb(), new browser())
-	if (document.title.match('Campfire'))
+
+	if (document.title == &quot;Pibb&quot;)
+		window.chat_room = new ChatRoom(new Pibb(window.frames[0].document), new browser())
+	else if (document.title == &quot;Janrain Pibb&quot;)
+		window.chat_room = new ChatRoom(new Pibb(window.document), new browser())
+	else if (document.title.match('Campfire'))
 		window.chat_room = new ChatRoom(new SteezyCampfire(), new browser())
-})()
+})();
 
-})()
\ No newline at end of file
+}, 4000);
\ No newline at end of file</diff>
      <filename>steezychat.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9d8f0e14a889f8f2639a46988096713c5c2eb407</id>
    </parent>
  </parents>
  <author>
    <name>Ian Collins</name>
    <email>ian.collins@gmail.com</email>
  </author>
  <url>http://github.com/3n/steezy-pibb/commit/b641ebba6153fbb16ace5c1ef2cee4226004220e</url>
  <id>b641ebba6153fbb16ace5c1ef2cee4226004220e</id>
  <committed-date>2009-03-02T12:32:12-08:00</committed-date>
  <authored-date>2009-03-02T12:32:12-08:00</authored-date>
  <message>fiiiiixed</message>
  <tree>ddcbbe7e003d2e1cb550b5a49500e47036764c88</tree>
  <committer>
    <name>Ian Collins</name>
    <email>ian.collins@gmail.com</email>
  </committer>
</commit>
