<!--Hide from non Javascript Browsers 
//javascript for HERO Le Jog 2011 rally. Image and text data  

var caption_1=new Array();
caption_1[0]="Numero Uno Riley Special Sports 1937 2443cc  &#169";
caption_1[1]="T5 Ford Escort 1300 Sport 19741298cc  &#169";
caption_1[2]="44 Peugeot 404 1968 1950cc &#169";
caption_1[3]="35 Truimph TR4 1964 2188cc&#169";
caption_1[4]="25 Ford Anglia &#169";
caption_1[5]="45 Morris Mini Cooper 1969 998cc&#169";
caption_1[6]="30 Mercedes 300SE 1966 2996 &#169";
caption_1[7]="12 Hilman  &#169";
caption_1[8]="When Le Jog last passed the Plough 50 years ago, they stopped";
caption_1[9]="null;";
caption_1[10]="null";
caption_1[11]="null;";

if(document.images){
postcard_1=new Array();	
for(i=0; i<11; i++){
postcard_1[i]=new Image();}
postcard_1[0]='rally_cars/numero_uno.jpg'
postcard_1[1]='rally_cars/ford_escort.jpg'
postcard_1[2]='rally_cars/peugeot_404.jpg'
postcard_1[3]='rally_cars/triumph_TR4.jpg'
postcard_1[4]='rally_cars/ford_anglia.jpg'
postcard_1[5]='rally_cars/morris_mini.jpg'
postcard_1[6]='rally_cars/merc_300SE.jpg'
postcard_1[7]='rally_cars/hilman.jpg'
postcard_1[8]='rally_cars/le_jog_1961.jpg'
postcard_1[9]='null';
postcard_1[10]='null';
postcard_1[11]='null';
}

//==============  new functions to wite and swap info   ==================//

function writeInfo(i){		//only needed to write first caption
document.getElementById("subtitle").innerHTML=(caption_1[i]);
}

function swapAll(i){		//this function does not generate history
frames[1].location.replace(postcard_1[i]);			//swaps images
document.getElementById("subtitle").innerHTML=(caption_1[i]);	//swapt text
}

//-->
