function fnImageSearch () {
	var _form = document.getElementById("content-web").getElementsByTagName("form")[0];
	_form.action = "http://images.google.com/images";
	_form.elements["cx"].value = "";
	_form.submit();
}