var totallinks=13

var urls=new Array(totallinks)
var descriptions=new Array(totallinks)
var titles=new Array(totallinks)

urls[0]="best-of.php?highlight=stay0#stay0"
titles[0]="Best place for rooftop romance!"

urls[1]="best-of.php?highlight=stay1#stay1"
titles[1]="Best full-service accommodations on the sea!"

urls[2]="best-of.php?highlight=stay2#stay2"
titles[2]="Best breakfast in bed!"

urls[3]="best-of.php?highlight=stay3#stay3"
titles[3]="Best romantic in-room massage!"

urls[4]="best-of.php?highlight=stay4#stay4"
titles[4]="Best room with a view!"

urls[5]="best-of.php?highlight=stay5#stay5"
titles[5]="Best oceanfront lodging!"

urls[6]="best-of.php?highlight=stay6#stay6"
titles[6]="Best spa location!"

urls[7]="best-of.php?highlight=stay7#stay7"
titles[7]="Best cozy beds!"

urls[8]="best-of.php?highlight=stay8#stay8"
titles[8]="Best rooftop sun deck!"

urls[9]="best-of.php?highlight=stay9#stay9"
titles[9]="Best Fido-friendly hotel stay!"

urls[10]="best-of.php?highlight=stay10#stay10"
titles[10]="Best wine and cheese hour!"

urls[11]="best-of.php?highlight=stay11#stay11"
titles[11]="Best kid-friendly stay!"

urls[12]="best-of.php?highlight=stay12#stay12"
titles[12]="Best center-of-the-action stay!"

urls[13]="best-of.php?highlight=stay13#stay13"
titles[13]="Best economically responsible overnight!"

var bestof=Math.floor(Math.random()*totallinks)

var cont="<a href='"+urls[bestof]+"'>"
cont+=titles[bestof]+"</a>"

document.write(cont)
