This is the line that needs to be changed
Code:
document.getElementById("get"+e).innerHTML=req.responseText;
Put a delineater mark in the returning text like ~ between the two messages.
Set a variable equal to the req.responseText; and then split the string at the ~
Use innerHTML to post both sections of the string to where you want.