While ingesting my daily does of blogs I came across David Cumps. I decided adding search to my blog would be fun. The catch is I wanted to use MSN Search Beta, so i did. Here is how to do it: follow this link to David's page and follow his instructions: Adding Search to my blog.
Now replace this
top.location = 'http://search.msn.com/advresults.aspx?q=' + escape(oInput.vaule) + '%20 cumpsd&FORM=SMCA&adv_F=all&adv_dom=weblogs.asp.net&adv_depth=
&adv_dt=html&adv_dt=pdf&adv_dt=ppt&adv_dt=msword&adv_dt=x';
with this
top.location = 'http://beta.search.msn.com/results.aspx?q=site%3Ageekswithblogs.com+evega+' + escape(oInput.value) + '&FORM=QBRE';
in both places. Now all you have to do is replace evega (again) with your blog URL and then Save.
Well I hope you all enjoy and thanks to David.