<!--
message = "Airport Transfers, Weddings, Anniversaries, Bachelor(ette) Parties...^" + "Graduations, Birthday Parties, Concerts, School Dances...^" + "Holiday Light Tours, Sporting Events, Guided Tours, A Night on the Town...^" + "Limousines for every occasion in the Dallas/Fort Worth Metroplex...^" + "Call 800-488-9566 for your reservations. Call today!^"
				"^"
  scrollSpeed = 50
  lineDelay   = 2000

  // Do not change the text below //

  txt         = ""

  function scrollText(pos) {
    if (message.charAt(pos) != '^') {
      txt    = txt + message.charAt(pos)
      status = txt
      pauze  = scrollSpeed
    }
    else {
      pauze = lineDelay
      txt   = ""
      if (pos == message.length-1) pos = -1
    }
    pos++
    setTimeout("scrollText('"+pos+"')",pauze)
  }

  // Unhide -->
scrollText(0)

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->