// ----------------------------------------------------------------------------------------------------
/*
   Program: a1villa_specials.js

   Author:  James Whitfield
   Date:    9 April 2007

   Description:
   Initializes and scrolls the marquee special deals and promotions.

   Amendments:

   DD/MM/YY  XXX  ........

*/
// ----------------------------------------------------------------------------------------------------


function WriteMarqueeHTML() {
  document.write("<marquee class='stdfontscroll' scrolldelay=30 scrollamount=2>");
  document.write("5% discount for returning guests...");
//  document.write("<i>villa: Lakeside</i> - 21 April 07, 12 nights with 50% off pool heat only £795/US$1445 ..or.. ");
//  document.write("<i>villa: Elegant</i> - 26 May 07, 7 nights only £425/US$775");
  document.write("</marquee>");
}

// ----------------------------------------------------------------------------------------------------

/*
// 10/02/08  document.write("December '08 - £50 off bookings of 7 days or more!   **Quote: DEC50**");
// document.write("villa: Elegant,  23 February 08,  7 nights,  FREE pool heating only £425/US$765");
// 08/03/08 document.write("Any date, any villa! Bookings of 10 nights or more - get £50 off!!  **Quote: ANY50**"); 
// 27/03/08 document.write("Don't be an April Fool!<br>Take FREE POOL HEAT for new bookings in April '08 of 10 nights or more!!<br>**Quote: I'm no fool**"); 
//document.write("villa: Elegant, 8-19 April 08<br><br>Take <font color='red'>FREE pool heating</font><br>..or..<br>book direct and <font color='red'>save 10% !!</font>");
//document.write("New bookings for 7 nights or more in May '08<br><br>Take <font color='red'>FREE pool heating</font><br>..or..<br><font color='red'>£50/US$80 off</font> per 7 nights");
//document.write("villa: Elegant, 7 June 08<br>up to 13 nights<br>Book direct and <font color='red'>save 10%</font> for 7 nights or more !!<br>Quote: JUNE10");
//document.write("villa: Lakeside Sept '08<br>Late Summer Deals!!<br>Book direct and <font color='red'>save 10%</font> for 10 nights or more !!<br>Quote: SEP10");
// 26/08/08document.write("villa: Elegant<br>** SUMMER SPECIAL **<br><font color='red'>Save an extra £50</font><br>on new bookings of 14 nights or more for 2009<br>");
//document.write("villa: Elegant,  24 Sept '08, 10 nights £595/US$1070<br><br>villa: Lakeside,  25 Sept '08, 10 nights £615/US$1095");
// 02/11/08 document.write("<font color='red'>XL Airways<br>Travel City Direct</font><br>If you were flying on these airlines and have booked with us.  Please contact us if you have any concerns.");
//document.write("villa: Elegant, early December 08<br><br>Take <font color='red'>FREE pool heating</font><br>..or..<br>book direct and <font color='red'>save 10% !!</font>");
*/


function WriteSpecialsHTML() {
//document.write("Sorry, none at present.");
document.write("<font color='red'>ESTA from 12 January 2009</font><br>If you are travelling to the USA you may need to register with ESTA at least 72 hours before arriving.<br>Click for more...");
}

// ----------------------------------------------------------------------------------------------------

