
var msg = new Array();
Stamp = new Date();
today = Stamp.getDate();
msg[1] = "switch off the news and come on down to the coast and stay with us!";
msg[2] = "ignore all the bad world news for a while and take time out with us!";
msg[3] = "stop listening to all the bad news and start listening to the singing of the birds in the morning";
msg[4] = "the surf's up, the boats are out, and the fish are biting!";
msg[5] = "why surf the Net when you could do some real surfing here?";
msg[6] = "turn your back on war news and find some peace of mind at Riverbend.<BR>";
msg[7] = "time to turn off the radio and to find some peace of mind at Riverbend.<BR>";
msg[8] = "leave bushfires and President Bush behind you and take time out at Riverbend";
msg[9] = "President Bush wouldn't like it here:  Riverbend is far too peaceful!";
msg[10] = "stop listening to all the bad news and start listening to the birds and the bees";
msg[11] = "feeling depressed about the state of the world?  regain your balance at Riverbend";
msg[12] = "stop surfing the Net and surf the waves on the South Coast";
msg[13] = "This is your lucky day: we still have a vacancy!";
msg[14] = "come on coasting down the Coast and stay with us!";
msg[15] = "come down for a sea change";
msg[16] = "we'd love to see you down here!";
msg[17] = "we hope to see you soon!";
msg[18] = "come to Riverbend Cottage for a holiday with a difference<BR>";
msg[19] = "it's another beautiful day on the South Coast<BR>";
msg[20] = "this is the best time on the beautiful South Coast<BR>";
msg[21] = "escape the city rush to the peaceful South Coast<BR>";
msg[22] = "why aren't you at the South Coast?<BR>";
msg[23] = "why aren't you on the beautiful South Coast?<BR>";
msg[24] = "we hope to see you here this year<BR>";
msg[25] = "Best wishes from all of us at Riverbend<BR>";
msg[26] = "take time out from all the bad world news!<BR>";
msg[27] = "time for a sea change - we'd love to see you down here!<BR>";
msg[28] = "the South Coast is waiting for your visit!<BR>";
msg[29] = "we hope to see you here soon!<BR>";
msg[30] = "come on down for a holiday on the beautiful South Coast<BR>";
msg[31] = "time to turn off the news and to take time out!<BR>";

function writeTip() { 
document.write(msg[today]);
}
