
for(i=LineLS-1;0<i;i--){
	if (i == hereLS) 
		document.write(StrLS[0]);
	else
		document.write(StrLS[i]);
}
