function doNeedishBadge(){
	var html = ('<div class="needish_title">My Needs in Needish</div><ul class="needish_list"><li><a href="http://needish.com/needs/view/7500" class="title">Friends in San Francisco</a><div class="posted">Posted on 7/11/2008</div><div class="overview"><p>New in the area and need more buddies up in San Fran (where I will be moving soon). Particularly looking for fun, non-pretentious and (somet......<a href="http://needish.com/needs/view/7500" class="title">Can you help?</a></div></li><li><a href="http://needish.com/needs/view/7382" class="title">IT/Web super-stars (several roles) in Chile</a><div class="posted">Posted on 7/10/2008</div><div class="overview"><p>Hi, are we looking for you?<br /><br />We are looking for people to come on board by the end of this year (Nov/Dec). If timing is right for you, pleas......<a href="http://needish.com/needs/view/7382" class="title">Can you help?</a></div></li><li><a href="http://needish.com/needs/view/7333" class="title">Inside sales and customer service</a><div class="posted">Posted on 7/9/2008</div><div class="overview"><p>Hi, we are looking for a couple of inside sales-reps for our offices in Santiago, Chile. <br /><br />You must be native in English and willing to expe......<a href="http://needish.com/needs/view/7333" class="title">Can you help?</a></div></li></p></ul><div class="footer"><a href="http://needish.com/users/view_profile/31"><img src="http://needish.com/img/logo-needish-badge.gif" alt="Needish" /></a></div>');
	document.getElementById('needish_list').innerHTML = html;
}


doNeedishBadge();

