ContentText=function(){
this.content();
}
ContentText.prototype.content=function(){
// language start
this.english={};
this.english.mtch=["M 1", "M 3", "M 2", "M 4", "M 5", "M 7", "M 6", "M 8"];
this.english.qf=["QF1", "QF3", "QF2", "QF4"];
this.english.sf=["SF1", "SF2"];
this.english.po=["SF1 (L)", "SF2 (L)"];
this.english.w="Winner";
this.english.s="2nd";
this.english.third="3rd";
this.english.t=[
"GER","Germany",
"CRI","Costa Rica",
"POL","Poland",
"ECU","Ecuador",
"ENG","England",
"PAR","Paraguay",
"TAT","Trin Tob",
"SWE","Sweden",
"ARG","Argentina",
"IVC","Ivory Coast",
"SM","Serb Mont",
"HOL","Holland",
"MEX","Mexico",
"IRN","Iran",
"ANG","Angola",
"POR","Portugal",
"ITA","Italy",
"GHA","Ghana",
"USA","United States",
"CZE","Czech Rep",
"BRA","Brazil",
"CRO","Croatia",
"AUS","Australia",
"JAP","Japan",
"FRA","France",
"SWI","Switzerland",
"KOR","South Korea",
"TOG","Togo",
"SPA","Spain",
"UKR","Ukraine",
"TUN","Tunisia",
"SAU","Saudi Arabia"];		
this.english.KOarr = ["W A","2nd B",
"W B","2nd A",
"W C","2nd D",
"W D","2nd C",
"W E","2nd F",
"W F","2nd E",
"W G","2nd H",
"W H","2nd G"]	
this.english.msg=[];
this.english.msg[0]="A number needs to be entered into this textbox";
this.english.msg[1]="You need to add a score into each side of the fixture list \n in order to see the results appear in the table on the left.";
this.english.msg[2]="Please make sure you allow updating to finish before you press UPDATE TABLE again...";
this.english.msg[3]="You must supply a valid email to send this";
this.english.msg[4]="Lots are drawn to see which teams go through";
this.english.msg[5]="Lots are drawn to see which team goes through from team 2 and 3";
this.english.msg[6]="Lots are drawn to see which of the first and second teams goes first";
this.english.msg[7]="Lots are drawn to sort the first three teams";
this.english.msg[8]="Lots are drawn to sort the trailing three teams";
this.english.msg[9]="Lots are drawn to sort the first and second teams";
this.english.msg[10]="Lots are drawn to sort the second and third teams";
this.english.msg[11]="Lots are drawn to sort the third and fourth teams";
this.english.msg[12]="Lots are drawn to sort the first 2 teams";
// language end
}