<!--
// add link on the portal side of the submenu
// code by ticlo, http://ifsz.net/
// code modified by Gogf
function addSubmenuLink(url, text, blank) {
var e
e = document.getElementById('userlinks')
if (e && e.nodeName == 'TABLE') {
e.rows[0].cells[1].innerHTML += ' &middot; <a href="' + url + '"' + (blank ? ' target="_blank"' : '') + '>' + text + '</a>'
}}
addSubmenuLink('http://caop.charmedtvs.org/index.php?c=14', 'The Moderator Lounge')
// -->
