var quote = new Array(10);
quote[0] = "<FONT face=ARIAL size=2 color=green>Use an envelope to put your postcard in when sending home, the Greek post office gives priority to letters</FONT>";
quote[1] = "<FONT face=ARIAL size=2 color=black>When travelling carry breakfast cereal bars or one-meal bars so you are not forced to eat the pricey and plastic food sold at airport restaurants</FONT>";
quote[2] = "<FONT face=ARIAL size=2 color=blue>Acharavi has a number of places where you can access the internet & email.</FONT>";
quote[3] = "<FONT face=ARIAL size=2 color=red>Pack some teabags coffee granules sachets of sugar and those little cartons of milk - especially if you\'re going self catering  It\'s a boon if you\'re gasping for a cuppa when you arrive and want a sit down before you explore.</FONT>";
quote[4] = "<FONT face=ARIAL size=2 color=blue>Set up a hotmail or Yahoo e-mail account and e-mail your passport number, holiday insurance policy number, emergency phone number etc. If the worst happens you can find all the info you need in an internet cafe</FONT>";
quote[5] = "<FONT face=ARIAL size=2 color=orange>Avoid folding clothes when packing, rolling them means less creases and allows you to get more in a case</FONT>";
quote[6] = "<FONT face=ARIAL size=2 color=navy>Book holiday excursions with local travel agents for a wider range of trips and to avoid the commission the holiday companies add to the price</FONT>";
quote[7] = "<FONT face=ARIAL size=2 color=green>Apply for The European Health Insurance Card (EHIC) for reduced or free emergency care, this replaces the old E111 form which is no longer valid. But remember you still need travel insurance</FONT>";
quote[8] = "<FONT face=ARIAL size=2 color=blue>Tap water in Corfu is safe to drink but does have a high mineral content. Avoid tummy upsets by buying bottled water, widely available & very cheap</FONT>";
quote[9] = "<FONT face=ARIAL size=2 color=blue>A number of bars & other places run book exchanges where you can swap reading material - Amorossa offer such a facility</FONT>";
now=new Date()
num=(now.getSeconds())%9
document.write(quote[num])