
for(i=LineLS09-1;0<i;i--){
	if (i == hereLS09) 
		document.write(StrLS09[0]);
	else
		document.write(StrLS09[i]);
}
