<!--
var r_text = new Array ();
r_text[0] = "It's all about the quality of the food.";
r_text[1] = "Perfect control equals perfect results.";
r_text[2] = "Increases your profit and your reputation.";
r_text[3] = "It's all about the quality of the food.";
r_text[4] = "Perfect control equals perfect results.";
r_text[5] = "Increases your profit and your reputation.";
r_text[6] = "It's all about the quality of the food.";
var i = Math.floor(7*Math.random())

document.write(r_text[i]);

//-->

