var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Manchester airport Hilton featured hotel
";
arnews[0] += "This on-site hotel offers a restful night for travellers flying from Manchester airport. Enjoy a touch of luxury the night before your flight.";
arnews[0] += "
";
arnews[1]="Manchester Airport Cresta Court Featured Hotel
";
arnews[1] += "Stay at the Cresta Court Hotel and receive quality service and value.";
arnews[1] += "
";
arnews[2]="Be prepared...stay at a Manchester airport hotel | Hotels still available despite the weather
";
arnews[2] += "Many travellers will be looking to avoid the icy morning roads and stay the night before their flight at an airport hotel.";
arnews[2] += "
";
arnews[3]="Manchester Cresta Court Hotel
";
arnews[3] += "Guests staying at the Manchester Cresta Court Hotel before flying from Manchester airport this summer can take advantage of our fantastic new add-ons service.";
arnews[3] += "
";
arnews[4]="The Stansted Radisson Blu | Luxury for a lower price
";
arnews[4] += "The Radisson Blu at Stansted airport is now available at low prices with Holiday Extras";
arnews[4] += "
";
totcount = 5;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("