<!--- fancy scoreboard --->
<div align="left" style="height:180px;">
<div style="float:left; width:320px;">
<table style="border:0px solid white; border:2px solid #C.sec#; border-radius:7px; background:#C.g2#; color:#C.back#; width:100%;">
<tr>
<td style="text-align:left; padding:11px; padding-right:1.32em;">
<div>BIKINIS:</div>
<big><big><big><div align="right">
#numberFormat(POST.b_count)#</b>
</div></big></big></big>
</td>
<td style="text-align:left; padding:11px;">
<div>DO NOT WANT:</div>
<big><big><big><div align="right">
#numberFormat(POST.dnw_count)#</b>
</div></big></big></big>
</td>
</tr>
</table>
</div>
<div style="margin-left:340px;">
<if POST.b_count GT POST.dnw_count>
<h2 style="margin-bottom:0.64em;">Current Winner: Bikinis</h2>
<elseif POST.dnw_count GT POST.b_count>
<h2 style="margin-bottom:0.64em;">Current Winner: Do Not Want</h2>
<else>
<h2 style="margin-bottom:0.64em;">Looks like it's a Draw.</h2>
</if>
<small><div style="line-height:1.32em;">
<p>
After <b>#numberFormat(POST.click_count-1)#</b> rounds, it looks like
<if POST.b_count GT POST.dnw_count>
the winner is Bikinis.
The game is completely random, and appears to have chosen scantily-clad beach girls
over cute Internet jokes.
<elseif POST.dnw_count GT POST.b_count>
the winner is Do Not Want.
The game is completely random, and somehow has chosen cute Internet jokes over
scantily-clad beach girls.
<else>
there's no clear winner.
The game is completely random, and just as fair as a coin toss.
</if>
</p>
<p>
Want to amuse and entertain your friends? Choose "tell your friends." To keep playing,
choose "keep going". May the best team win!
</p>
</div></small>
</div>
</div>
<div> </div>