<!-- Hide from old browsers
var commentnumber = 5 ;
//var commentnumber = 9 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (commentnumber-1) * randomnumber) + 1 ;

comments = new Array
comments[1] = "Year after year it’s like coming home.  Thanks for keeping it the slice of heaven it is! The serenity and tranquility is untouchable. Hope to see you for many years to come.<P class=commenter>Brad and O.J.<BR>Chandler, AZ</P>"
comments[2] = "A great place, a spectacular view and a quiet and wonderful house. Thank you for your hospitality and for talking with us about the beauty of your land...<P class=commenter>Antonello & Patricia<BR>Rome, Italy</P>"
comments[3] = "We’ve thoroughly enjoyed our weekend here — in fact, we don’t want to move on! Thank you for making us feel so welcome in your lovely home. We hope we’ll be back some day!<P class=commenter>Steve and Lynne<BR>Nottingham, U.K.</P>"
comments[4] = "One of the main reasons we love to stay in B&Bs is because we meet the warmest people who run them! This has proved to be the same experience. Thank you for making us feel so at home.<P class=commenter>Wally and Carol<BR>Williamsburg, VA</P>"
comments[5] = "Thank you, thank you! Would recommend to everyone coming to Juneau to  stay at ALB&B. It was just perfect...ideal location, gorgeous views, unique hospitality and invaluable itinerary consultation.<P class=commenter>Julie and Zack<BR>Newton Highland, MA</P>"
comments[6] = ""
comments[7] = ""
comments[8] = ""
comments[9] = ""
//comments[1] = "guest_comment1.txt"
//comments[2] = "guest_comment2.txt"
//comments[3] = "guest_comment3.txt"
//comments[4] = "guest_comment4.txt"
//comments[5] = "guest_comment5.txt"
//comments[6] = "guest_comment6.txt"
//comments[7] = "guest_comment7.txt"
//comments[8] = "guest_comment8.txt"
//comments[9] = "guest_comment9.txt"

var comment = comments[rand1]
// -- End Hiding Here -->

