// RANDOM TESTIOMONIAL JSrnd.today=new Date();rnd.seed=rnd.today.getTime();function rnd() {         rnd.seed = (rnd.seed*9301+49297) % 233280;         return rnd.seed/(233280.0);};function rand(number) {         return Math.ceil(rnd()*number);};// TESTIMONIAL LISTvar number=rand(16)-1var quote="quote"if (number == 0) {quote="Grazie, Grazie, Grazie! Never did our family think that our tastes, interests and ideas could be so well translated by Mary Rossi Travel into such a magnificent holiday and unforgettable experience."; author="Julie Peterson, Turramurra";};if (number == 1) {quote="Thanks to the personalised and professional services of Mary Rossi Travel we enjoyed every day of our well-prepared Italian holiday. Everything was perfect, from accommodation and tours to restaurants, sights and shopping!"; author="Julie Peterson, Turramurra";};if (number == 2) {quote="Thank you for the wonderful way you organised our tour to Norway, Holland and Denmark. It was absolutely fantastic. Everything went like clockwork - just the way you had planned it."; author="Lyall and Eve Hamilton, Coffs Harbour";};if (number == 3) {quote="It was refreshing to deal with a person who takes the time and effort to ensure the client's needs are properly addressed."; author="Scott Howell, Sydney";};if (number == 4) {quote="The trip was marvellous. The hotels in Paris and in the Dordogne were magnificent. Also was the guide, who spent all afternoon with us. Such an enthusiastic, knowledgable and surprisingly young man. Thank you for a great holiday."; author="Jacky Hupert, Melbourne";};if (number == 5) {quote="The holiday was fabulous... You certainly stand out in a class of your own among other travel consultants."; author="Julie Johns, Frenchs Forest";};if (number == 6) {quote="Thank you so much for organising the most wonderful holiday in New Zealand. We were so impressed with how quickly and professionally you dealt with everything. We had a perfect holiday and it is all thanks to you."; author="KM, Adelaide";};if (number == 7) {quote="Thank you so much for all your help in arranging my trip and for your patience with my changes. You have been wonderful."; author="Carmel";};if (number == 8) {quote="Thank you so much for all your help and patience in getting me ready for my big trip. I know it will be wonderful."; author="Joanne Kelly";};if (number == 9) {quote="Your organisation has been spot-on. Thank you for arranging such a great trip. We have been very spoiled on the Seabourn Pride."; author="Caroline Kennedy";};if (number == 10) {quote="Thank you for organising such a fantastic honeymoon. Your attention to detail was excellent and your recommendations brilliant. It was without a doubt a once in a lifetime experience."; author="Gerard and Roisun Meehan";};if (number == 11) {quote="We had a wonderful time - and a lot of the success is due to all the planning you did for us."; author="Linda Jones";};if (number == 12) {quote="Everything has gone like clockwork, thanks to your meticulous organisation. Your attention to detail always makes our holidays run smoothly. Thank you."; author="Bee and Barry Moignard, Melbourne";};if (number == 13) {quote="Thank you for your terrific advice and assistance that made the trip so enjoyable."; author="Rob Schwarzer, Sydney";};if (number == 14) {quote="Simply sensational - we have earbashed our friends with many stories. Your recommendations were spot-on. Look forward to future travel to be organised by you."; author="David and Jane Turner";};if (number == 15) {quote="We loved the Hotel de Russie. The staff was wonderful and the pool and garden were a welcome oasis in a Roman heatwave."; author="RV, Cremorne";};// OPEN SIZED WINDOW JSfunction MM_openBrWindow(theURL,winName,features) { //v2.0  window.open(theURL,winName,features);}// OPEN SIZED WINDOW WITH LINKS OPENING IN PARENT JSfunction newWindow(file,window) {    msgWindow=open(file,window,'resizable=yes,scrollbars=yes,width=430,height=520');    if (msgWindow.opener == null) msgWindow.opener = self;}// MAIN MENU COLOR SWAP JSfunction SubRollOver(oTd) {if (!oTd.contains(event.fromElement)) {oTd.bgColor="ffff99";}}function SubRollOut(oTd) {if (!oTd.contains(event.toElement)) {oTd.bgColor="ffcc33";}}