<!--

var a = Math.random() + "";
var rand1 = a.charAt(5);
quotes = new Array;

quotes[1] = "Get customer orders in the system now... Send them on the Grapevine.";
quotes[2] = "If the technical data's critical... Send it now.. Send it on the Grapevine.";
quotes[3] = "Don't wait till your customer rings you... Tell them it's arrived now... Tell them on the Grapevine.";
quotes[4] = "Don't wait for their forms and faxs... Get them to send them now... Send them on the Grapevine!";
quotes[5] = "Don't wait for the information... Get them to send it now... Send it on the Grapevine!";
quotes[6] = "Get customer orders in the system now... Send them on the Grapevine.";
quotes[7] = "If the technical data's critical... Send it now.. Send it on the Grapevine.";
quotes[8] = "Don't wait till your customer rings you... Tell them it's arrived now... Tell them on the Grapevine.";
quotes[9] = "Don't wait for their forms and faxs... Get them to send them now... Send them on the Grapevine!";
quotes[0] = "Don't wait for the information... Get them to send it now... Send it on the Grapevine!";

var quote = quotes[rand1];

document.write(quote);

// -- End Hiding Here -->
