1) Into Look and Feel -> website stats:
CODE
<script>
titleContent = 'TITLE HERE';
moduleContent = 'MODULE CONTENT HERE';
sub = subTitle.parentNode.parentNode.parentNode.parentNode.parentNode
sub.insertAdjacentHTML('beforeBegin','<table border="1" cellspacing="0" cellpadding="4" width="100%" class="left"><tr><th valign="top" align="left" class="left">' + titleContent + '</th></tr><tr><td valign="top" class="left">' + moduleContent)
sub.insertAdjacentHTML('beforeBegin','<BR>');
</script>
2)
http://www.createblog.com/scripts/index.ph...ylist&type_id=7Look in the Scripts section next time. :)