function doSearch()
{

	if(document.getElementById("Text2").value!="")
	{
		o = document.getElementsByName("Se")
		for(i=0;i<o.length;i++)
			{
				if(o[i].checked) location.href="http://s.iq123.com/"+o[i].value+"/?q="+encodeURI(document.getElementById("Text2").value);
			}
	}

}
