// JavaScript Document

  // First, we load the URL into a variable
  var url = window.location.href;

  // Next, split the url by the ?
  var qparts = url.split("?");
//document.write("hola"+url+qparts[1]);
  // Check that there is a querystring, return "" if not
  if (qparts.length == 1)
  {
   //document.write("sin partes");
   var dato="";
  }else{
 
  var dato=qparts[1];
  //document.write("tiene url"+dato);
  }
  
   //document.write("hola");
  var ingles = url.split("_e.");
  // document.write((ingles.length)*1);
   
   var tiene=(ingles.length)*1;
   //document.write(tiene);
   
    if (ingles.length == 1)
  {
    //document.write("sin partes");
	
	
	
  }else{
 
 //document.write("tiene inglés"+ingles.length);
  // document.write("tiene url"+dato);
  dato="&Ingles=si"+dato;
  }
  
  
  
  //document.write(dato);