function fakeobject()
{
	this.t = function(){};
}
var s = new fakeobject();
