var feedbacks = new Array();
feedbacks[0] = new Array('Jane Mcferson', 'AIPSYS barcode is the best download manager i\'ve ever seen!');
feedbacks[1] = new Array('Tim Hamp', 'Can save different image format or proceed the bitmap handle yourself');
feedbacks[2] = new Array('Michael Hamcock', 'At last i\'ve found AIPSYS barcode SDK is powerful');
feedbacks[3] = new Array('Alex Jones', 'I\'ve always dreamed about can develop barcode in different platform');
feedbacks[4] = new Array('Fred L. Fillman', 'Really, AIPSYS barcode SDK is the one you need. This is the fastest and easiest barcode SDK');
feedbacks[5] = new Array('Mary Kicks', 'Barcode context - perfect feature. Usability - 100%!');
feedbacks[6] = new Array('Dave Marshall', 'Reach out and touch AIPSYS Barcode SDK');
feedbacks[7] = new Array('Rizwan Ahmed Khan', 'Well done, AIPSYS barcode SDK Team... Thumbs up! Toes up too :-)');
feedbacks[8] = new Array('Rizwan Ahmed Khan', 'I have used almost all barcode SDK 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 .');
feedbacks[10] = new Array('Robert', 'After trying so many Barcode SDKs, I can state without question that you have created a software masterpiece!');
feedbacks[11] = new Array('Robert', 'Now all SDK has the same framework with several lines code! And no need to type more codes!');
feedbacks[12] = new Array('Robert', 'Barcode SDK 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 barcode SDK 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 Barcode SDK 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;
