function write() {

this.show = function( str ) {

document.write( str );

}

}
