function cr_showBadge(){
	document.write("<div style='margin: 0 0 5px 0'><a href='http://crunchies2010.techcrunch.com/nominate/?" + nom + "'><img src='http://crunchies2010.techcrunch.com/wp-content/themes/crunchies/images/badges/" + cat + ".png' /></a></div>");
}

function cr_showVotingBadge(){
	document.write("<a style='color:white;font-family:Helvetica,sans-serif;text-decoration:none' href='http://crunchies2010.techcrunch.com/vote/?" + nom + 
	"'><div style='width:100px;padding-top:2px;padding-bottom:2px;margin:0 0 -1px 0;background-color:#303030;color:#ffffff;font-size:12px;text-align:center;" + 
	"-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;border-top-left-radius:5px;border-top-right-radius:5px;>" + 
	"<font color='#ffffff'>" + companyname + "</font></div><div style='margin: 0 0 5px 0'><img border=0 margin=0 src='http://crunchies2010.techcrunch.com/wp-content/themes/crunchies/images/newvote-2" + 
	".png' /></a></div>");
}
