Thanks Online!
Now I have few final questions:
1) I have the text now inside a text file called file.txt and I want to read from there the text that comes this way:
document.write('HH:nn dd/mm/yytext goes here HH:nn dd/mm/yyanother text goes here 
I want the output to be something like:
And the most important, I need only the text that goes between
document.write(' and the first
.
I can get rid of the
document.write(' by using the $right function, but how can I tell the script where comes the first ?
2) If there is no answer to the first question, how can I break the line each time there comes the tag and to erase the tag itself? (Maybe inside the removehtml alias?)