var tiparray = new Array();

tiparray[0] = "Don't forget to tell us about your settlement date and time.  This is <b>important</b> for our move planning. <a href='MRS Settlements.htm'>Click Here</a>";
tiparray[1] = "Running out of Time!<br />Talk to us about our Prepack service. <br /><a href='MRS Packing service.htm'>Click Here</a> for more information";

var tipnum = Math.floor(Math.random() * 2);
var outtip = tiparray[tipnum];

