var s = new Object();

s.t=function() {
	return true;
}

s.tl=function() {
	return true;
}