<!--
// If you want to display more than 2 flash movies,
// Change maxAdNo =  to the number of movies -1.

var maxAdNo = 2
var adNo
var myAd = new Array()

// Next put in your code/URL's and the image source, for each sponsor.

myAd[0] = '<table summary="table holds sponsored links one in each cell" border="0" cellpadding="0" id="table10"class="sponsors"><tr><td class="sponsor"><a href="http://track.omguk.com/?PID=1392&AID=2831&CID=79014&MID=1236&CRID=4869&WID=7637"><img alt="advertisment for churchill car insurance" src="http://track.omg2.com/banners/bs.asp?CRID=4869&MID=1236&AID=2831&PID=1392&CID=79014&WID=7637" class="borderless" width="134" height="39"></a></td><td class="sponsor"><a href="http://track.omguk.com/?PID=1582&AID=2831&CID=79013&MID=1536&CRID=4316&WID=7637"><img alt="advertisment for direct line car insurance" src="http://track.omg2.com/banners/bs.asp?CRID=4316&MID=1536&AID=2831&PID=1582&CID=79013&WID=7637" class="borderless" width="120" height="60"></a></td></tr></table>';

myAd[1] = '<table summary="table holds sponsored links one in each cell" border="0" cellpadding="0" id="table10"class="sponsors"><tr><td class="sponsor"><a href="http://track.omguk.com/?PID=1392&AID=2831&CID=79014&MID=1236&CRID=4869&WID=7637"><img alt="advertisment for churchill car insurance" src="http://track.omg2.com/banners/bs.asp?CRID=4869&MID=1236&AID=2831&PID=1392&CID=79014&WID=7637" class="borderless" width="134" height="39"></a></td><td class="sponsor"><a href="http://track.omguk.com/?PID=1582&AID=2831&CID=79013&MID=1536&CRID=4316&WID=7637"><img alt="advertisment for direct line car insurance" src="http://track.omg2.com/banners/bs.asp?CRID=4316&MID=1536&AID=2831&PID=1582&CID=79013&WID=7637" class="borderless" width="120" height="60"></a></td></tr></table>';

myAd[2] = '<table summary="table holds sponsored links one in each cell" border="0" cellpadding="0" id="table10"class="sponsors"><tr><td class="sponsor"><a href="http://track.omguk.com/?PID=1392&AID=2831&CID=79014&MID=1236&CRID=4869&WID=7637"><img alt="advertisment for churchill car insurance" src="http://track.omg2.com/banners/bs.asp?CRID=4869&MID=1236&AID=2831&PID=1392&CID=79014&WID=7637" class="borderless" width="134" height="39"></a></td><td class="sponsor"><a href="http://track.omguk.com/?PID=1582&AID=2831&CID=79013&MID=1536&CRID=4316&WID=7637"><img alt="advertisment for direct line car insurance" src="http://track.omg2.com/banners/bs.asp?CRID=4316&MID=1536&AID=2831&PID=1582&CID=79013&WID=7637" class="borderless" width="120" height="60"></a></td></tr></table>';

adNo = Math.round(Math.random() * maxAdNo)
document.write(myAd[adNo])
-->
