<!--
var r_text = new Array ();
r_text[0] = "At Unified Brands, it's all about the quality of your food.";
r_text[1] = "With Unified Brands, perfect control equals perfect results for you.";
r_text[2] = "Unified Brands products increase your profit and your reputation.";
r_text[3] = "At Unified Brands, it's all about the quality of your food.";
r_text[4] = "With Unified Brands, perfect control equals perfect results for you.";
r_text[5] = "Unified Brands products increase your profit and your reputation.";
r_text[6] = "At Unified Brands, it's all about the quality of your food.";
var i = Math.floor(7*Math.random())

document.write(r_text[i]);

//-->
