function doNeedishBadge(){
	var html = ('<div class="needish_title">Your Needs in Needish</div><ul class="needish_list"><li><a href="http://www.needish.com/needs/view/239535" class="title">Arriendo</a><div class="posted">Posted on 11/2/2011</div><div class="overview"><p>Hola,necesito arrendar departamento o casa en villarrica año corrido para 2 personas que trabajan, cerca del centro<br />thanks...<a href="http://www.needish.com/needs/view/239535" class="title">Can you help?</a></div></li></p></ul><div class="footer"><a href="http://www.needish.com/users/view_profile/Jean"><img src="http://needish-img.s3.amazonaws.com/img/logo-needish-badge.gif" alt="Needish" /></a></div>');
	document.getElementById('needish_list').innerHTML = html;
}


doNeedishBadge();


