
var msg = new Array();
Stamp = new Date();
today = Stamp.getDate();
msg[1] = "Book early to avoid disappointment!";
msg[2] = "Take a real break away from the busy world!";
msg[3] = "Come for the rest of your life!";
msg[4] = "Book early to avoid disappointment!";
msg[5] = "Most of our guests are repeat customers!";
msg[6] = "We are easy to find - getting away again is the hard part!";
msg[7] = "Book early to avoid disappointment!";
msg[8] = "The Cottage is vacant and waiting for you!";
msg[9] = "Come as guest, leave as a friend!";
msg[10] = "We are easy to find - getting away again is the hard part!";
msg[11] = "Fall asleep to the sound of the river!";
msg[12] = "Dream the day away on the jetty, watching the tides come and go!";
msg[13] = "We are easy to find - getting away again is the hard part!";
msg[14] = "Once you've been here, you want to come again and again ...";
msg[15] = "Turn off the news and turn your back on the world for a while!";
msg[16] = "Come to us for the rest of your life!";
msg[17] = "Once you've been here, you'll wish you'd found us sooner!";
msg[18] = "We are easy to find - getting away again is the hard part!";
msg[19] = "Book early to avoid disappointment!";
msg[20] = "Take time out from this crazy world!";
msg[21] = "Call 44781081 right now and book yourself in for some peaceful therapy!";
msg[22] = "Come to us for the rest of your life!";
msg[23] = "Book early to avoid disappointment!";
msg[24] = "Easy to find, hard to leave!";
msg[25] = "The Cottage is vacant and waiting for you!";
msg[26] = "You'll be sorry you didn't come sooner!";
msg[27] = "We are easy to find - getting away again is the hard part!";
msg[28] = "We have a vacancy right now!";
msg[29] = "You'll never want to leave again!";
msg[30] = "Come to us for the rest of your life!";
msg[31] = "The Cottage is vacant and waiting for you!";

function writeTip() { 
document.write(msg[today]);
}
