Currently, when looking at the testimonials you have received in the frontend they are listed in descending order, here is a quick low down on how to get it to list in ascending order so that the newest testimonials are at the top of the page.
Warning: Try this at your own risk.
Open up your SQL database using phpMyAdmin.
Select the ***_jd_testimonials table (where *** is the prefix such as jos)
With the correct table selected as above, click on the Operations Tab.
The Top left hand box says Alter table order by.
Change it from whatever it was to --- ID and Descending order, then click on Go.
Or you can alter it by dtstamp...
This should change the order that the table is shown in as desired.
Hope that helps some of you.