top.pname="";top.race="";top.banked="";top.lvl="";top.quest="";top.exp="";top.align="";
function t0(pname,race,lvl,exp) {
	top.pname+=pname+",";
	top.race+=race+",";
	top.lvl+=lvl+",";
	top.exp+=exp+",";
	top.rankmode=0;
}

function t1(pname,race,banked) {
	top.pname+=pname+",";
	top.race+=race+",";
	top.banked+=banked+",";
	top.rankmode=1;
}

function t2(pname,lvl) {
	top.pname+=pname+",";
	top.lvl+=lvl+",";
	top.rankmode=2;
}

function t3(pname,lvl) {
	top.pname+=pname+",";
	top.lvl+=lvl+",";
	top.rankmode=3;
}

function t4(pname,quest) {
	top.pname+=pname+",";
	top.quest+=quest+",";
	top.rankmode=4;
}

function t5(pname,lvl) {
	top.pname+=pname+",";
	top.lvl+=lvl+",";
	top.rankmode=5;
}

function t6(pname,cpower,cl1,cl2,cbonus,cid,calign) {
	top.pname+=pname+",";
	top.cpower+=cpower+",";
	top.cl1+=cl1+",";
	top.cl2+=cl2+",";
	top.cbonus+=cbonus+",";
	top.cid+=cid+",";
	top.calign+=calign+",";
	top.rankmode=6;
}

function t7(pname,align,race){
	top.pname+=pname+",";
	top.align+=align+",";
	top.race+=race+",";
}

function t9(pname,quests){
	top.pname+=pname+",";
	top.quest+=quests+",";
	top.rankmode=9;
}

function t10(pname,state){
	top.pname+=pname+",";
	top.state+=state+",";
	top.rankmode=10;
}

function t11(pname,kills){
	top.pname+=pname+",";
	top.kills+=kills+",";
	top.rankmode=11;
}

function t12(marriage){
	top.marriages+=marriage+";";
	top.rankmode=12;
}

function tX() {
	top.upd_ranks();
	top.pname="",top.race="",top.lvl="",top.exp="",top.banked="",top.quest="",top.cpower="",top.cbonus="",top.calign="",top.cid="",top.cl1="",top.cl2="",top.rankmode=0,top.rankdesc="",top.align="";top.marriages="";top.state="";top.kills="";
}

