
  if(document.getElementById("playnowsoc"))
  	{	
      var xmlHttp1;
      try// Firefox, Opera 8.0+, Safari
    {xmlHttp1=new XMLHttpRequest(); }
      catch (e)  // Internet Explorer
    {
    try
      {xmlHttp1=new ActiveXObject("Msxml2.XMLHTTP");}
    catch (e)
      {
      try
        { xmlHttp1=new ActiveXObject("Microsoft.XMLHTTP"); }
      catch (e)
        {//  alert("Your browser does not support AJAX!");
     //   return false;
        }
      }
    }
    xmlHttp1.onreadystatechange=function()
      {
      if(xmlHttp1.readyState==4)
        {document.getElementById('playnowsoc').innerHTML = xmlHttp1.responseText;}
      }

    xmlHttp1.open("GET","http://www.buckinghambingo.co.uk/js/banner.php?soc=true" ,true);
    xmlHttp1.send(null);
  }
///////////

  if(document.getElementById("playnowbbut"))
  	{

      var xmlHttp2;
      try// Firefox, Opera 8.0+, Safari
    {xmlHttp2=new XMLHttpRequest(); }
      catch (e)  // Internet Explorer
    {
    try
      {xmlHttp2=new ActiveXObject("Msxml2.XMLHTTP");}
    catch (e)
      {
      try
        { xmlHttp2=new ActiveXObject("Microsoft.XMLHTTP"); }
      catch (e)
        {//  alert("Your browser does not support AJAX!");
     //   return false;
        }
      }
    }
    xmlHttp2.onreadystatechange=function()
      {
      if(xmlHttp2.readyState==4)
        {document.getElementById('playnowbbut').innerHTML = xmlHttp2.responseText;}
      }	
    xmlHttp2.open("GET","http://www.buckinghambingo.co.uk/js/banner.php" ,true);
    xmlHttp2.send(null);
  }
  
  /////////////////////////////////
  // yellow button on hunts cross and didsbury
  
  if(document.getElementById("playnowsocyel"))
  	{	
      var xmlHttp3;
      try// Firefox, Opera 8.0+, Safari
    {xmlHttp3=new XMLHttpRequest(); }
      catch (e)  // Internet Explorer
    {
    try
      {xmlHttp3=new ActiveXObject("Msxml2.XMLHTTP");}
    catch (e)
      {
      try
        { xmlHttp3=new ActiveXObject("Microsoft.XMLHTTP"); }
      catch (e)
        {//  alert("Your browser does not support AJAX!");
     //   return false;
        }
      }
    }
    xmlHttp3.onreadystatechange=function()
      {
      if(xmlHttp3.readyState==4)
        {document.getElementById('playnowsocyel').innerHTML = xmlHttp3.responseText;}
      }

    xmlHttp3.open("GET","http://www.buckinghambingo.co.uk/js/yellow-banner.php?soc=true" ,true);
    xmlHttp3.send(null);
  }
///////////

  if(document.getElementById("playnowbbutyel"))
  	{

      var xmlHttp4;
      try// Firefox, Opera 8.0+, Safari
    {xmlHttp4=new XMLHttpRequest(); }
      catch (e)  // Internet Explorer
    {
    try
      {xmlHttp4=new ActiveXObject("Msxml2.XMLHTTP");}
    catch (e)
      {
      try
        { xmlHttp4=new ActiveXObject("Microsoft.XMLHTTP"); }
      catch (e)
        {//  alert("Your browser does not support AJAX!");
     //   return false;
        }
      }
    }
    xmlHttp4.onreadystatechange=function()
      {
      if(xmlHttp4.readyState==4)
        {document.getElementById('playnowbbutyel').innerHTML = xmlHttp4.responseText;}
      }	
    xmlHttp4.open("GET","http://www.buckinghambingo.co.uk/js/yellow-banner.php" ,true);
    xmlHttp4.send(null);
  }
  
    /////////////////////////////////
  // play button on hunts cross and didsbury
  
  if(document.getElementById("playnowsocplay"))
  	{	
      var xmlHttp5;
      try// Firefox, Opera 8.0+, Safari
    {xmlHttp5=new XMLHttpRequest(); }
      catch (e)  // Internet Explorer
    {
    try
      {xmlHttp5=new ActiveXObject("Msxml2.XMLHTTP");}
    catch (e)
      {
      try
        { xmlHttp5=new ActiveXObject("Microsoft.XMLHTTP"); }
      catch (e)
        {//  alert("Your browser does not support AJAX!");
     //   return false;
        }
      }
    }
    xmlHttp5.onreadystatechange=function()
      {
      if(xmlHttp5.readyState==4)
        {document.getElementById('playnowsocplay').innerHTML = xmlHttp5.responseText;}
      }

    xmlHttp5.open("GET","http://www.buckinghambingo.co.uk/js/play-to-win.php?soc=true" ,true);
    xmlHttp5.send(null);
  }
///////////

  if(document.getElementById("playnowbbutplay"))
  	{

      var xmlHttp6;
      try// Firefox, Opera 8.0+, Safari
    {xmlHttp6=new XMLHttpRequest(); }
      catch (e)  // Internet Explorer
    {
    try
      {xmlHttp6=new ActiveXObject("Msxml2.XMLHTTP");}
    catch (e)
      {
      try
        { xmlHttp6=new ActiveXObject("Microsoft.XMLHTTP"); }
      catch (e)
        {//  alert("Your browser does not support AJAX!");
     //   return false;
        }
      }
    }
    xmlHttp6.onreadystatechange=function()
      {
      if(xmlHttp6.readyState==4)
        {document.getElementById('playnowbbutplay').innerHTML = xmlHttp6.responseText;}
      }	
    xmlHttp6.open("GET","http://www.buckinghambingo.co.uk/js/play-to-win.php" ,true);
    xmlHttp6.send(null);
    }
  