Search me!
As you can see on the left there’s a new option that allows you to search my blog using Google. For those of you that like the technical bits and bytes: just add the following HTML/javascript to a page:
<input id=”googleQuery” type=”text” /><br/>
<input type=”button” value=”Google my blog” onclick=”window.open(‘http://www.google.com/search?q=site:https://accblogs.infosupport.com/ernow ‘ + escape(document.all.googleQuery.value))” />