function sing()
{with(arguments.callee)
alert(author+":"+poem);
};
sing.author="李白";
sing.poem="汉家秦地月";
sing();
sing.author="李哉";
sing.poem="日出汉家天";
sing();
{with(arguments.callee)
alert(author+":"+poem);
};
sing.author="李白";
sing.poem="汉家秦地月";
sing();
sing.author="李哉";
sing.poem="日出汉家天";
sing();