function showSearch(q) {
	var customSearchControl = new google.search.CustomSearchControl('007141198249457426888:coywb_mssym');
	customSearchControl.draw('hussonSearch');
	if (q.length) {
		customSearchControl.execute(q);
	}   
}