var txt=new Array();
var sig=new Array();

txt[txt.length]="\"PacketTrap's network management tools are an <b>innovative</b> solution. After downloading their free solution, it is immediately clear that they have thought through the pain points and challeges that network engineers face every day.\"";
txt[txt.length]="\"I was using a combination of open source networking utilities, but when I tried PacketTrap's trace route tool <b>integrated into their dashboard</b> to debug a production networking problem, I was hooked.\"";
txt[txt.length]="\"I only have two words to say, <b>'centralized dashboard'</b>.\"";
txt[txt.length]="\"Sometimes my network is like a box of chocolate, I never know what I am gonna get... So I <b>leave my dashboard open all day long</b>.\"";

sig[sig.length]="Yoko Ono.";
sig[sig.length]="Jean-Paul Sartre.";
sig[sig.length]="Yogi Berra.";
sig[sig.length]="PFC Gump, US Army.";

var rand=Math.round(Math.random()*(txt.length-1));
document.write("<p class='quote'>" + txt[rand] + "</p>");
document.write("<div class='signature'>" + sig[rand] + "</div>");
