

function text() {
};

text = new text();
number = 0;


text[number++] = "AlfaStop has a wide range of books & manuals, each selected for usefulness and value."
text[number++] = "Over 95% of parts listed on this site are actually in stock ready for shipping to you. AlfaStop does not just buy to order."
text[number++] = "AlfaStop ships world-wide by air and sea and welcomes international enquiries."
text[number++] = "Need an exhaust for your Giulietta or Giulia 101 series? Look no further."
text[number++] = "I am always pleased to give an indication of shipping time and costs for international orders."
text[number++] = "AlfaStop Dunlop type RACING B brake pads have been successfully used in track & rally events for several seasons."
text[number++] = "Stuck for a present for you, your partner, or your car? A range of books,  manuals and accessories are stocked, each selected for usefulness and value."
text[number++] = "AlfaStop is passionate about Alfa Romeos, my Romeo 2 Ambulance was invited to the Goodwood Revival meeting."
text[number++] = "DUNLOP brake parts, as fitted to the Giulia 105 series, are a speciality at AlfaStop."
text[number++] = "See the wide range of AlfaStop brake and suspension parts for the 2600."
text[number++] = "AlfaStop has commissioned the manufacture of a wide range of suspension parts for Giulietta & Giulia 101 series."
text[number++] = "Many AlfaStop parts are sourced from the original suppliers to Alfa Romeo, so you can be sure of quality & reliability."
text[number++] = "AlfaStop customers regularly compete in the Historic Acropolis Rally, Classic Marathon, Tour Auto, Tulip Rally, Winter Trial & other similar events.."

increment = Math.floor(Math.random() * number);

document.write('<P CLASS="random">' + text[increment] + '.</P>');



