String.prototype.writeSelf = function()
{
	document.write(this);
}