var tbstagline = new Array();
tbstagline[0] = "<p class=testimonials><b>\"</b>10/10! I couldn't ask for a more swift response to tickets. I know we are going to like Netwise Hosting very much indeed, and we look forward to developing our business relationship.<b>\"</b></p><p class=testimonials_small>Willtown Ltd</p>";
tbstagline[1] = "<p class=testimonials><b>\"</b>The order process of our colocation package was incredibly quick, informative and trouble free. I am sure we will be back for more! Keep up the good work and thanks for all your recent assistance.<b>\"</b></p><p class=testimonials_small>NCR Security Solutions</p>";
tbstagline[2] = "<p class=testimonials><b>\"</b>The level of professionalism and speed, coupled with good communication has been far superior to any other hosting company I have dealt with. It is a pleasure to work with you.<b>\"</b></p><p class=testimonials_small>Mr C Peterson</p>";
tbstagline[3] = "<p class=testimonials><b>\"</b>I'm creating this ticket to say how extremely impressed I am with the turnaround from payment to delivery of my server! Very very impressive - thanks guys!<b>\"</b></p><p class=testimonials_small>Mr D Blackmore</p>"; 
function randomNumber(n) {
number = Math.floor(Math.random() * (n + 1));
return number;
}