var r_text = new Array ();
r_text[0] = "Welcome to the official website for Nu Bowl Lanes in Mount Vernon, Illinois!";
r_text[1] = "Be sure to check out our new Game Room and Party Rooms today!";
r_text[2] = "Head on over to the Coupon section for a free game of bowling!";
var i = Math.floor(3*Math.random())

document.write(r_text[i]);
