var feedbacks = new Array();
feedbacks[0] = new Array('Jane Mcferson', 'FDM is the best download manager i\'ve ever seen!');
feedbacks[1] = new Array('Tim Hamp', 'Send all your previous downloaders to the recycle bin');
feedbacks[2] = new Array('Michael Hamcock', 'At last i\'ve found freeware but powerful downloader');
feedbacks[3] = new Array('Alex Jones', 'I\'ve always dreamed about downloading full e-books');
feedbacks[4] = new Array('Fred L. Fillman', 'Really, FDM is the one you need. This is the fastest and easiest downloader');
feedbacks[5] = new Array('Mary Kicks', 'HTML Spider - perfect feature. Usability - 100%!');
feedbacks[6] = new Array('Dave Marshall', 'Reach out and touch FDM');
feedbacks[7] = new Array('Rizwan Ahmed Khan', 'Well done, FDM Team... Thumbs up! Toes up too :-)');
feedbacks[8] = new Array('Rizwan Ahmed Khan', 'I have used almost all download managers out there... But I have stuck to this one and I have no reason whatsoever to change it.');
feedbacks[9] = new Array('Rizwan Ahmed Khan', 'It\'s stable, it\'s fast and doesn\'t annoy me with ads and spyware.');
feedbacks[10] = new Array('Robert', 'After trying so many download managers, I can state without question that you have created a software masterpiece!');
feedbacks[11] = new Array('Robert', 'Now all downloads can be routed to different locations with a single click! And no need to copy and paste URLs!');
feedbacks[12] = new Array('Robert', 'Download Manager knows what you want to do -- almost before you do!');
feedbacks[13] = new Array('Rad', 'I have tried a lot of stuff out there but this is the only download manager which actually seems to do the job it was made for');
feedbacks[14] = new Array('The Thankful One', 'I have searched for about 2 years to find such a Download manager and now that I have found it I must make sure that my gratitude is made known to you');


var r = Math.floor(Math.random() * feedbacks.length);
var html = '<div class="comment">' + feedbacks[r][1] + '</div> <div class="comment_by">Comment by ' + feedbacks[r][0] + '</div> <div class="line2"></div>';
if (document.getElementById('testimonial'))
  document.getElementById('testimonial').innerHTML = html;
