obj = { toString:function() { throw("haha") } }
obj2 = { toString:function() { return 1 } }
obj3 = { toString:function() { return obj } }-- Anne van Kesteren http://annevankesteren.nl/
obj = { toString:function() { throw("haha") } }
obj2 = { toString:function() { return 1 } }
obj3 = { toString:function() { return obj } }-- Anne van Kesteren http://annevankesteren.nl/