var Quotation=new Array()

Quotation[0] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"07programme.html\">Random Link</a>";
Quotation[1] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"08programme.html\">Random Link</a>";
Quotation[2] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"a-z.html\">Random Link</a>";
Quotation[3] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"advert.html\">Random Link</a>";
Quotation[4] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"agm.html\">Random Link</a>";
Quotation[5] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"agm_070707.html\">Random Link</a>";
Quotation[6] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"application.html\">Random Link</a>";
Quotation[7] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"bulletin.html\">Random Link</a>";
Quotation[8] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"bulletin88.html\">Random Link</a>";
Quotation[9] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"bulletin89.html\">Random Link</a>";
Quotation[10] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"bulletin90.html\">Random Link</a>";
Quotation[11] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"bulletin91.html\">Random Link</a>";
Quotation[12] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"bulletin92.html\">Random Link</a>";
Quotation[13] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"bulletin93.html\">Random Link</a>";
Quotation[14] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"bulletin94.html\">Random Link</a>";
Quotation[15] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"cols_research.html\">Random Link</a>";
Quotation[16] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"conferences.html\">Random Link</a>";
Quotation[17] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"conf_060508.html\">Random Link</a>";
Quotation[18] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"conf_161107.html\">Random Link</a>";
Quotation[19] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"conf_210907.html\">Random Link</a>";
Quotation[20] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"conf_260307.html\">Random Link</a>";
Quotation[21] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"conf_290208.html\">Random Link</a>";
Quotation[22] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"contact.html\">Random Link</a>";
Quotation[23] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"current.html\">Random Link</a>";
Quotation[24] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"dealers.html\">Random Link</a>";
Quotation[25] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"grantapp.html\">Random Link</a>";
Quotation[26] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"howjoin.html\">Random Link</a>";
Quotation[27] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"index.html\">Random Link</a>";
Quotation[28] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"instrumental.html\">Random Link</a>";
Quotation[29] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"lectures.html\">Random Link</a>";
Quotation[30] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"museums.html\">Random Link</a>";
Quotation[31] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"other_090207-1.html\">Random Link</a>";
Quotation[32] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"other_090207-2.html\">Random Link</a>";
Quotation[33] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"poetry.html\">Random Link</a>";
Quotation[34] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"projects.html\">Random Link</a>";
Quotation[35] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"pubs.html\">Random Link</a>";
Quotation[36] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"sitemap.html\">Random Link</a>";
Quotation[37] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"support.html\">Random Link</a>";
Quotation[38] = "<a class=\"littlelinks\" title=\"Click here to visit any page at random!\" href=\"xxv.html\">Random Link</a>";

var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}
showQuotation();