    function replacejs(id){ 
        document.write(id.value); 
        id.id=''; 
    } 
