<div class="twtr-tweet-text">
<p>lorem ipsum <em>date 19th nov</em></p>
</div>
<div class="twtr-tweet-text">
<p>lorem ipsum <em>date 18th nov</em></p>
</div>
<div class="twtr-tweet-text">
<p>lorem ipsum <em>date 17th nov</em></p>
</div>
How can I transform this block to the code below. Keeping in mind that multiple blocks contain the same class names etc.
<div class="twtr-tweet-text">
<p><img src="speech_left.jpg" />lorem ipsum <img src="speech_right.jpg" /><em>date 19th nov</em></p>
</div>
So before the <em> starting tag and right after the <p> tag after the .twtr-tweet-text{} class.