var how_many_ads = 10;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
quote="&quot;I never make predictions and I never will.&quot;";
txt="Paul Gascoigne";
}
if (ad==2) {
quote="&quot;We want Brooklyn to be christened but we don't know into what religion yet.&quot;";
txt="David Beckham";
}
if (ad==3) {
quote="&quot;My parents have been there for me, ever since I was about 7.&quot;";
txt="David Beckham";
}
if (ad==4) {
quote="&quot;You can't play with a one-armed goalkeeper - not at this level!&quot;";
txt="Kevin Keegan";
}
if (ad==5) {
quote="&quot;I honestly believe we can go all the way to Wembley... unless somebody knocks us out!&quot;";
txt="Dave Bassett";
}
if (ad==6) {
quote="&quot;If you can't stand the heat in the dressing-room, get out of the kitchen!&quot;";
txt="Terry Venables";
}
if (ad==7) {
quote="&quot;I’d have given my right arm to be a pianist.&quot;";
txt="Bobby Robson";
}
if (ad==8) {
quote="&quot;Home advantage gives you an advantage.&quot;";
txt="Bobby Robson";
}
if (ad==9) {
quote="&quot;Andy O'Brien has an horrendous nose, the poor lad. It is massive, it is.&quot;";
txt="Bobby Robson";
}
if (ad==10) {
quote="&quot;For those of you watching in black and white, Spurs are in the all-yellow strip!&quot;";
txt="John Motson";
}
document.write('' + quote + '');
document.write('&nbsp;');
document.write('' + txt + '</a>');
// End -->
