var thumbnail = new Array();
var thumbnailSmall = new Array();

thumbnail[0] = '<a class="noBorderUnderline" href="http://www.football-league.co.uk/" target="_blank"><img src="http://www.uptonaway.co.uk/images/website-fl-240.gif" alt="The Football League" width="240" height="120" /></a><a href="http://www.football-league.co.uk/" target="_blank">The Football League</a>'
thumbnail[1] = '<a class="noBorderUnderline" href="http://www.refworld.com/" target="_blank"><img src="http://www.uptonaway.co.uk/images/website-refworld-240.gif" alt="Refworld" width="240" height="120" /></a><a href="http://www.refworld.com/" target="_blank">Refworld</a>'
thumbnail[2] = '<a class="noBorderUnderline" href="http://www.mysportsthoughts.com/" target="_blank"><img src="http://www.uptonaway.co.uk/images/website-mysportsthoughts-240.gif" alt="MySportsThoughts" width="240" height="120" /></a><a href="http://www.mysportsthoughts.com/" target="_blank">MySportsThoughts</a>'
thumbnail[3] = '<a class="noBorderUnderline" href="http://www.stadiadirectory.com/" target="_blank"><img src="http://www.uptonaway.co.uk/images/website-stadiadirectory-240.gif" alt="StadiaDirectory" width="240" height="120" /></a><a href="http://www.stadiadirectory.com/" target="_blank">StadiaDirectory</a>'

var numberofimages = thumbnail.length;
var randomImage = Math.round(Math.random()*(numberofimages-1));

thumbnailSmall[0] = '<a class="noBorderUnderline" href="http://www.football-league.co.uk/" target="_blank"><img src="http://www.uptonaway.co.uk/images/website-fl-240.gif" alt="The Football League" width="120" height="60" /></a><a href="http://www.football-league.co.uk/" target="_blank">The Football League</a>'
thumbnailSmall[1] = '<a class="noBorderUnderline" href="http://www.refworld.com/" target="_blank"><img src="http://www.uptonaway.co.uk/images/website-refworld-240.gif" alt="Refworld" width="120" height="60" /></a><a href="http://www.refworld.com/" target="_blank">Refworld</a>'
thumbnailSmall[2] = '<a class="noBorderUnderline" href="http://www.mysportsthoughts.com/" target="_blank"><img src="http://www.uptonaway.co.uk/images/website-mysportsthoughts-240.gif" alt="MySportsThoughts" width="120" height="60" /></a><a href="http://www.mysportsthoughts.com/" target="_blank">MySportsThoughts</a>'
thumbnailSmall[3] = '<a class="noBorderUnderline" href="http://www.stadiadirectory.com/" target="_blank"><img src="http://www.uptonaway.co.uk/images/website-stadiadirectory-240.gif" alt="StadiaDirectory" width="120" height="60" /></a><a href="http://www.stadiadirectory.com/" target="_blank">StadiaDirectory</a>'
