<!--
//This credit must stay intact
//Script by http://www.java-Scripts.net and http://wsabstract.com
 
 function doClear(theText) {
     if (theText.value == theText.defaultValue) {
         theText.value = ""
     }
 }
//-->

// Force Twitter links to open in a new window
$(document).ready(function(){
  $("#twitter_update_list a").live('click', function() {
    window.open($(this).attr('href'));
    return false;
  });
});
