
      //---------------------------------------------------------------------//
      // This file is automatically generated.  Any changes here will be     //
      // overwriten by WP-Greet-Box configuration options.                   //
      //---------------------------------------------------------------------//

      var greetings = new Array();
    
          greetings["del.icio.us"] = '<div class="greet_block"><div class="greet_image"><img src="http://www.blogbloke.com/wp-content/plugins/wp-greet-box/images/delicious_icon.png"/></div><div class="greet_text">Hello fellow <strong>del.icio.us</strong> user! Feel free to <a href="http://del.icio.us/post?url='+escape(window.location.href)+'&title='+escape(document.title)+'" rel="nofollow" target="_blank"><strong>bookmark this page</strong></a> for future reference if you like it!</div></div><div style="clear:both"></div>';
        
          greetings["digg.com"] = '<div class="greet_block"><div class="greet_image"><img src="http://www.blogbloke.com/wp-content/plugins/wp-greet-box/images/digg_icon.png"/></div><div class="greet_text">Hello fellow <strong>Digger</strong>! If you like this page don\'t forget to <a href="http://digg.com/submit?url='+escape(window.location.href)+'&title='+escape(document.title)+'" rel="nofollow" target="_blank"><strong>digg it</strong></a>!</div></div><div style="clear:both"></div>';
        
          greetings["google.com"] = '<div class="greet_block"><div class="greet_image"><img src="http://www.blogbloke.com/wp-content/plugins/wp-greet-box/images/google_icon.png"/></div><div class="greet_text">Welcome <strong>Googler</strong>! If you like this page don\'t forget to <a href="http://feeds.feedburner.com/blogbloke" rel="nofollow" target="_blank"><strong>subscribe to the RSS Newsfeed</strong></a> for updates!</div></div><div style="clear:both"></div>';
        
          greetings["stumbleupon.com"] = '<div class="greet_block"><div class="greet_image"><img src="http://www.blogbloke.com/wp-content/plugins/wp-greet-box/images/stumbleupon_icon.png"/></div><div class="greet_text">Hello fellow <strong>Stumbler</strong>! Don\'t forget to <a href="http://www.stumbleupon.com/submit?url='+escape(window.location.href)+'&title='+escape(document.title)+'" rel="nofollow" target="_blank"><strong>give me a thumbs up</strong></a> if you like this page!</div></div><div style="clear:both"></div>';
        
          greetings["technorati.com"] = '<div class="greet_block"><div class="greet_image"><img src="http://www.blogbloke.com/wp-content/plugins/wp-greet-box/images/technorati_icon.png"/></div><div class="greet_text">Hello fellow <strong>Technorati</strong> user! Don\'t forget to <a href="http://technorati.com/faves?add='+escape(window.location.href)+'&title='+escape(document.title)+'" rel="nofollow" target="_blank"><strong>favorite this blog</strong></a> if you like it!</div></div><div style="clear:both"></div>';
        
          greetings["twitter.com"] = '<div class="greet_block"><div class="greet_image"><img src="http://www.blogbloke.com/wp-content/plugins/wp-greet-box/images/twitter-birdy-icon.png"/></div><div class="greet_text">Hello fellow <strong>Twitterer</strong>! Don\'t forget to <a href="http://twitthis.com/twit?url='+escape(window.location.href)+'&title='+escape(document.title)+'" rel="nofollow" target="_blank"><strong>Tweet this post</strong></a> if you like it, or <a href="http://www.twitter.com/blogbloke" rel="nofollow" target="_blank"><strong>follow me</strong></a> on Twitter!</div></div><div style="clear:both"></div>';
        
          greetings["yahoo.com"] = '<div class="greet_block"><div class="greet_image"><img src="http://www.blogbloke.com/wp-content/plugins/wp-greet-box/images/rss_icon.png"/></div><div class="greet_text">Welcome fellow <strong>Yahooligan</strong>! If you like this page don\'t forget to <a href="http://feeds.feedburner.com/blogbloke" rel="nofollow" target="_blank"><strong>subscribe to the RSS feed</strong></a> for updates!</div></div><div style="clear:both"></div>';
        
      function displayGreeting(text) {
        document.write(text);
      }

      for (var i in greetings) {
        if (document.referrer.indexOf(i) > -1){
          displayGreeting(greetings[i]);
          break;
        }
      }
    