<!--
var pic, alt, ref;
pic = new Array;
pic[0] = "../photos/Fade/Chipping_Norton_Wallingford_fade.jpg";
pic[1] = "../photos/Fade/Bicester_Charlbury_fade.jpg";
pic[2] = "../photos/Fade/Oxford_Faringdon_fade.jpg";
pic[3] = "../photos/Fade/Woodstock_Thame_fade.jpg";
pic[4] = "../photos/Fade/Witney_Faringdon_fade.jpg";
pic[5] = "../photos/Fade/Wantage_Bicester_fade.jpg";
pic[6] = "../photos/Fade/Henley_Thame_fade.jpg";
pic[7] = "../photos/Fade/Charlbury_Wallingford_fade.jpg";
pic[8] = "../photos/Fade/Faringdon_Banbury_fade.jpg";
pic[9] = "../photos/Fade/Banbury_Didcot_fade.jpg";
pic[10] = "../photos/Fade/Abingdon_Henley_fade.jpg";
pic[11] = "../photos/Fade/Wallingford_Woodstock_fade.jpg";
pic[12] = "../photos/Fade/Thame_Wantage_fade.jpg";
pic[13] = "../photos/Fade/Burford_Banbury_fade.jpg";
pic[14] = "../photos/Fade/Didcot_Faringdon_fade.jpg";
pic[15] = "../photos/Fade/Abingdon_Oxford_2_fade.jpg";
pic[16] = "../photos/Fade/Burford_Wallingford_2_fade.jpg";
pic[17] = "../photos/Fade/Carterton_Thame_2_fade.jpg";
pic[18] = "../photos/Fade/Charlbury_Henley_2_fade.jpg";
pic[19] = "../photos/Fade/Chipping_Norton_Woodstock_2_fade.jpg";
pic[20] = "../photos/Fade/Faringdon_Banbury_2_fade.jpg";
pic[21] = "../photos/Fade/Henley_Oxford_2_fade.jpg";
pic[22] = "../photos/Fade/Wallingford_Abingdon_2_fade.jpg";
pic[23] = "../photos/Fade/Witney_Burford_2_fade.jpg";
pic[24] = "../photos/Fade/Eynsham_Witney_fade.jpg";
pic[25] = "../photos/Fade/Eynsham_Carterton_fade.jpg";

alt = new Array;
alt[0] = "Chipping Norton (click here) & Wallingford";
alt[1] = "Bicester (click here) & Charlbury";
alt[2] = "Oxford (click here) & Faringdon";
alt[3] = "Woodstock (click here) & Thame";
alt[4] = "Witney (click here) & Faringdon";
alt[5] = "Wantage (click here) & Bicester";
alt[6] = "Henley (click here) & Thame";
alt[7] = "Charlbury (click here) & Wallingford";
alt[8] = "Faringdon (click here) & Banbury";
alt[9] = "Banbury (click here) & Didcot";
alt[10] = "Abingdon (click here) & Henley";
alt[11] = "Wallingford (click here) & Woodstock";
alt[12] = "Thame (click here) & Wantage";
alt[13] = "Burford (click here) & Banbury";
alt[14] = "Didcot (click here) & Faringdon";
alt[15] = "Abingdon (click here) & Oxford";
alt[16] = "Burford (click here) & Wallingford";
alt[17] = "Carterton (click here) & Thame";
alt[18] = "Charlbury (click here) & Henley";
alt[19] = "Chipping Norton (click here) & Woodstock";
alt[20] = "Faringdon (click here) & Banbury";
alt[21] = "Henley (click here) & Oxford";
alt[22] = "Wallingford (click here) & Abingdon";
alt[23] = "Witney (click here) & Burford";
alt[24] = "Eynsham (click here) & Witney";
alt[25] = "Eynsham (click here) & Carterton";

ref = new Array;
ref[0] = "../towns/chipping-norton.htm";
ref[1] = "../towns/bicester.htm";
ref[2] = "../towns/oxford.htm";
ref[3] = "../towns/woodstock.htm";
ref[4] = "../towns/witney.htm";
ref[5] = "../towns/wantage.htm";
ref[6] = "../towns/henley-on-thames.htm";
ref[7] = "../towns/charlbury.htm";
ref[8] = "../towns/faringdon.htm";
ref[9] = "../towns/banbury.htm";
ref[10] = "../towns/abingdon.htm";
ref[11] = "../towns/wallingford.htm";
ref[12] = "../towns/thame.htm";
ref[13] = "../towns/burford.htm";
ref[14] = "../towns/didcot.htm";
ref[15] = "../towns/abingdon.htm";
ref[16] = "../towns/burford.htm";
ref[17] = "../towns/carterton.htm";
ref[18] = "../towns/charlbury.htm";
ref[19] = "../towns/chipping-norton.htm";
ref[20] = "../towns/faringdon.htm";
ref[21] = "../towns/henley-on-thames.htm";
ref[22] = "../towns/wallingford.htm";
ref[23] = "../towns/witney.htm";
ref[24] = "../towns/eynsham.htm";
ref[25] = "../towns/eynsham.htm";

var now
var now = new Date();
var seed = now.getTime() % 0xffffffff;

function rand(n) {
seed = (0x015a4e35 * seed) % 0x7fffffff;
return ( seed >> 16 ) % n;
}

var num = rand(26);

//--> 