
    function gladiatorstxt1 ()
    {
        new Ajax('/series/gladiadores-americanos/capitulos/1.html', {
            method: 'get',
            update: $('textoCambia')
        }).request();
    }
	  function gladiatorstxt2 ()
    {
        new Ajax('/series/gladiadores-americanos/capitulos/2.html', {
            method: 'get',
            update: $('textoCambia')
        }).request();
    }
	  function gladiatorstxt3 ()
    {
        new Ajax('/series/gladiadores-americanos/capitulos/3.html', {
            method: 'get',
            update: $('textoCambia')
        }).request();
    }
	  function gladiatorstxt4 ()
    {
        new Ajax('/series/gladiadores-americanos/capitulos/4.html', {
            method: 'get',
            update: $('textoCambia')
        }).request();
    }
	  function gladiatorstxt5 ()
    {
        new Ajax('/series/gladiadores-americanos/capitulos/5.html', {
            method: 'get',
            update: $('textoCambia')
        }).request();
    }
		  function gladiatorstxt6 ()
    {
        new Ajax('/series/gladiadores-americanos/capitulos/6.html', {
            method: 'get',
            update: $('textoCambia')
        }).request();
    }
		  function gladiatorstxt7 ()
    {
        new Ajax('/series/gladiadores-americanos/capitulos/7.html', {
            method: 'get',
            update: $('textoCambia')
        }).request();
    }


