function SongDocsSearch(txt) 
{
 window.location = "http://www.google.com/search?q=" + txt + "+songdocs";
 return false;
}

