var pr = location.protocol;

if(pr == 'http:'){
	document.write('<div id="google">');
	document.write('<form action="http://www.google.com/cse" id="cse-search-box">');
	document.write('<div>');
	document.write('<input type="hidden" name="cx" value="007791942568687202188:xo7frj4keas" />');
	document.write('<input type="hidden" name="ie" value="Shift_JIS" />');
	document.write('<input type="text" name="q" size="20" />');
	document.write('<input type="submit" name="sa" value="ŒŸõ" />');
	document.write('</div>');
	document.write('</form>');
	document.write('</div>');
}
