<!--
var r_text = new Array ();
r_text[0] = "&quot; One of the oldest, best established and elite agencies in the Western US. &quot;";
r_text[1] = "&quot; We cover a lot of geography with purpose and a plan. &quot;";
r_text[2] = "&quot; Our demographics include 30 million people in the USA's fastest growing population centers. &quot;";
r_text[3] = "&quot; We are specialists in consultive selling to the food service industry. &quot;";
r_text[4] = "&quot; Your leading source for packaging and food service disposables. &quot;";
var i = Math.floor(5*Math.random())

document.write(r_text[i]);

//-->
