//<![CDATA[

               /*
               Mike's DHTML scroller (By Mike Hall)
               Last updated July 21st, 02' by Dynamic Drive for NS6 functionality
               For this and 100's more DHTML scripts, visit http://www.dynamicdrive.com
               */

               //SET SCROLLER APPEARANCE AND MESSAGES
               var myScroller1 = new Scroller(0, 0, 600, 75, 1, 5); //(xpos, ypos, width, height, border, padding)
               myScroller1.setColors("#dddd00", "#3300cc", "#009900"); //(fgcolor, bgcolor, bdcolor)
               myScroller1.setFont("Verdana,Arial,Helvetica", 2);
               myScroller1.addItem("<b><font size = +1 color=00ff00>Start Summer Right (up to 9 nights ) July 1 to 10, 2010. A fantastic summer vacation. This is the last available period in July <a href='http://www.floridathemeparkvilla.com/Villa_Mail.htm?subject=Florida Villa Inquiry- 1 to 10 July 2010 &date=2010-07-01&Body= Thank you for your Inquiry. Please answer as many of the questions on this form as possible so that we may provide you with the quickest and best possible quote, Feel free to ask any questions that you may have about the villa&site=scroller'><font color= #ffffff> INQUIRE For a Quote.<\/a> "); 
			   myScroller1.addItem("<b><font size = +1 color=00ff00>Summer dates 2010 going are selling quickly now. August 21 to September 23, 2010.  <a href='http://www.floridathemeparkvilla.com/Villa_Mail.htm?subject=Florida Villa Inquiry- 21 August to 23 September 2010 &date=2010-08-21&Body= Thank you for your Inquiry. Please answer as many of the questions on this form as possible so that we may provide you with the quickest and best possible quote, Feel free to ask any questions that you may have about the villa&site=scroller'><font color= #ffffff> INQUIRE For a Quote.<\/a> "); 
               //myScroller1.addItem("<b><font size = +0><p><font color='red'>pre-Christmas<\/font> <font color='green'>Getaway<\/font> <font color='red'>December 13-19, 2009<\/font> Christmas shop and see the Disney decorations. Please <a href='http://www.floridathemeparkvilla.com/Villa_Mail.htm?subject=Florida Villa Inquiry Dec 13 to Dec 19,2007 &date=2009-12-13&Body= Thank you for your Inquiry. Please answer as many of the questions on this form as possible so that we may provide you with the quickest and best possible quote, Feel free to ask any questions that you may have about the villa&site=scroller'><font color= #ffffff> E-MAIL AN INQUIRY (CLICK HERE)<\/font><\/a> for this date. <\/b>");  
               myScroller1.addItem("<b><font size = +1 color=00ff00>Spring Vacation - May 2 - May 8, 2010.  <a href='http://www.floridathemeparkvilla.com/Villa_Mail.htm?subject=Florida Villa Inquiry- May 2010 &date=2010-05-02  2 May 2010  Spring Vacation Week available. &Body= Thank you for your Inquiry. Please answer as many of the questions on this form as possible so that we may provide you with the quickest and best possible quote, Feel free to ask any questions that you may have about the villa&site=scroller'><font color= #ffffff> INQUIRE For a Quote.<\/a> ");
               //myScroller1.addItem("<b><font size = +1 color=00ff00>Thanksgiving break up to 6 nights 15 November - 21 November 2009 Enjoy Thanksgiving break in the Sunshine State.  <a href='http://www.floridathemeparkvilla.com/Villa_Mail.htm?subject=Florida Villa Inquiry- 15 November 2009 up to 6 nights &date=2009-11-15&Body= Thank you for your Inquiry. Please answer as many of the questions on this form as possible so that we may provide you with the quickest and best possible quote, Feel free to ask any questions that you may have about the villa&site=scroller'><font color= #ffffff> INQUIRE For a Quote.<\/a> ");
               myScroller1.addItem("<b><font size = +1 color=00ff00>September Late summer - Fall 2010 Availability September 2010.  <a href='http://www.floridathemeparkvilla.com/Villa_Mail.htm?subject=Florida Villa Inquiry- September 1 thru September 24, 2010 &date=2010-09-01&Body= Thank you for your Inquiry. Please answer as many of the questions on this form as possible so that we may provide you with the quickest and best possible quote, Feel free to ask any questions that you may have about the villa&site=scroller'><font color= #ffffff> INQUIRE For a Quote.<\/a> ");
               myScroller1.addItem("<b><font size = +0 color=#DDdd00> Now taking reservations for 2010/11/12 Make your 2010-12 reservations now before our calendar fills in.");
               //myScroller1.addItem("<b><font size = +1 color=00ff00>Availability November 15 - November 27, 2009 Available Enjoy a Fall Florida vacation before the Christmas Shopping frenzy.  <a href='http://www.floridathemeparkvilla.com/Villa_Mail.htm?subject=Florida Villa Inquiry- November 15 - November 27, 2009&date=2009-11-15&Body= Thank you for your Inquiry. Please answer as many of the questions on this form as possible so that we may provide you with the quickest and best possible quote, Feel free to ask any questions that you may have about the villa&site=scroller'><font color= #ffffff> INQUIRE For a Quote.<\/a> ");
            /* myScroller1.addItem("<b><font size = +1 color=00ff00>Availability Feb  - November 15,2008 Available Enjoy a Fall Florida vacation.  <a href='http://www.floridathemeparkvilla.com/Villa_Mail.htm?subject=Florida Villa Inquiry- November 5 - November 15&date=2008-11-05&Body= Thank you for your Inquiry. Please answer as many of the questions on this form as possible so that we may provide you with the quickest and best possible quote, Feel free to ask any questions that you may have about the villa&site=scroller'><font color= #ffffff> INQUIRE For a Quote.<\/a> ");*/

               //SET SCROLLER PAUSE
               myScroller1.setPause(2500); //set pause beteen msgs, in milliseconds

               function runmikescroll() {

               var layer;
               var mikex, mikey;

               // Locate placeholder layer so we can use it to position the scrollers.

               layer = getLayer("placeholder");
               mikex = getPageLeft(layer);
               mikey = getPageTop(layer);

               // Create the first scroller and position it.

               myScroller1.create();
               myScroller1.hide();
               myScroller1.moveTo(mikex, mikey);
               myScroller1.setzIndex(100);
               myScroller1.show();
               }

               window.onload=runmikescroll
               //]]>
