// JavaScript Document
var quotes = new Array;

quotes.push("Can IntegraBase cause any problems to any of the equipment at the plant?");

quotes.push("Are there any aggregates that IntegraBase doesn&#39;t work with?");

quotes.push("Is it possible for IntegraBase to be used in the wear course?");

quotes.push("Are there any aggregates that IntegraBase doesn&#39;t work with?");

quotes.push("What is the minimum reduced thickness of an IntegraBase base course?");

quotes.push("What equipment is required to use IntegraBase at the plant?");

quotes.push("How does IntegraBase modified asphalt hold up to extreme temperatures &ndash; both hot and cold?");

quotes.push("How does IntegraBase modified asphalt perform in different situations?");

quotes.push("What are some Specific IntegraBase tests and their expectations?");

quotes.push("Does the 2% of IntegraBase replace 2% of the bitumen, or can it be added on top of the original mix design?");

document.write(quotes[(Math.floor(Math.random() * quotes.length))]);

