<!-- BEGIN X-IT CODE
var exit="";
function signup() {
	exit="true";
}
function leave() {
	exit="true";
}
function xit()
{
if (exit != "true")
open("/consoles/all.html","fcelebs",'width=190,height=400,status=1,location=0,resizable=0,menubar=0,scrollbars=1');
}
// END X-IT CODE -->