<? /*<!-- Google CSE Search Box Begins -->
	<form action="<?= $this->url(array(),'search_google_result',true) ?>" id="cse-search-box" class="gSearch">
		<input name="q" type="text" value="" class="text" />
		<? echo $this->formSubmit('submit','search',array('class'=>'button'));	?>
		<input type="hidden" name="cx" value="<?= $this->googleSearchKey ?>" />
		<input type="hidden" name="cof" value="FORID:10" /> 
		<input type="hidden" name="ie" value="UTF-8" />
	</form>

<?php 
$this->headScript()->appendFile('http://www.google.com/coop/cse/brand?form=cse-search-box&lang=fr');
?>
 * 
 */
 
 $f = new Search_Form_SimpleSearch();
 echo  $f;
