var randomnumber2 = Math.round(Math.random()*10);
if (randomnumber2 == 0)
{
document.getElementById("customerquote").innerHTML = "\"My job is now exciting and rewarding; trends are moving in the right direction.\"";
document.getElementById("quotesignature").innerHTML = "Purchasing Manager<br />Phoenix Mecano Inc.";
}
else if (randomnumber2 == 1)
{
document.getElementById("customerquote").innerHTML = "\"We have put the fire extinguishers in the corner. With Absolute Value we know when and why things are happening.\"";
document.getElementById("quotesignature").innerHTML = "Supply Chain Manager<br />Phoenix Mecano Inc.";
}
else if (randomnumber2 == 2)
{
document.getElementById("customerquote").innerHTML = "\"Confidence is key and big, and so much better than what it was before Absolute Value.\"";
document.getElementById("quotesignature").innerHTML = "IT Manager<br />Phoenix Mecano Inc.";
}
else if (randomnumber2 == 3)
{
document.getElementById("customerquote").innerHTML = "\"Now we can show data to substantiate why we are doing things. We've proven we are stocking the right items at the right time.\"";
document.getElementById("quotesignature").innerHTML = "Inventory Manager<br />Corix Water Products";
}
else if (randomnumber2 == 4)
{
document.getElementById("customerquote").innerHTML = "\"With Absolute Value all the data is there, with that kind of visibility the purchasers don't need to go anywhere else.\"";
document.getElementById("quotesignature").innerHTML = "Manager, Special Projects<br />Corix Group of Companies";
}
else if (randomnumber2 == 5)
{
document.getElementById("customerquote").innerHTML = "\"We can track how a recommendation was derived in a visual way, and apply human logic to ensure that it makes sense.\"";
document.getElementById("quotesignature").innerHTML = "VP, Information Technology<br />SSI";
}
else if (randomnumber2 == 6)
{
document.getElementById("customerquote").innerHTML = "\"With lower inventory levels, we now have lower carrying costs and we have not harmed our customer service levels at all.\"";
document.getElementById("quotesignature").innerHTML = "VP, Information Technology<br />SSI";
}
else if (randomnumber2 == 7)
{
document.getElementById("customerquote").innerHTML = "\"We have the visibility to consolidate orders and take advantage of volume buys, vendor targets, and freight limits.\"";
document.getElementById("quotesignature").innerHTML = "VP, Information Technology<br />SSI";
}
else if (randomnumber2 == 8)
{
document.getElementById("customerquote").innerHTML = "\"What used to take weeks is now done in 2 days. Our customer service reps are able to invest their time in strengthening vendor relationships.\"";
document.getElementById("quotesignature").innerHTML = "VP, Information Technology<br />SSI";
}
else if (randomnumber2 == 9)
{
document.getElementById("customerquote").innerHTML = "\"Absolute Value gives us the tools to maneuver skillfully and stay in front of the competition.\"";
document.getElementById("quotesignature").innerHTML = "VP, Information Technology<br />SSI";
}
else if (randomnumber2 == 10)
{
document.getElementById("customerquote").innerHTML = "\"Absolute Value adds visibility to the issues, brings them to light!\"";
document.getElementById("quotesignature").innerHTML = "VP, Information Technology<br />SSI";
}
