var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pink Elephant
";
arnews[0] += "Pink Elephant airport parking at Heathrow Stansted and Southampton";
arnews[0] += "
";
arnews[1]="First Class Parking services
";
arnews[1] += "Arrive in first class style when you book with Holiday Extras Meet and Greet or Chauffeur parking services - available at a number of UK airports";
arnews[1] += "
";
arnews[2]="Undercover parking at Gatwick | On return your car will be as clean as you left it
";
arnews[2] += "If you are looking for added protection from the elements and the grime of the airport Airparks can offer undercover parking spaces.";
arnews[2] += "
";
arnews[3]="Savings with Stansted Long Stay Parking | Supersavers discount
";
arnews[3] += "Supersaver rates for parking at the Stansted Long Stay (formerly Pink Elephant) car park, available when booked thirty days advance";
arnews[3] += "
";
arnews[4]="Official Stansted Airport Valet Parking | Best Price Promise
";
arnews[4] += "No need to worry about transfers to Stansted airport with Official Airport Valet Parking from just £71 for 8 days airport parking.";
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("