function imRickJames()
{
var wutt="";
var type="";
if (document.type.radiobutton[0].checked)
wutt=document.type.radiobutton[0].value;
if (document.type.radiobutton[1].checked)
wutt=document.type.radiobutton[1].value;
var treeFiddy = document.getElementById("text").value;
var url="";
if (wutt=="song") url="http://www.google.com/cse?cx=006763285186771841851%3Abnhetl_vmwm&safe=off&q=intitle%3Aindex.of+%2B%22last+modified%22+%2B%22parent+directory%22+%2Bmp3+%2B%22"+treeFiddy+"%22+-htm+-html+-openftp+-php+-asp+-listen77&sa=Search";
if (wutt=="album") url="http://www.google.com/cse?cx=006763285186771841851%3Alqyhwctxd0k&q="+treeFiddy+"+%2B%28zip%7Crar%29&sa=Search";
parent.location.href=url;
}
function raptorJesus(key){
if (key==13) imRickJames();
}