<script>
<!--
// phan nhom thanh vien forum
http://15t6.com newSectionPosition = 1
newSectionTitle = 'Phân nhóm thành viên'
newSectionImage = 'http://files.myopera.com/adminibf/ibf_us_to/stats.gif'
newSectionContent = '<b><SPAN style="COLOR: red"><hr color="purple"> Administrative Team</b></SPAN> | '
newSectionContent += '<b><SPAN style="COLOR: purple"> Super Moderator</b></SPAN> | '
newSectionContent += '<b><SPAN style="COLOR: darkorange"> Moderator</b></SPAN> | '
newSectionContent += '<b><SPAN style="COLOR: blue"> Thành Viên</b></SPAN> | '
newSectionContent += '<b><s><SPAN style="COLOR: black">Banned User</b></s></SPAN> | '
e = document.getElementsByTagName('DIV')
for (n = 0; n < e.length; n++) {
if (e[n].className == 'maintitle' && e[n].innerHTML == 'Board Statistics') {
for (tbl = e[n].nextSibling; tbl && tbl.nodeName != 'TABLE'; tbl = tbl.nextSibling);
if (tbl) {
np = (newSectionPosition - 1) * 2
nr = tbl.insertRow(np)
nc = nr.insertCell(-1)
nc.className = 'pformstrip'
nc.innerHTML = newSectionTitle
nc.colSpan = 2
nr = tbl.insertRow(np + 1)
nc = nr.insertCell(-1)
nc.className = 'row2'
nc.innerHTML = '<img src="' + newSectionImage + '" alt="" />'
nc = nr.insertCell(-1)
nc.className = 'row4'
nc.innerHTML = newSectionContent
}
break
}}
// -->
</script>