var xmlhttp;

function loadXMLDoc(url)
{

randm = Math.floor(Math.random()*100001);
var extn = ".xml?nc=";

xmlhttp=null;
if (window.XMLHttpRequest)
  {// code for IE7, Firefox, Mozilla, etc.
  xmlhttp=new XMLHttpRequest();
  }
else if (window.ActiveXObject)
  {// code for IE5, IE6
  xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
  }
if (xmlhttp!=null)
  {
  xmlhttp.onreadystatechange=onResponse;
  xmlhttp.open("GET",url + extn + randm,true);
  xmlhttp.send(null);
  }
else
  {
  alert("Your browser does not support this feature. Please get a newer browser.");
  }
}

function onResponse()
{
if(xmlhttp.readyState!=4) return;
if(xmlhttp.status!=200)
  {
  alert("Problem retrieving game data");
  return;
  }

x_takimA=xmlhttp.responseXML.documentElement.getElementsByTagName("takimA");
x_takimB=xmlhttp.responseXML.documentElement.getElementsByTagName("takimB");
x_macurl=xmlhttp.responseXML.documentElement.getElementsByTagName("macurl");
x_dakika=xmlhttp.responseXML.documentElement.getElementsByTagName("dakika");
x_saniye=xmlhttp.responseXML.documentElement.getElementsByTagName("saniye");
x_noA01=xmlhttp.responseXML.documentElement.getElementsByTagName("noA01");
x_noA02=xmlhttp.responseXML.documentElement.getElementsByTagName("noA02");
x_noA03=xmlhttp.responseXML.documentElement.getElementsByTagName("noA03");
x_noA04=xmlhttp.responseXML.documentElement.getElementsByTagName("noA04");
x_noA05=xmlhttp.responseXML.documentElement.getElementsByTagName("noA05");
x_noA06=xmlhttp.responseXML.documentElement.getElementsByTagName("noA06");
x_noA07=xmlhttp.responseXML.documentElement.getElementsByTagName("noA07");
x_noA08=xmlhttp.responseXML.documentElement.getElementsByTagName("noA08");
x_noA09=xmlhttp.responseXML.documentElement.getElementsByTagName("noA09");
x_noA10=xmlhttp.responseXML.documentElement.getElementsByTagName("noA10");
x_noA11=xmlhttp.responseXML.documentElement.getElementsByTagName("noA11");
x_noA12=xmlhttp.responseXML.documentElement.getElementsByTagName("noA12");
x_noA13=xmlhttp.responseXML.documentElement.getElementsByTagName("noA13");
x_noA14=xmlhttp.responseXML.documentElement.getElementsByTagName("noA14");
x_noA15=xmlhttp.responseXML.documentElement.getElementsByTagName("noA15");
x_noA16=xmlhttp.responseXML.documentElement.getElementsByTagName("noA16");
x_noA17=xmlhttp.responseXML.documentElement.getElementsByTagName("noA17");
x_noA18=xmlhttp.responseXML.documentElement.getElementsByTagName("noA18");
x_noB01=xmlhttp.responseXML.documentElement.getElementsByTagName("noB01");
x_noB02=xmlhttp.responseXML.documentElement.getElementsByTagName("noB02");
x_noB03=xmlhttp.responseXML.documentElement.getElementsByTagName("noB03");
x_noB04=xmlhttp.responseXML.documentElement.getElementsByTagName("noB04");
x_noB05=xmlhttp.responseXML.documentElement.getElementsByTagName("noB05");
x_noB06=xmlhttp.responseXML.documentElement.getElementsByTagName("noB06");
x_noB07=xmlhttp.responseXML.documentElement.getElementsByTagName("noB07");
x_noB08=xmlhttp.responseXML.documentElement.getElementsByTagName("noB08");
x_noB09=xmlhttp.responseXML.documentElement.getElementsByTagName("noB09");
x_noB10=xmlhttp.responseXML.documentElement.getElementsByTagName("noB10");
x_noB11=xmlhttp.responseXML.documentElement.getElementsByTagName("noB11");
x_noB12=xmlhttp.responseXML.documentElement.getElementsByTagName("noB12");
x_noB13=xmlhttp.responseXML.documentElement.getElementsByTagName("noB13");
x_noB14=xmlhttp.responseXML.documentElement.getElementsByTagName("noB14");
x_noB15=xmlhttp.responseXML.documentElement.getElementsByTagName("noB15");
x_noB16=xmlhttp.responseXML.documentElement.getElementsByTagName("noB16");
x_noB17=xmlhttp.responseXML.documentElement.getElementsByTagName("noB17");
x_noB18=xmlhttp.responseXML.documentElement.getElementsByTagName("noB18");
x_nameA01=xmlhttp.responseXML.documentElement.getElementsByTagName("nameA01");
x_nameA02=xmlhttp.responseXML.documentElement.getElementsByTagName("nameA02");
x_nameA03=xmlhttp.responseXML.documentElement.getElementsByTagName("nameA03");
x_nameA04=xmlhttp.responseXML.documentElement.getElementsByTagName("nameA04");
x_nameA05=xmlhttp.responseXML.documentElement.getElementsByTagName("nameA05");
x_nameA06=xmlhttp.responseXML.documentElement.getElementsByTagName("nameA06");
x_nameA07=xmlhttp.responseXML.documentElement.getElementsByTagName("nameA07");
x_nameA08=xmlhttp.responseXML.documentElement.getElementsByTagName("nameA08");
x_nameA09=xmlhttp.responseXML.documentElement.getElementsByTagName("nameA09");
x_nameA10=xmlhttp.responseXML.documentElement.getElementsByTagName("nameA10");
x_nameA11=xmlhttp.responseXML.documentElement.getElementsByTagName("nameA11");
x_nameA12=xmlhttp.responseXML.documentElement.getElementsByTagName("nameA12");
x_nameA13=xmlhttp.responseXML.documentElement.getElementsByTagName("nameA13");
x_nameA14=xmlhttp.responseXML.documentElement.getElementsByTagName("nameA14");
x_nameA15=xmlhttp.responseXML.documentElement.getElementsByTagName("nameA15");
x_nameA16=xmlhttp.responseXML.documentElement.getElementsByTagName("nameA16");
x_nameA17=xmlhttp.responseXML.documentElement.getElementsByTagName("nameA17");
x_nameA18=xmlhttp.responseXML.documentElement.getElementsByTagName("nameA18");
x_nameB01=xmlhttp.responseXML.documentElement.getElementsByTagName("nameB01");
x_nameB02=xmlhttp.responseXML.documentElement.getElementsByTagName("nameB02");
x_nameB03=xmlhttp.responseXML.documentElement.getElementsByTagName("nameB03");
x_nameB04=xmlhttp.responseXML.documentElement.getElementsByTagName("nameB04");
x_nameB05=xmlhttp.responseXML.documentElement.getElementsByTagName("nameB05");
x_nameB06=xmlhttp.responseXML.documentElement.getElementsByTagName("nameB06");
x_nameB07=xmlhttp.responseXML.documentElement.getElementsByTagName("nameB07");
x_nameB08=xmlhttp.responseXML.documentElement.getElementsByTagName("nameB08");
x_nameB09=xmlhttp.responseXML.documentElement.getElementsByTagName("nameB09");
x_nameB10=xmlhttp.responseXML.documentElement.getElementsByTagName("nameB10");
x_nameB11=xmlhttp.responseXML.documentElement.getElementsByTagName("nameB11");
x_nameB12=xmlhttp.responseXML.documentElement.getElementsByTagName("nameB12");
x_nameB13=xmlhttp.responseXML.documentElement.getElementsByTagName("nameB13");
x_nameB14=xmlhttp.responseXML.documentElement.getElementsByTagName("nameB14");
x_nameB15=xmlhttp.responseXML.documentElement.getElementsByTagName("nameB15");
x_nameB16=xmlhttp.responseXML.documentElement.getElementsByTagName("nameB16");
x_nameB17=xmlhttp.responseXML.documentElement.getElementsByTagName("nameB17");
x_nameB18=xmlhttp.responseXML.documentElement.getElementsByTagName("nameB18");
x_golA=xmlhttp.responseXML.documentElement.getElementsByTagName("golA");
x_golB=xmlhttp.responseXML.documentElement.getElementsByTagName("golB");
x_golculerA=xmlhttp.responseXML.documentElement.getElementsByTagName("golculerA");
x_golculerB=xmlhttp.responseXML.documentElement.getElementsByTagName("golculerB");
x_yellowA01=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowA01");
x_yellowA02=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowA02");
x_yellowA03=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowA03");
x_yellowA04=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowA04");
x_yellowA05=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowA05");
x_yellowA06=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowA06");
x_yellowA07=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowA07");
x_yellowA08=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowA08");
x_yellowA09=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowA09");
x_yellowA10=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowA10");
x_yellowA11=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowA11");
x_yellowA12=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowA12");
x_yellowA13=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowA13");
x_yellowA14=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowA14");
x_yellowA15=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowA15");
x_yellowA16=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowA16");
x_yellowA17=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowA17");
x_yellowA18=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowA18");
x_yellowB01=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowB01");
x_yellowB02=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowB02");
x_yellowB03=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowB03");
x_yellowB04=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowB04");
x_yellowB05=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowB05");
x_yellowB06=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowB06");
x_yellowB07=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowB07");
x_yellowB08=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowB08");
x_yellowB09=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowB09");
x_yellowB10=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowB10");
x_yellowB11=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowB11");
x_yellowB12=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowB12");
x_yellowB13=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowB13");
x_yellowB14=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowB14");
x_yellowB15=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowB15");
x_yellowB16=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowB16");
x_yellowB17=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowB17");
x_yellowB18=xmlhttp.responseXML.documentElement.getElementsByTagName("yellowB18");
x_redA01=xmlhttp.responseXML.documentElement.getElementsByTagName("redA01");
x_redA02=xmlhttp.responseXML.documentElement.getElementsByTagName("redA02");
x_redA03=xmlhttp.responseXML.documentElement.getElementsByTagName("redA03");
x_redA04=xmlhttp.responseXML.documentElement.getElementsByTagName("redA04");
x_redA05=xmlhttp.responseXML.documentElement.getElementsByTagName("redA05");
x_redA06=xmlhttp.responseXML.documentElement.getElementsByTagName("redA06");
x_redA07=xmlhttp.responseXML.documentElement.getElementsByTagName("redA07");
x_redA08=xmlhttp.responseXML.documentElement.getElementsByTagName("redA08");
x_redA09=xmlhttp.responseXML.documentElement.getElementsByTagName("redA09");
x_redA10=xmlhttp.responseXML.documentElement.getElementsByTagName("redA10");
x_redA11=xmlhttp.responseXML.documentElement.getElementsByTagName("redA11");
x_redA12=xmlhttp.responseXML.documentElement.getElementsByTagName("redA12");
x_redA13=xmlhttp.responseXML.documentElement.getElementsByTagName("redA13");
x_redA14=xmlhttp.responseXML.documentElement.getElementsByTagName("redA14");
x_redA15=xmlhttp.responseXML.documentElement.getElementsByTagName("redA15");
x_redA16=xmlhttp.responseXML.documentElement.getElementsByTagName("redA16");
x_redA17=xmlhttp.responseXML.documentElement.getElementsByTagName("redA17");
x_redA18=xmlhttp.responseXML.documentElement.getElementsByTagName("redA18");
x_redB01=xmlhttp.responseXML.documentElement.getElementsByTagName("redB01");
x_redB02=xmlhttp.responseXML.documentElement.getElementsByTagName("redB02");
x_redB03=xmlhttp.responseXML.documentElement.getElementsByTagName("redB03");
x_redB04=xmlhttp.responseXML.documentElement.getElementsByTagName("redB04");
x_redB05=xmlhttp.responseXML.documentElement.getElementsByTagName("redB05");
x_redB06=xmlhttp.responseXML.documentElement.getElementsByTagName("redB06");
x_redB07=xmlhttp.responseXML.documentElement.getElementsByTagName("redB07");
x_redB08=xmlhttp.responseXML.documentElement.getElementsByTagName("redB08");
x_redB09=xmlhttp.responseXML.documentElement.getElementsByTagName("redB09");
x_redB10=xmlhttp.responseXML.documentElement.getElementsByTagName("redB10");
x_redB11=xmlhttp.responseXML.documentElement.getElementsByTagName("redB11");
x_redB12=xmlhttp.responseXML.documentElement.getElementsByTagName("redB12");
x_redB13=xmlhttp.responseXML.documentElement.getElementsByTagName("redB13");
x_redB14=xmlhttp.responseXML.documentElement.getElementsByTagName("redB14");
x_redB15=xmlhttp.responseXML.documentElement.getElementsByTagName("redB15");
x_redB16=xmlhttp.responseXML.documentElement.getElementsByTagName("redB16");
x_redB17=xmlhttp.responseXML.documentElement.getElementsByTagName("redB17");
x_redB18=xmlhttp.responseXML.documentElement.getElementsByTagName("redB18");
x_swapA01=xmlhttp.responseXML.documentElement.getElementsByTagName("swapA01");
x_swapA02=xmlhttp.responseXML.documentElement.getElementsByTagName("swapA02");
x_swapA03=xmlhttp.responseXML.documentElement.getElementsByTagName("swapA03");
x_swapA04=xmlhttp.responseXML.documentElement.getElementsByTagName("swapA04");
x_swapA05=xmlhttp.responseXML.documentElement.getElementsByTagName("swapA05");
x_swapA06=xmlhttp.responseXML.documentElement.getElementsByTagName("swapA06");
x_swapA07=xmlhttp.responseXML.documentElement.getElementsByTagName("swapA07");
x_swapA08=xmlhttp.responseXML.documentElement.getElementsByTagName("swapA08");
x_swapA09=xmlhttp.responseXML.documentElement.getElementsByTagName("swapA09");
x_swapA10=xmlhttp.responseXML.documentElement.getElementsByTagName("swapA10");
x_swapA11=xmlhttp.responseXML.documentElement.getElementsByTagName("swapA11");
x_swapA12=xmlhttp.responseXML.documentElement.getElementsByTagName("swapA12");
x_swapA13=xmlhttp.responseXML.documentElement.getElementsByTagName("swapA13");
x_swapA14=xmlhttp.responseXML.documentElement.getElementsByTagName("swapA14");
x_swapA15=xmlhttp.responseXML.documentElement.getElementsByTagName("swapA15");
x_swapA16=xmlhttp.responseXML.documentElement.getElementsByTagName("swapA16");
x_swapA17=xmlhttp.responseXML.documentElement.getElementsByTagName("swapA17");
x_swapA18=xmlhttp.responseXML.documentElement.getElementsByTagName("swapA18");
x_swapB01=xmlhttp.responseXML.documentElement.getElementsByTagName("swapB01");
x_swapB02=xmlhttp.responseXML.documentElement.getElementsByTagName("swapB02");
x_swapB03=xmlhttp.responseXML.documentElement.getElementsByTagName("swapB03");
x_swapB04=xmlhttp.responseXML.documentElement.getElementsByTagName("swapB04");
x_swapB05=xmlhttp.responseXML.documentElement.getElementsByTagName("swapB05");
x_swapB06=xmlhttp.responseXML.documentElement.getElementsByTagName("swapB06");
x_swapB07=xmlhttp.responseXML.documentElement.getElementsByTagName("swapB07");
x_swapB08=xmlhttp.responseXML.documentElement.getElementsByTagName("swapB08");
x_swapB09=xmlhttp.responseXML.documentElement.getElementsByTagName("swapB09");
x_swapB10=xmlhttp.responseXML.documentElement.getElementsByTagName("swapB10");
x_swapB11=xmlhttp.responseXML.documentElement.getElementsByTagName("swapB11");
x_swapB12=xmlhttp.responseXML.documentElement.getElementsByTagName("swapB12");
x_swapB13=xmlhttp.responseXML.documentElement.getElementsByTagName("swapB13");
x_swapB14=xmlhttp.responseXML.documentElement.getElementsByTagName("swapB14");
x_swapB15=xmlhttp.responseXML.documentElement.getElementsByTagName("swapB15");
x_swapB16=xmlhttp.responseXML.documentElement.getElementsByTagName("swapB16");
x_swapB17=xmlhttp.responseXML.documentElement.getElementsByTagName("swapB17");
x_swapB18=xmlhttp.responseXML.documentElement.getElementsByTagName("swapB18");

txt_takimA=x_takimA[0].firstChild.nodeValue;
txt_takimB=x_takimB[0].firstChild.nodeValue;
txt_macurl=x_macurl[0].firstChild.nodeValue;
txt_dakika=x_dakika[0].firstChild.nodeValue;
txt_saniye=x_saniye[0].firstChild.nodeValue;
txt_noA01=x_noA01[0].firstChild.nodeValue;
txt_noA02=x_noA02[0].firstChild.nodeValue;
txt_noA03=x_noA03[0].firstChild.nodeValue;
txt_noA04=x_noA04[0].firstChild.nodeValue;
txt_noA05=x_noA05[0].firstChild.nodeValue;
txt_noA06=x_noA06[0].firstChild.nodeValue;
txt_noA07=x_noA07[0].firstChild.nodeValue;
txt_noA08=x_noA08[0].firstChild.nodeValue;
txt_noA09=x_noA09[0].firstChild.nodeValue;
txt_noA10=x_noA10[0].firstChild.nodeValue;
txt_noA11=x_noA11[0].firstChild.nodeValue;
txt_noA12=x_noA12[0].firstChild.nodeValue;
txt_noA13=x_noA13[0].firstChild.nodeValue;
txt_noA14=x_noA14[0].firstChild.nodeValue;
txt_noA15=x_noA15[0].firstChild.nodeValue;
txt_noA16=x_noA16[0].firstChild.nodeValue;
txt_noA17=x_noA17[0].firstChild.nodeValue;
txt_noA18=x_noA18[0].firstChild.nodeValue;
txt_noB01=x_noB01[0].firstChild.nodeValue;
txt_noB02=x_noB02[0].firstChild.nodeValue;
txt_noB03=x_noB03[0].firstChild.nodeValue;
txt_noB04=x_noB04[0].firstChild.nodeValue;
txt_noB05=x_noB05[0].firstChild.nodeValue;
txt_noB06=x_noB06[0].firstChild.nodeValue;
txt_noB07=x_noB07[0].firstChild.nodeValue;
txt_noB08=x_noB08[0].firstChild.nodeValue;
txt_noB09=x_noB09[0].firstChild.nodeValue;
txt_noB10=x_noB10[0].firstChild.nodeValue;
txt_noB11=x_noB11[0].firstChild.nodeValue;
txt_noB12=x_noB12[0].firstChild.nodeValue;
txt_noB13=x_noB13[0].firstChild.nodeValue;
txt_noB14=x_noB14[0].firstChild.nodeValue;
txt_noB15=x_noB15[0].firstChild.nodeValue;
txt_noB16=x_noB16[0].firstChild.nodeValue;
txt_noB17=x_noB17[0].firstChild.nodeValue;
txt_noB18=x_noB18[0].firstChild.nodeValue;
txt_nameA01=x_nameA01[0].firstChild.nodeValue;
txt_nameA02=x_nameA02[0].firstChild.nodeValue;
txt_nameA03=x_nameA03[0].firstChild.nodeValue;
txt_nameA04=x_nameA04[0].firstChild.nodeValue;
txt_nameA05=x_nameA05[0].firstChild.nodeValue;
txt_nameA06=x_nameA06[0].firstChild.nodeValue;
txt_nameA07=x_nameA07[0].firstChild.nodeValue;
txt_nameA08=x_nameA08[0].firstChild.nodeValue;
txt_nameA09=x_nameA09[0].firstChild.nodeValue;
txt_nameA10=x_nameA10[0].firstChild.nodeValue;
txt_nameA11=x_nameA11[0].firstChild.nodeValue;
txt_nameA12=x_nameA12[0].firstChild.nodeValue;
txt_nameA13=x_nameA13[0].firstChild.nodeValue;
txt_nameA14=x_nameA14[0].firstChild.nodeValue;
txt_nameA15=x_nameA15[0].firstChild.nodeValue;
txt_nameA16=x_nameA16[0].firstChild.nodeValue;
txt_nameA17=x_nameA17[0].firstChild.nodeValue;
txt_nameA18=x_nameA18[0].firstChild.nodeValue;
txt_nameB01=x_nameB01[0].firstChild.nodeValue;
txt_nameB02=x_nameB02[0].firstChild.nodeValue;
txt_nameB03=x_nameB03[0].firstChild.nodeValue;
txt_nameB04=x_nameB04[0].firstChild.nodeValue;
txt_nameB05=x_nameB05[0].firstChild.nodeValue;
txt_nameB06=x_nameB06[0].firstChild.nodeValue;
txt_nameB07=x_nameB07[0].firstChild.nodeValue;
txt_nameB08=x_nameB08[0].firstChild.nodeValue;
txt_nameB09=x_nameB09[0].firstChild.nodeValue;
txt_nameB10=x_nameB10[0].firstChild.nodeValue;
txt_nameB11=x_nameB11[0].firstChild.nodeValue;
txt_nameB12=x_nameB12[0].firstChild.nodeValue;
txt_nameB13=x_nameB13[0].firstChild.nodeValue;
txt_nameB14=x_nameB14[0].firstChild.nodeValue;
txt_nameB15=x_nameB15[0].firstChild.nodeValue;
txt_nameB16=x_nameB16[0].firstChild.nodeValue;
txt_nameB17=x_nameB17[0].firstChild.nodeValue;
txt_nameB18=x_nameB18[0].firstChild.nodeValue;
txt_golA=x_golA[0].firstChild.nodeValue;
txt_golB=x_golB[0].firstChild.nodeValue;
txt_golculerA=x_golculerA[0].firstChild.nodeValue;
txt_golculerB=x_golculerB[0].firstChild.nodeValue;
txt_yellowA01=x_yellowA01[0].firstChild.nodeValue;
txt_yellowA02=x_yellowA02[0].firstChild.nodeValue;
txt_yellowA03=x_yellowA03[0].firstChild.nodeValue;
txt_yellowA04=x_yellowA04[0].firstChild.nodeValue;
txt_yellowA05=x_yellowA05[0].firstChild.nodeValue;
txt_yellowA06=x_yellowA06[0].firstChild.nodeValue;
txt_yellowA07=x_yellowA07[0].firstChild.nodeValue;
txt_yellowA08=x_yellowA08[0].firstChild.nodeValue;
txt_yellowA09=x_yellowA09[0].firstChild.nodeValue;
txt_yellowA10=x_yellowA10[0].firstChild.nodeValue;
txt_yellowA11=x_yellowA11[0].firstChild.nodeValue;
txt_yellowA12=x_yellowA12[0].firstChild.nodeValue;
txt_yellowA13=x_yellowA13[0].firstChild.nodeValue;
txt_yellowA14=x_yellowA14[0].firstChild.nodeValue;
txt_yellowA15=x_yellowA15[0].firstChild.nodeValue;
txt_yellowA16=x_yellowA16[0].firstChild.nodeValue;
txt_yellowA17=x_yellowA17[0].firstChild.nodeValue;
txt_yellowA18=x_yellowA18[0].firstChild.nodeValue;
txt_yellowB01=x_yellowB01[0].firstChild.nodeValue;
txt_yellowB02=x_yellowB02[0].firstChild.nodeValue;
txt_yellowB03=x_yellowB03[0].firstChild.nodeValue;
txt_yellowB04=x_yellowB04[0].firstChild.nodeValue;
txt_yellowB05=x_yellowB05[0].firstChild.nodeValue;
txt_yellowB06=x_yellowB06[0].firstChild.nodeValue;
txt_yellowB07=x_yellowB07[0].firstChild.nodeValue;
txt_yellowB08=x_yellowB08[0].firstChild.nodeValue;
txt_yellowB09=x_yellowB09[0].firstChild.nodeValue;
txt_yellowB10=x_yellowB10[0].firstChild.nodeValue;
txt_yellowB11=x_yellowB11[0].firstChild.nodeValue;
txt_yellowB12=x_yellowB12[0].firstChild.nodeValue;
txt_yellowB13=x_yellowB13[0].firstChild.nodeValue;
txt_yellowB14=x_yellowB14[0].firstChild.nodeValue;
txt_yellowB15=x_yellowB15[0].firstChild.nodeValue;
txt_yellowB16=x_yellowB16[0].firstChild.nodeValue;
txt_yellowB17=x_yellowB17[0].firstChild.nodeValue;
txt_yellowB18=x_yellowB18[0].firstChild.nodeValue;
txt_redA01=x_redA01[0].firstChild.nodeValue;
txt_redA02=x_redA02[0].firstChild.nodeValue;
txt_redA03=x_redA03[0].firstChild.nodeValue;
txt_redA04=x_redA04[0].firstChild.nodeValue;
txt_redA05=x_redA05[0].firstChild.nodeValue;
txt_redA06=x_redA06[0].firstChild.nodeValue;
txt_redA07=x_redA07[0].firstChild.nodeValue;
txt_redA08=x_redA08[0].firstChild.nodeValue;
txt_redA09=x_redA09[0].firstChild.nodeValue;
txt_redA10=x_redA10[0].firstChild.nodeValue;
txt_redA11=x_redA11[0].firstChild.nodeValue;
txt_redA12=x_redA12[0].firstChild.nodeValue;
txt_redA13=x_redA13[0].firstChild.nodeValue;
txt_redA14=x_redA14[0].firstChild.nodeValue;
txt_redA15=x_redA15[0].firstChild.nodeValue;
txt_redA16=x_redA16[0].firstChild.nodeValue;
txt_redA17=x_redA17[0].firstChild.nodeValue;
txt_redA18=x_redA18[0].firstChild.nodeValue;
txt_redB01=x_redB01[0].firstChild.nodeValue;
txt_redB02=x_redB02[0].firstChild.nodeValue;
txt_redB03=x_redB03[0].firstChild.nodeValue;
txt_redB04=x_redB04[0].firstChild.nodeValue;
txt_redB05=x_redB05[0].firstChild.nodeValue;
txt_redB06=x_redB06[0].firstChild.nodeValue;
txt_redB07=x_redB07[0].firstChild.nodeValue;
txt_redB08=x_redB08[0].firstChild.nodeValue;
txt_redB09=x_redB09[0].firstChild.nodeValue;
txt_redB10=x_redB10[0].firstChild.nodeValue;
txt_redB11=x_redB11[0].firstChild.nodeValue;
txt_redB12=x_redB12[0].firstChild.nodeValue;
txt_redB13=x_redB13[0].firstChild.nodeValue;
txt_redB14=x_redB14[0].firstChild.nodeValue;
txt_redB15=x_redB15[0].firstChild.nodeValue;
txt_redB16=x_redB16[0].firstChild.nodeValue;
txt_redB17=x_redB17[0].firstChild.nodeValue;
txt_redB18=x_redB18[0].firstChild.nodeValue;
txt_swapA01=x_swapA01[0].firstChild.nodeValue;
txt_swapA02=x_swapA02[0].firstChild.nodeValue;
txt_swapA03=x_swapA03[0].firstChild.nodeValue;
txt_swapA04=x_swapA04[0].firstChild.nodeValue;
txt_swapA05=x_swapA05[0].firstChild.nodeValue;
txt_swapA06=x_swapA06[0].firstChild.nodeValue;
txt_swapA07=x_swapA07[0].firstChild.nodeValue;
txt_swapA08=x_swapA08[0].firstChild.nodeValue;
txt_swapA09=x_swapA09[0].firstChild.nodeValue;
txt_swapA10=x_swapA10[0].firstChild.nodeValue;
txt_swapA11=x_swapA11[0].firstChild.nodeValue;
txt_swapA12=x_swapA12[0].firstChild.nodeValue;
txt_swapA13=x_swapA13[0].firstChild.nodeValue;
txt_swapA14=x_swapA14[0].firstChild.nodeValue;
txt_swapA15=x_swapA15[0].firstChild.nodeValue;
txt_swapA16=x_swapA16[0].firstChild.nodeValue;
txt_swapA17=x_swapA17[0].firstChild.nodeValue;
txt_swapA18=x_swapA18[0].firstChild.nodeValue;
txt_swapB01=x_swapB01[0].firstChild.nodeValue;
txt_swapB02=x_swapB02[0].firstChild.nodeValue;
txt_swapB03=x_swapB03[0].firstChild.nodeValue;
txt_swapB04=x_swapB04[0].firstChild.nodeValue;
txt_swapB05=x_swapB05[0].firstChild.nodeValue;
txt_swapB06=x_swapB06[0].firstChild.nodeValue;
txt_swapB07=x_swapB07[0].firstChild.nodeValue;
txt_swapB08=x_swapB08[0].firstChild.nodeValue;
txt_swapB09=x_swapB09[0].firstChild.nodeValue;
txt_swapB10=x_swapB10[0].firstChild.nodeValue;
txt_swapB11=x_swapB11[0].firstChild.nodeValue;
txt_swapB12=x_swapB12[0].firstChild.nodeValue;
txt_swapB13=x_swapB13[0].firstChild.nodeValue;
txt_swapB14=x_swapB14[0].firstChild.nodeValue;
txt_swapB15=x_swapB15[0].firstChild.nodeValue;
txt_swapB16=x_swapB16[0].firstChild.nodeValue;
txt_swapB17=x_swapB17[0].firstChild.nodeValue;
txt_swapB18=x_swapB18[0].firstChild.nodeValue;

var imgpath = "http://www.turkishmedia.com/images/superlig/";
mod_logoA = "<img vspace=5 hspace=5 width=70 height=70 src='" + imgpath + "l_" + txt_takimA + ".gif'>";
mod_logoB = "<img vspace=5 hspace=5 width=70 height=70 src='" + imgpath + "l_" + txt_takimB + ".gif'>";

mod_macurl = "<iframe width=290 style=background-color:#FFFFFF; height=395 src=" + txt_macurl + "/anlatim.htm frameborder=0></iframe>";

if (txt_golculerA == "zzz") { var mod_golculerA = " "; } else { var mod_golculerA = txt_golculerA; }
if (txt_golculerB == "zzz") { var mod_golculerB = " "; } else { var mod_golculerB = txt_golculerB; }
if (txt_yellowA01 == "zzz") { var mod_yellowA01 = " "; } else { var mod_yellowA01 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowA01; }
if (txt_yellowA02 == "zzz") { var mod_yellowA02 = " "; } else { var mod_yellowA02 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowA02; }
if (txt_yellowA03 == "zzz") { var mod_yellowA03 = " "; } else { var mod_yellowA03 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowA03; }
if (txt_yellowA04 == "zzz") { var mod_yellowA04 = " "; } else { var mod_yellowA04 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowA04; }
if (txt_yellowA05 == "zzz") { var mod_yellowA05 = " "; } else { var mod_yellowA05 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowA05; }
if (txt_yellowA06 == "zzz") { var mod_yellowA06 = " "; } else { var mod_yellowA06 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowA06; }
if (txt_yellowA07 == "zzz") { var mod_yellowA07 = " "; } else { var mod_yellowA07 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowA07; }
if (txt_yellowA08 == "zzz") { var mod_yellowA08 = " "; } else { var mod_yellowA08 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowA08; }
if (txt_yellowA09 == "zzz") { var mod_yellowA09 = " "; } else { var mod_yellowA09 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowA09; }
if (txt_yellowA10 == "zzz") { var mod_yellowA10 = " "; } else { var mod_yellowA10 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowA10; }
if (txt_yellowA11 == "zzz") { var mod_yellowA11 = " "; } else { var mod_yellowA11 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowA11; }
if (txt_yellowA12 == "zzz") { var mod_yellowA12 = " "; } else { var mod_yellowA12 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowA12; }
if (txt_yellowA13 == "zzz") { var mod_yellowA13 = " "; } else { var mod_yellowA13 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowA13; }
if (txt_yellowA14 == "zzz") { var mod_yellowA14 = " "; } else { var mod_yellowA14 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowA14; }
if (txt_yellowA15 == "zzz") { var mod_yellowA15 = " "; } else { var mod_yellowA15 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowA15; }
if (txt_yellowA16 == "zzz") { var mod_yellowA16 = " "; } else { var mod_yellowA16 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowA16; }
if (txt_yellowA17 == "zzz") { var mod_yellowA17 = " "; } else { var mod_yellowA17 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowA17; }
if (txt_yellowA18 == "zzz") { var mod_yellowA18 = " "; } else { var mod_yellowA18 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowA18; }
if (txt_yellowB01 == "zzz") { var mod_yellowB01 = " "; } else { var mod_yellowB01 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowB01; }
if (txt_yellowB02 == "zzz") { var mod_yellowB02 = " "; } else { var mod_yellowB02 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowB02; }
if (txt_yellowB03 == "zzz") { var mod_yellowB03 = " "; } else { var mod_yellowB03 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowB03; }
if (txt_yellowB04 == "zzz") { var mod_yellowB04 = " "; } else { var mod_yellowB04 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowB04; }
if (txt_yellowB05 == "zzz") { var mod_yellowB05 = " "; } else { var mod_yellowB05 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowB05; }
if (txt_yellowB06 == "zzz") { var mod_yellowB06 = " "; } else { var mod_yellowB06 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowB06; }
if (txt_yellowB07 == "zzz") { var mod_yellowB07 = " "; } else { var mod_yellowB07 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowB07; }
if (txt_yellowB08 == "zzz") { var mod_yellowB08 = " "; } else { var mod_yellowB08 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowB08; }
if (txt_yellowB09 == "zzz") { var mod_yellowB09 = " "; } else { var mod_yellowB09 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowB09; }
if (txt_yellowB10 == "zzz") { var mod_yellowB10 = " "; } else { var mod_yellowB10 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowB10; }
if (txt_yellowB11 == "zzz") { var mod_yellowB11 = " "; } else { var mod_yellowB11 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowB11; }
if (txt_yellowB12 == "zzz") { var mod_yellowB12 = " "; } else { var mod_yellowB12 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowB12; }
if (txt_yellowB13 == "zzz") { var mod_yellowB13 = " "; } else { var mod_yellowB13 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowB13; }
if (txt_yellowB14 == "zzz") { var mod_yellowB14 = " "; } else { var mod_yellowB14 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowB14; }
if (txt_yellowB15 == "zzz") { var mod_yellowB15 = " "; } else { var mod_yellowB15 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowB15; }
if (txt_yellowB16 == "zzz") { var mod_yellowB16 = " "; } else { var mod_yellowB16 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowB16; }
if (txt_yellowB17 == "zzz") { var mod_yellowB17 = " "; } else { var mod_yellowB17 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowB17; }
if (txt_yellowB18 == "zzz") { var mod_yellowB18 = " "; } else { var mod_yellowB18 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "yellow.gif>" + txt_yellowB18; }
if (txt_redA01 == "zzz") { var mod_redA01 = " "; } else { var mod_redA01 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redA01; }
if (txt_redA02 == "zzz") { var mod_redA02 = " "; } else { var mod_redA02 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redA02; }
if (txt_redA03 == "zzz") { var mod_redA03 = " "; } else { var mod_redA03 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redA03; }
if (txt_redA04 == "zzz") { var mod_redA04 = " "; } else { var mod_redA04 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redA04; }
if (txt_redA05 == "zzz") { var mod_redA05 = " "; } else { var mod_redA05 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redA05; }
if (txt_redA06 == "zzz") { var mod_redA06 = " "; } else { var mod_redA06 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redA06; }
if (txt_redA07 == "zzz") { var mod_redA07 = " "; } else { var mod_redA07 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redA07; }
if (txt_redA08 == "zzz") { var mod_redA08 = " "; } else { var mod_redA08 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redA08; }
if (txt_redA09 == "zzz") { var mod_redA09 = " "; } else { var mod_redA09 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redA09; }
if (txt_redA10 == "zzz") { var mod_redA10 = " "; } else { var mod_redA10 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redA10; }
if (txt_redA11 == "zzz") { var mod_redA11 = " "; } else { var mod_redA11 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redA11; }
if (txt_redA12 == "zzz") { var mod_redA12 = " "; } else { var mod_redA12 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redA12; }
if (txt_redA13 == "zzz") { var mod_redA13 = " "; } else { var mod_redA13 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redA13; }
if (txt_redA14 == "zzz") { var mod_redA14 = " "; } else { var mod_redA14 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redA14; }
if (txt_redA15 == "zzz") { var mod_redA15 = " "; } else { var mod_redA15 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redA15; }
if (txt_redA16 == "zzz") { var mod_redA16 = " "; } else { var mod_redA16 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redA16; }
if (txt_redA17 == "zzz") { var mod_redA17 = " "; } else { var mod_redA17 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redA17; }
if (txt_redA18 == "zzz") { var mod_redA18 = " "; } else { var mod_redA18 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redA18; }
if (txt_redB01 == "zzz") { var mod_redB01 = " "; } else { var mod_redB01 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redB01; }
if (txt_redB02 == "zzz") { var mod_redB02 = " "; } else { var mod_redB02 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redB02; }
if (txt_redB03 == "zzz") { var mod_redB03 = " "; } else { var mod_redB03 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redB03; }
if (txt_redB04 == "zzz") { var mod_redB04 = " "; } else { var mod_redB04 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redB04; }
if (txt_redB05 == "zzz") { var mod_redB05 = " "; } else { var mod_redB05 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redB05; }
if (txt_redB06 == "zzz") { var mod_redB06 = " "; } else { var mod_redB06 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redB06; }
if (txt_redB07 == "zzz") { var mod_redB07 = " "; } else { var mod_redB07 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redB07; }
if (txt_redB08 == "zzz") { var mod_redB08 = " "; } else { var mod_redB08 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redB08; }
if (txt_redB09 == "zzz") { var mod_redB09 = " "; } else { var mod_redB09 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redB09; }
if (txt_redB10 == "zzz") { var mod_redB10 = " "; } else { var mod_redB10 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redB10; }
if (txt_redB11 == "zzz") { var mod_redB11 = " "; } else { var mod_redB11 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redB11; }
if (txt_redB12 == "zzz") { var mod_redB12 = " "; } else { var mod_redB12 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redB12; }
if (txt_redB13 == "zzz") { var mod_redB13 = " "; } else { var mod_redB13 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redB13; }
if (txt_redB14 == "zzz") { var mod_redB14 = " "; } else { var mod_redB14 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redB14; }
if (txt_redB15 == "zzz") { var mod_redB15 = " "; } else { var mod_redB15 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redB15; }
if (txt_redB16 == "zzz") { var mod_redB16 = " "; } else { var mod_redB16 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redB16; }
if (txt_redB17 == "zzz") { var mod_redB17 = " "; } else { var mod_redB17 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redB17; }
if (txt_redB18 == "zzz") { var mod_redB18 = " "; } else { var mod_redB18 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "red.gif>" + txt_redB18; }
if (txt_swapA01 == "zzz") { var mod_swapA01 = " "; } else { var mod_swapA01 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapA01; }
if (txt_swapA02 == "zzz") { var mod_swapA02 = " "; } else { var mod_swapA02 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapA02; }
if (txt_swapA03 == "zzz") { var mod_swapA03 = " "; } else { var mod_swapA03 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapA03; }
if (txt_swapA04 == "zzz") { var mod_swapA04 = " "; } else { var mod_swapA04 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapA04; }
if (txt_swapA05 == "zzz") { var mod_swapA05 = " "; } else { var mod_swapA05 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapA05; }
if (txt_swapA06 == "zzz") { var mod_swapA06 = " "; } else { var mod_swapA06 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapA06; }
if (txt_swapA07 == "zzz") { var mod_swapA07 = " "; } else { var mod_swapA07 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapA07; }
if (txt_swapA08 == "zzz") { var mod_swapA08 = " "; } else { var mod_swapA08 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapA08; }
if (txt_swapA09 == "zzz") { var mod_swapA09 = " "; } else { var mod_swapA09 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapA09; }
if (txt_swapA10 == "zzz") { var mod_swapA10 = " "; } else { var mod_swapA10 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapA10; }
if (txt_swapA11 == "zzz") { var mod_swapA11 = " "; } else { var mod_swapA11 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapA11; }
if (txt_swapA12 == "zzz") { var mod_swapA12 = " "; } else { var mod_swapA12 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapA12; }
if (txt_swapA13 == "zzz") { var mod_swapA13 = " "; } else { var mod_swapA13 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapA13; }
if (txt_swapA14 == "zzz") { var mod_swapA14 = " "; } else { var mod_swapA14 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapA14; }
if (txt_swapA15 == "zzz") { var mod_swapA15 = " "; } else { var mod_swapA15 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapA15; }
if (txt_swapA16 == "zzz") { var mod_swapA16 = " "; } else { var mod_swapA16 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapA16; }
if (txt_swapA17 == "zzz") { var mod_swapA17 = " "; } else { var mod_swapA17 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapA17; }
if (txt_swapA18 == "zzz") { var mod_swapA18 = " "; } else { var mod_swapA18 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapA18; }
if (txt_swapB01 == "zzz") { var mod_swapB01 = " "; } else { var mod_swapB01 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapB01; }
if (txt_swapB02 == "zzz") { var mod_swapB02 = " "; } else { var mod_swapB02 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapB02; }
if (txt_swapB03 == "zzz") { var mod_swapB03 = " "; } else { var mod_swapB03 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapB03; }
if (txt_swapB04 == "zzz") { var mod_swapB04 = " "; } else { var mod_swapB04 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapB04; }
if (txt_swapB05 == "zzz") { var mod_swapB05 = " "; } else { var mod_swapB05 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapB05; }
if (txt_swapB06 == "zzz") { var mod_swapB06 = " "; } else { var mod_swapB06 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapB06; }
if (txt_swapB07 == "zzz") { var mod_swapB07 = " "; } else { var mod_swapB07 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapB07; }
if (txt_swapB08 == "zzz") { var mod_swapB08 = " "; } else { var mod_swapB08 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapB08; }
if (txt_swapB09 == "zzz") { var mod_swapB09 = " "; } else { var mod_swapB09 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapB09; }
if (txt_swapB10 == "zzz") { var mod_swapB10 = " "; } else { var mod_swapB10 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapB10; }
if (txt_swapB11 == "zzz") { var mod_swapB11 = " "; } else { var mod_swapB11 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapB11; }
if (txt_swapB12 == "zzz") { var mod_swapB12 = " "; } else { var mod_swapB12 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapB12; }
if (txt_swapB13 == "zzz") { var mod_swapB13 = " "; } else { var mod_swapB13 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapB13; }
if (txt_swapB14 == "zzz") { var mod_swapB14 = " "; } else { var mod_swapB14 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapB14; }
if (txt_swapB15 == "zzz") { var mod_swapB15 = " "; } else { var mod_swapB15 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapB15; }
if (txt_swapB16 == "zzz") { var mod_swapB16 = " "; } else { var mod_swapB16 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapB16; }
if (txt_swapB17 == "zzz") { var mod_swapB17 = " "; } else { var mod_swapB17 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapB17; }
if (txt_swapB18 == "zzz") { var mod_swapB18 = " "; } else { var mod_swapB18 = "<img style=vertical-align:middle vspace=-2 hspace=2 src=" + imgpath + "swap.gif>" + txt_swapB18; }

if (txt_noA01 == "zzz") { var mod_noA01 = " "; } else { var mod_noA01 = txt_noA01; }
if (txt_noA02 == "zzz") { var mod_noA02 = " "; } else { var mod_noA02 = txt_noA02; }
if (txt_noA03 == "zzz") { var mod_noA03 = " "; } else { var mod_noA03 = txt_noA03; }
if (txt_noA04 == "zzz") { var mod_noA04 = " "; } else { var mod_noA04 = txt_noA04; }
if (txt_noA05 == "zzz") { var mod_noA05 = " "; } else { var mod_noA05 = txt_noA05; }
if (txt_noA06 == "zzz") { var mod_noA06 = " "; } else { var mod_noA06 = txt_noA06; }
if (txt_noA07 == "zzz") { var mod_noA07 = " "; } else { var mod_noA07 = txt_noA07; }
if (txt_noA08 == "zzz") { var mod_noA08 = " "; } else { var mod_noA08 = txt_noA08; }
if (txt_noA09 == "zzz") { var mod_noA09 = " "; } else { var mod_noA09 = txt_noA09; }
if (txt_noA10 == "zzz") { var mod_noA10 = " "; } else { var mod_noA10 = txt_noA10; }
if (txt_noA11 == "zzz") { var mod_noA11 = " "; } else { var mod_noA11 = txt_noA11; }
if (txt_noA12 == "zzz") { var mod_noA12 = " "; } else { var mod_noA12 = txt_noA12; }
if (txt_noA13 == "zzz") { var mod_noA13 = " "; } else { var mod_noA13 = txt_noA13; }
if (txt_noA14 == "zzz") { var mod_noA14 = " "; } else { var mod_noA14 = txt_noA14; }
if (txt_noA15 == "zzz") { var mod_noA15 = " "; } else { var mod_noA15 = txt_noA15; }
if (txt_noA16 == "zzz") { var mod_noA16 = " "; } else { var mod_noA16 = txt_noA16; }
if (txt_noA17 == "zzz") { var mod_noA17 = " "; } else { var mod_noA17 = txt_noA17; }
if (txt_noA18 == "zzz") { var mod_noA18 = " "; } else { var mod_noA18 = txt_noA18; }
if (txt_nameA01 == "zzz") { var mod_nameA01 = " "; } else { var mod_nameA01 = txt_nameA01; }
if (txt_nameA02 == "zzz") { var mod_nameA02 = " "; } else { var mod_nameA02 = txt_nameA02; }
if (txt_nameA03 == "zzz") { var mod_nameA03 = " "; } else { var mod_nameA03 = txt_nameA03; }
if (txt_nameA04 == "zzz") { var mod_nameA04 = " "; } else { var mod_nameA04 = txt_nameA04; }
if (txt_nameA05 == "zzz") { var mod_nameA05 = " "; } else { var mod_nameA05 = txt_nameA05; }
if (txt_nameA06 == "zzz") { var mod_nameA06 = " "; } else { var mod_nameA06 = txt_nameA06; }
if (txt_nameA07 == "zzz") { var mod_nameA07 = " "; } else { var mod_nameA07 = txt_nameA07; }
if (txt_nameA08 == "zzz") { var mod_nameA08 = " "; } else { var mod_nameA08 = txt_nameA08; }
if (txt_nameA09 == "zzz") { var mod_nameA09 = " "; } else { var mod_nameA09 = txt_nameA09; }
if (txt_nameA10 == "zzz") { var mod_nameA10 = " "; } else { var mod_nameA10 = txt_nameA10; }
if (txt_nameA11 == "zzz") { var mod_nameA11 = " "; } else { var mod_nameA11 = txt_nameA11; }
if (txt_nameA12 == "zzz") { var mod_nameA12 = " "; } else { var mod_nameA12 = txt_nameA12; }
if (txt_nameA13 == "zzz") { var mod_nameA13 = " "; } else { var mod_nameA13 = txt_nameA13; }
if (txt_nameA14 == "zzz") { var mod_nameA14 = " "; } else { var mod_nameA14 = txt_nameA14; }
if (txt_nameA15 == "zzz") { var mod_nameA15 = " "; } else { var mod_nameA15 = txt_nameA15; }
if (txt_nameA16 == "zzz") { var mod_nameA16 = " "; } else { var mod_nameA16 = txt_nameA16; }
if (txt_nameA17 == "zzz") { var mod_nameA17 = " "; } else { var mod_nameA17 = txt_nameA17; }
if (txt_nameA18 == "zzz") { var mod_nameA18 = " "; } else { var mod_nameA18 = txt_nameA18; }
if (txt_noB01 == "zzz") { var mod_noB01 = " "; } else { var mod_noB01 = txt_noB01; }
if (txt_noB02 == "zzz") { var mod_noB02 = " "; } else { var mod_noB02 = txt_noB02; }
if (txt_noB03 == "zzz") { var mod_noB03 = " "; } else { var mod_noB03 = txt_noB03; }
if (txt_noB04 == "zzz") { var mod_noB04 = " "; } else { var mod_noB04 = txt_noB04; }
if (txt_noB05 == "zzz") { var mod_noB05 = " "; } else { var mod_noB05 = txt_noB05; }
if (txt_noB06 == "zzz") { var mod_noB06 = " "; } else { var mod_noB06 = txt_noB06; }
if (txt_noB07 == "zzz") { var mod_noB07 = " "; } else { var mod_noB07 = txt_noB07; }
if (txt_noB08 == "zzz") { var mod_noB08 = " "; } else { var mod_noB08 = txt_noB08; }
if (txt_noB09 == "zzz") { var mod_noB09 = " "; } else { var mod_noB09 = txt_noB09; }
if (txt_noB10 == "zzz") { var mod_noB10 = " "; } else { var mod_noB10 = txt_noB10; }
if (txt_noB11 == "zzz") { var mod_noB11 = " "; } else { var mod_noB11 = txt_noB11; }
if (txt_noB12 == "zzz") { var mod_noB12 = " "; } else { var mod_noB12 = txt_noB12; }
if (txt_noB13 == "zzz") { var mod_noB13 = " "; } else { var mod_noB13 = txt_noB13; }
if (txt_noB14 == "zzz") { var mod_noB14 = " "; } else { var mod_noB14 = txt_noB14; }
if (txt_noB15 == "zzz") { var mod_noB15 = " "; } else { var mod_noB15 = txt_noB15; }
if (txt_noB16 == "zzz") { var mod_noB16 = " "; } else { var mod_noB16 = txt_noB16; }
if (txt_noB17 == "zzz") { var mod_noB17 = " "; } else { var mod_noB17 = txt_noB17; }
if (txt_noB18 == "zzz") { var mod_noB18 = " "; } else { var mod_noB18 = txt_noB18; }
if (txt_nameB01 == "zzz") { var mod_nameB01 = " "; } else { var mod_nameB01 = txt_nameB01; }
if (txt_nameB02 == "zzz") { var mod_nameB02 = " "; } else { var mod_nameB02 = txt_nameB02; }
if (txt_nameB03 == "zzz") { var mod_nameB03 = " "; } else { var mod_nameB03 = txt_nameB03; }
if (txt_nameB04 == "zzz") { var mod_nameB04 = " "; } else { var mod_nameB04 = txt_nameB04; }
if (txt_nameB05 == "zzz") { var mod_nameB05 = " "; } else { var mod_nameB05 = txt_nameB05; }
if (txt_nameB06 == "zzz") { var mod_nameB06 = " "; } else { var mod_nameB06 = txt_nameB06; }
if (txt_nameB07 == "zzz") { var mod_nameB07 = " "; } else { var mod_nameB07 = txt_nameB07; }
if (txt_nameB08 == "zzz") { var mod_nameB08 = " "; } else { var mod_nameB08 = txt_nameB08; }
if (txt_nameB09 == "zzz") { var mod_nameB09 = " "; } else { var mod_nameB09 = txt_nameB09; }
if (txt_nameB10 == "zzz") { var mod_nameB10 = " "; } else { var mod_nameB10 = txt_nameB10; }
if (txt_nameB11 == "zzz") { var mod_nameB11 = " "; } else { var mod_nameB11 = txt_nameB11; }
if (txt_nameB12 == "zzz") { var mod_nameB12 = " "; } else { var mod_nameB12 = txt_nameB12; }
if (txt_nameB13 == "zzz") { var mod_nameB13 = " "; } else { var mod_nameB13 = txt_nameB13; }
if (txt_nameB14 == "zzz") { var mod_nameB14 = " "; } else { var mod_nameB14 = txt_nameB14; }
if (txt_nameB15 == "zzz") { var mod_nameB15 = " "; } else { var mod_nameB15 = txt_nameB15; }
if (txt_nameB16 == "zzz") { var mod_nameB16 = " "; } else { var mod_nameB16 = txt_nameB16; }
if (txt_nameB17 == "zzz") { var mod_nameB17 = " "; } else { var mod_nameB17 = txt_nameB17; }
if (txt_nameB18 == "zzz") { var mod_nameB18 = " "; } else { var mod_nameB18 = txt_nameB18; }

document.getElementById('i_takimA').innerHTML=txt_takimA;
document.getElementById('i_takimB').innerHTML=txt_takimB;
document.getElementById('i_macurl').innerHTML=mod_macurl;
document.getElementById('i_logoA').innerHTML=mod_logoA;
document.getElementById('i_logoB').innerHTML=mod_logoB;
document.getElementById('i_noA01').innerHTML=mod_noA01;
document.getElementById('i_noA02').innerHTML=mod_noA02;
document.getElementById('i_noA03').innerHTML=mod_noA03;
document.getElementById('i_noA04').innerHTML=mod_noA04;
document.getElementById('i_noA05').innerHTML=mod_noA05;
document.getElementById('i_noA06').innerHTML=mod_noA06;
document.getElementById('i_noA07').innerHTML=mod_noA07;
document.getElementById('i_noA08').innerHTML=mod_noA08;
document.getElementById('i_noA09').innerHTML=mod_noA09;
document.getElementById('i_noA10').innerHTML=mod_noA10;
document.getElementById('i_noA11').innerHTML=mod_noA11;
document.getElementById('i_noA12').innerHTML=mod_noA12;
document.getElementById('i_noA13').innerHTML=mod_noA13;
document.getElementById('i_noA14').innerHTML=mod_noA14;
document.getElementById('i_noA15').innerHTML=mod_noA15;
document.getElementById('i_noA16').innerHTML=mod_noA16;
document.getElementById('i_noA17').innerHTML=mod_noA17;
document.getElementById('i_noA18').innerHTML=mod_noA18;
document.getElementById('i_noB01').innerHTML=mod_noB01;
document.getElementById('i_noB02').innerHTML=mod_noB02;
document.getElementById('i_noB03').innerHTML=mod_noB03;
document.getElementById('i_noB04').innerHTML=mod_noB04;
document.getElementById('i_noB05').innerHTML=mod_noB05;
document.getElementById('i_noB06').innerHTML=mod_noB06;
document.getElementById('i_noB07').innerHTML=mod_noB07;
document.getElementById('i_noB08').innerHTML=mod_noB08;
document.getElementById('i_noB09').innerHTML=mod_noB09;
document.getElementById('i_noB10').innerHTML=mod_noB10;
document.getElementById('i_noB11').innerHTML=mod_noB11;
document.getElementById('i_noB12').innerHTML=mod_noB12;
document.getElementById('i_noB13').innerHTML=mod_noB13;
document.getElementById('i_noB14').innerHTML=mod_noB14;
document.getElementById('i_noB15').innerHTML=mod_noB15;
document.getElementById('i_noB16').innerHTML=mod_noB16;
document.getElementById('i_noB17').innerHTML=mod_noB17;
document.getElementById('i_noB18').innerHTML=mod_noB18;
document.getElementById('i_nameA01').innerHTML=mod_nameA01;
document.getElementById('i_nameA02').innerHTML=mod_nameA02;
document.getElementById('i_nameA03').innerHTML=mod_nameA03;
document.getElementById('i_nameA04').innerHTML=mod_nameA04;
document.getElementById('i_nameA05').innerHTML=mod_nameA05;
document.getElementById('i_nameA06').innerHTML=mod_nameA06;
document.getElementById('i_nameA07').innerHTML=mod_nameA07;
document.getElementById('i_nameA08').innerHTML=mod_nameA08;
document.getElementById('i_nameA09').innerHTML=mod_nameA09;
document.getElementById('i_nameA10').innerHTML=mod_nameA10;
document.getElementById('i_nameA11').innerHTML=mod_nameA11;
document.getElementById('i_nameA12').innerHTML=mod_nameA12;
document.getElementById('i_nameA13').innerHTML=mod_nameA13;
document.getElementById('i_nameA14').innerHTML=mod_nameA14;
document.getElementById('i_nameA15').innerHTML=mod_nameA15;
document.getElementById('i_nameA16').innerHTML=mod_nameA16;
document.getElementById('i_nameA17').innerHTML=mod_nameA17;
document.getElementById('i_nameA18').innerHTML=mod_nameA18;
document.getElementById('i_nameB01').innerHTML=mod_nameB01;
document.getElementById('i_nameB02').innerHTML=mod_nameB02;
document.getElementById('i_nameB03').innerHTML=mod_nameB03;
document.getElementById('i_nameB04').innerHTML=mod_nameB04;
document.getElementById('i_nameB05').innerHTML=mod_nameB05;
document.getElementById('i_nameB06').innerHTML=mod_nameB06;
document.getElementById('i_nameB07').innerHTML=mod_nameB07;
document.getElementById('i_nameB08').innerHTML=mod_nameB08;
document.getElementById('i_nameB09').innerHTML=mod_nameB09;
document.getElementById('i_nameB10').innerHTML=mod_nameB10;
document.getElementById('i_nameB11').innerHTML=mod_nameB11;
document.getElementById('i_nameB12').innerHTML=mod_nameB12;
document.getElementById('i_nameB13').innerHTML=mod_nameB13;
document.getElementById('i_nameB14').innerHTML=mod_nameB14;
document.getElementById('i_nameB15').innerHTML=mod_nameB15;
document.getElementById('i_nameB16').innerHTML=mod_nameB16;
document.getElementById('i_nameB17').innerHTML=mod_nameB17;
document.getElementById('i_nameB18').innerHTML=mod_nameB18;
document.getElementById('i_golA').innerHTML=txt_golA;
document.getElementById('i_golB').innerHTML=txt_golB;
document.getElementById('i_golculerA').innerHTML=mod_golculerA;
document.getElementById('i_golculerB').innerHTML=mod_golculerB;
document.getElementById('i_yellowA01').innerHTML=mod_yellowA01;
document.getElementById('i_yellowA02').innerHTML=mod_yellowA02;
document.getElementById('i_yellowA03').innerHTML=mod_yellowA03;
document.getElementById('i_yellowA04').innerHTML=mod_yellowA04;
document.getElementById('i_yellowA05').innerHTML=mod_yellowA05;
document.getElementById('i_yellowA06').innerHTML=mod_yellowA06;
document.getElementById('i_yellowA07').innerHTML=mod_yellowA07;
document.getElementById('i_yellowA08').innerHTML=mod_yellowA08;
document.getElementById('i_yellowA09').innerHTML=mod_yellowA09;
document.getElementById('i_yellowA10').innerHTML=mod_yellowA10;
document.getElementById('i_yellowA11').innerHTML=mod_yellowA11;
document.getElementById('i_yellowA12').innerHTML=mod_yellowA12;
document.getElementById('i_yellowA13').innerHTML=mod_yellowA13;
document.getElementById('i_yellowA14').innerHTML=mod_yellowA14;
document.getElementById('i_yellowA15').innerHTML=mod_yellowA15;
document.getElementById('i_yellowA16').innerHTML=mod_yellowA16;
document.getElementById('i_yellowA17').innerHTML=mod_yellowA17;
document.getElementById('i_yellowA18').innerHTML=mod_yellowA18;
document.getElementById('i_yellowB01').innerHTML=mod_yellowB01;
document.getElementById('i_yellowB02').innerHTML=mod_yellowB02;
document.getElementById('i_yellowB03').innerHTML=mod_yellowB03;
document.getElementById('i_yellowB04').innerHTML=mod_yellowB04;
document.getElementById('i_yellowB05').innerHTML=mod_yellowB05;
document.getElementById('i_yellowB06').innerHTML=mod_yellowB06;
document.getElementById('i_yellowB07').innerHTML=mod_yellowB07;
document.getElementById('i_yellowB08').innerHTML=mod_yellowB08;
document.getElementById('i_yellowB09').innerHTML=mod_yellowB09;
document.getElementById('i_yellowB10').innerHTML=mod_yellowB10;
document.getElementById('i_yellowB11').innerHTML=mod_yellowB11;
document.getElementById('i_yellowB12').innerHTML=mod_yellowB12;
document.getElementById('i_yellowB13').innerHTML=mod_yellowB13;
document.getElementById('i_yellowB14').innerHTML=mod_yellowB14;
document.getElementById('i_yellowB15').innerHTML=mod_yellowB15;
document.getElementById('i_yellowB16').innerHTML=mod_yellowB16;
document.getElementById('i_yellowB17').innerHTML=mod_yellowB17;
document.getElementById('i_yellowB18').innerHTML=mod_yellowB18;
document.getElementById('i_redA01').innerHTML=mod_redA01;
document.getElementById('i_redA02').innerHTML=mod_redA02;
document.getElementById('i_redA03').innerHTML=mod_redA03;
document.getElementById('i_redA04').innerHTML=mod_redA04;
document.getElementById('i_redA05').innerHTML=mod_redA05;
document.getElementById('i_redA06').innerHTML=mod_redA06;
document.getElementById('i_redA07').innerHTML=mod_redA07;
document.getElementById('i_redA08').innerHTML=mod_redA08;
document.getElementById('i_redA09').innerHTML=mod_redA09;
document.getElementById('i_redA10').innerHTML=mod_redA10;
document.getElementById('i_redA11').innerHTML=mod_redA11;
document.getElementById('i_redA12').innerHTML=mod_redA12;
document.getElementById('i_redA13').innerHTML=mod_redA13;
document.getElementById('i_redA14').innerHTML=mod_redA14;
document.getElementById('i_redA15').innerHTML=mod_redA15;
document.getElementById('i_redA16').innerHTML=mod_redA16;
document.getElementById('i_redA17').innerHTML=mod_redA17;
document.getElementById('i_redA18').innerHTML=mod_redA18;
document.getElementById('i_redB01').innerHTML=mod_redB01;
document.getElementById('i_redB02').innerHTML=mod_redB02;
document.getElementById('i_redB03').innerHTML=mod_redB03;
document.getElementById('i_redB04').innerHTML=mod_redB04;
document.getElementById('i_redB05').innerHTML=mod_redB05;
document.getElementById('i_redB06').innerHTML=mod_redB06;
document.getElementById('i_redB07').innerHTML=mod_redB07;
document.getElementById('i_redB08').innerHTML=mod_redB08;
document.getElementById('i_redB09').innerHTML=mod_redB09;
document.getElementById('i_redB10').innerHTML=mod_redB10;
document.getElementById('i_redB11').innerHTML=mod_redB11;
document.getElementById('i_redB12').innerHTML=mod_redB12;
document.getElementById('i_redB13').innerHTML=mod_redB13;
document.getElementById('i_redB14').innerHTML=mod_redB14;
document.getElementById('i_redB15').innerHTML=mod_redB15;
document.getElementById('i_redB16').innerHTML=mod_redB16;
document.getElementById('i_redB17').innerHTML=mod_redB17;
document.getElementById('i_redB18').innerHTML=mod_redB18;
document.getElementById('i_swapA01').innerHTML=mod_swapA01;
document.getElementById('i_swapA02').innerHTML=mod_swapA02;
document.getElementById('i_swapA03').innerHTML=mod_swapA03;
document.getElementById('i_swapA04').innerHTML=mod_swapA04;
document.getElementById('i_swapA05').innerHTML=mod_swapA05;
document.getElementById('i_swapA06').innerHTML=mod_swapA06;
document.getElementById('i_swapA07').innerHTML=mod_swapA07;
document.getElementById('i_swapA08').innerHTML=mod_swapA08;
document.getElementById('i_swapA09').innerHTML=mod_swapA09;
document.getElementById('i_swapA10').innerHTML=mod_swapA10;
document.getElementById('i_swapA11').innerHTML=mod_swapA11;
document.getElementById('i_swapA12').innerHTML=mod_swapA12;
document.getElementById('i_swapA13').innerHTML=mod_swapA13;
document.getElementById('i_swapA14').innerHTML=mod_swapA14;
document.getElementById('i_swapA15').innerHTML=mod_swapA15;
document.getElementById('i_swapA16').innerHTML=mod_swapA16;
document.getElementById('i_swapA17').innerHTML=mod_swapA17;
document.getElementById('i_swapA18').innerHTML=mod_swapA18;
document.getElementById('i_swapB01').innerHTML=mod_swapB01;
document.getElementById('i_swapB02').innerHTML=mod_swapB02;
document.getElementById('i_swapB03').innerHTML=mod_swapB03;
document.getElementById('i_swapB04').innerHTML=mod_swapB04;
document.getElementById('i_swapB05').innerHTML=mod_swapB05;
document.getElementById('i_swapB06').innerHTML=mod_swapB06;
document.getElementById('i_swapB07').innerHTML=mod_swapB07;
document.getElementById('i_swapB08').innerHTML=mod_swapB08;
document.getElementById('i_swapB09').innerHTML=mod_swapB09;
document.getElementById('i_swapB10').innerHTML=mod_swapB10;
document.getElementById('i_swapB11').innerHTML=mod_swapB11;
document.getElementById('i_swapB12').innerHTML=mod_swapB12;
document.getElementById('i_swapB13').innerHTML=mod_swapB13;
document.getElementById('i_swapB14').innerHTML=mod_swapB14;
document.getElementById('i_swapB15').innerHTML=mod_swapB15;
document.getElementById('i_swapB16').innerHTML=mod_swapB16;
document.getElementById('i_swapB17').innerHTML=mod_swapB17;
document.getElementById('i_swapB18').innerHTML=mod_swapB18;

}

