function mySearch(keyword)
{
	document.getElementById('q').value	= keyword;
	document.getElementById('sitesearch').value	= '';
	document.getElementById('googleForm').submit();
}


var googleSearch='\
<!-- SiteSearch Google -->\
<form id="googleForm" method="get" action="http://www.today-travel-tips.com/search.php" target="_top">\
<input type="text" onfocus="this.style.borderColor=\'#F93\';this.style.background=\'yellow\';" onblur="this.style.borderColor=\'#888\';this.style.background=\'#F1F1F1\';" id="q" name="q" size="25" maxlength="255" value="" id="sbi"></input>\
<input type="submit" name="sa" value="Google Search" id="sbb"></input>\
<input type="hidden" name="sitesearch" id="sitesearch" value="www.today-travel-tips.com"></input>\
<input type="hidden" name="domains" value="today-travel-tips.com"></input>\
<input type="hidden" name="client" value="pub-1235066358672195"></input>\
<input type="hidden" name="forid" value="1"></input>\
<input type="hidden" name="channel" value="9906195825"></input>\
<input type="hidden" name="ie" value="UTF-8"></input>\
<input type="hidden" name="oe" value="UTF-8"></input>\
<input type="hidden" name="safe" value="active"></input>\
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:11"></input>\
<input type="hidden" name="hl" value="en"></input>\
</form>\
<!-- SiteSearch Google -->\
';
document.writeln(googleSearch);