function goSearch()
{
	oText=document.getElementById('searchq');
	if (typeof(oText)=='object')
	{
		if (oText.value == '') return;
		document.location.assign('http://www.allnetporn.com/new_scripts/search.php?q='+oText.value);
	}
	return;
}