If you would prefer a sideblock widget instead of a central one on the CMS, you can also replace the v3a_CMS_arcadestats with this code.
Code:
<div>
<table align="left" width="100%">
<tr><td>{vb:raw as_score_table}</td></tr>
<tr><td>{vb:raw as_news_table}</td></tr>
<tr><td>{vb:raw as_random_table}</td></tr>
<tr><td>{vb:raw as_champs_table}</td></tr>
<tr><td>{vb:raw as_recent_table}</td></tr>
<tr><td>{vb:raw as_played_table}</td></tr>
<tr><td>{vb:raw as_popular_table}</td></tr>
</table>
</div>
And make a CMS siderbar widget (albeit a long one) instead of a central widget.
*Fixed the code so it displays properly in Google Chrome.