
...some text ....
generates a large amount of space between paragraphs.into a "" and the trailing
intois in its simplest form).
function XK_removeLineBreaks(text)
{
//delete useless n and t
text = text.replace(/r/g," ");
text = text.replace(/n/g," ");
text = text.replace(/t/gi,"");
return text;
};