<!--
drawTREmbed( '<div id="technorati">' +
'<form id="te_s" method="post" action="http://www.technorati.com/search.php">' +
'<label for="te_search">Search this blog:</label> <input id="te_search" type="text" size="12" name="s" maxlength="255" />' +
'<input type=\"submit\" class=\"btn\" value=\"Search\" /> <input type=\"hidden\" name=\"sub\" value=\"searchlet\" /> <input type=\"hidden\" name=\"from\" value=\"http://evans.blogware.com/blog\" /> </form>' +
'<p id="te_l" class="te_l">' +
'<a href="http://www.technorati.com/search/http://evans.blogware.com/blog" id="te_lh">&#187 Blogs that link here</a>' +
'<br /><a href="http://www.technorati.com/profile/buckpost" id="te_vp">&#187; View my profile</a>' +
'</p>' +
'<p id="te_lo" class="te_lo"><a href="http://www.technorati.com/"><img border="0" src="http://static.technorati.com/pix/tn-tiny.gif" alt="Powered by Technorati" /></a></p>' +
'</div>'
);


function drawTREmbed(s){
    document.write(s);
}
// -->
