 function quote() {
//Random Quotes
} ; q = new quote() ; n = 0

// Quote database------------------------------------
q[n++]= "\"Incredible Interior\" - Max Power Apr 05"
q[n++]= "\"Its enough to make you gulp like a gay boy in a spunk shop\" - Max Power Apr 05"
q[n++]= "\"Impossible to trim? Not if you're Gibson&Boyne\" - Performance GTi Feb 05"
q[n++]= "\"We were seriously impressed with the quality of work\" - Performance GTi Feb 05"
q[n++]= "\"Its the re trim that inspires it\" - Performance BMW Oct 04"
q[n++]= "\"Although apparently the Recaros couldnt be piped - Gibson&Boyne managed it\" - Performance BMW Oct 04"
q[n++]= "\"Cheap it ain't-impressive it is\" - Performance BMW Oct 04"
q[n++]= "\"Its not just a re trim-its a whole re design\" - Redline Feb 06"
q[n++]= "\"Black and magnolia trim from head to toe-in the sort of quality that Bentley would be proud of\" - Redline Feb 06"
q[n++]= "\"Redline cover cars aren't just about the exterior - they've got to be a bit special on the inside and this Beemer doesnt dissapoint\" - Redline Feb 06"
q[n++]= "\"Trimmed to an unbelievably high standard\" - Redline Feb 06"
q[n++]= "\"It looks the bol!@*s\" - Redline Feb 06"
q[n++]= "\"Not just re trimmed-but re styled and re shaped\" - Redline Feb 06"
q[n++]= "\"The effect is awesome\" - Redline Feb 06"
q[n++]= "\"A full on classy re design\" - Redline Feb 06"
q[n++]= "\"The details are just out of this world\" - Redline Feb 06"
q[n++]= "\"Limo-like quality\" - Redline Feb 06"
q[n++]= "\"Specialist Trimmers\" - Redline Feb 06"
q[n++]= "\"Noted for their value for money\" - Fast Car Jun 06"
q[n++]= "\"Even our own benny Boy has taken his own Mk2 Golf to em\" - Fast Car Jun 06"
q[n++]= "\"Give them a call and talk some serious leather\" - Fast Car Jun 06"
q[n++]= "\"So good you can almost smell it\" - Fast Car Jun 06"
q[n++]= "\"We've seen some wicked interiors but this is one of the best\" - Fast Car Jun 06"
q[n++]= "\"Nothing left untouched\" - Fast Car Jun 06"
q[n++]= "\"Everything to colour match\" - Fast Car Jun 06"
q[n++]= "\"It would be a shame to soil an interior this good\" - Fast Car Jun 06"
q[n++]= "\"Even sitting in the back gives a vibrant display\" - Fast Car Jun 06"
q[n++]= "\"Jaw dropping\" - Fast Car Jun 06"
q[n++]= "\"Results are spectacular\" - Performance BMW Dec 03"
q[n++]= "\"Sharp styling and a cool interior\" - Performance BMW Dec 03"

i=Math.floor(Math.random() * n) ; 

document.write( q[i] );

//-->   