<!--
var strap = new Array()

strap[0]="All the companies you wish someone had told you about"
strap[1]="All the companies you wish someone had told you about"
strap[2]="Companies cannot pay to be listed, only to be reviewed"
strap[3]="Simple lists of the most relevant companies"
strap[4]="The starting point for your travel research on the web"
strap[5]="Our lists are focused on real specialists, not general agencies &#38; operators"
strap[6]="Over 400 lists with over 7500 entries to browse"
strap[7]="Companies are listed only because <u>we</u> think they should be"
strap[8]="Authoritative answers to the <i>who goes there?</i> question"
strap[9]="Authoritative answers to the <i>who does that?</i> question"
strap[10]="Our fierce independence means no junk, just good information"
strap[11]="We list travel providers for British travellers"
strap[12]="Answers to the question <i>Who does that?</i>, not <i>Who do you sell?</i>"
strap[13]="Answers to the question <i>Who goes there?</i>, not <i>Which of your clients goes there?</i>"
strap[14]="All descriptions are written by us, and <u>only</u> us"
strap[15]="All descriptions are written by us, and <u>only</u> us"
strap[16]="Travel Lists &#45; where Brits start their holiday research"
strap[17]="Things we <u>don't</u> do: let companies write their own descriptions"
strap[18]="Things we <u>don't</u> do: publish empty lists to please search engines &#38; advertisers"
strap[19]="Things we <u>don't</u> do: sell anything"
strap[20]="Things we <u>don't</u> do: exchange links"
strap[21]="Things we <u>don't</u> do: use anybody else's content"
strap[22]="Things we <u>don't</u> do: sell links"
strap[23]="1.1&#37; (Jan 10) of our listings have come to us through paid review"
strap[24]="Just the companies worth bothering with"
strap[25]="Just the companies worth bothering with"
strap[26]="Simple lists to click through"
strap[27]="Sometimes a simple list works best for inspiration!";
var num = Math.ceil(Math.random()*27);


var fullstrap='<font face="Arial" color="#669966" size="2"><b>' + "'" + strap[num] + "'" + "</b></font>"
document.write (fullstrap);

//-->