// JavaScript Document

//Rollovers
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
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];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

//Random Comment
var Quotation=new Array() // do not change this!

// Set up the quotations to be shown, below.
// To add more quotations, continue with the
// pattern, adding to the array.  Remember
// to increment the Quotation[x] index!

Quotation[0] = "In many years of traveling, we have rarely stayed in accommodations as beautifully and thoughtfully arranged as these.";
Quotation[1] = "You so far exceeded our expectations! The accommodations are perfect. We loved all the attention to detail - the decorating is so tasteful - the furniture is beautiful - all the amenities to make our stay as comfortable as possible.";
Quotation[2] = "Coming here was like opening the door to a room in my heart. There were so many times I just sighed with delight at the unexpected pleasures tucked away everywhere.";
Quotation[3] = "You have set a new standard for the almost impossibly high standard known as &lsquo;Southern Hospitality&rsquo;.";
Quotation[4] = "Perfection. I could write forever about all the special touches, the loving manner in which the home was restored, and how immaculate everything was.";
Quotation[5] = "What a tremendous home... beautiful, full of character, peaceful and relaxing. We really enjoyed discovering all the little &lsquo;touches&rsquo; in this home.";
Quotation[6] = "What an incredible jewel. Thanks so much for the privacy and the attention to detail. It was the perfect, serene place on this trip home to visit family.";
Quotation[7] = "We appreciate the elegance, the amenities, and the ambiance of the guest house. What a great job you did on its restoration.";
Quotation[8] = "This is exactly my sort of place - beautifully appointed, immaculate, and full of luxurious touches.";
Quotation[9] = "If there is a finer B&amp;B in Louisiana, I have not yet found it. and the hospitality completes the concept of what a B&amp;B should be.";
Quotation[10] = "The Jackson Street Guest House is one of the most beautiful places I have ever stayed.";

// ======================================
// Do not change anything below this line
// ======================================
var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));