The Flash Player and a browser with Javascript support are needed..
Mano Menezes sólo mantuvo a cuatro futbolistas que participaron en el Mundial de Sudáfrica.
Robinho, Daniel Alves, Ramires y Thiago Silva fueron los únicos remanentes del equipo del ex entrenador Dunga, que perdió ante Holanda en cuartos de final, en la lista de 24 jugadores anunciada por Menezes para el encuentro amistoso del 10 de agosto contra Estados Unidos en Nueva Jersey.
Menezes, que anunció la convocatoria luego de ser presentado oficialmente como nuevo entrenador de Brasil, también llamó al mediocampista del Sao Paulo Hernanes, al delantero del Atlético Mineiro Diego Tardelli y al atacante André, del Santos, en una lista llena de jugadores que actúan en la liga local.
El único jugador del Corinthians, donde Menezes se desempeñaba como técnico antes de aceptar hace algunos días tomar la selección, fue el mediocampista Jucilei.
A continuación, la lista de convocados:
Arqueros: Jefferson (Botafogo), Renan (Avaí) y Victor (Gremio)
Defensores: André Santos (Fenerbahce, Turquía), Daniel Alves (Barcelona, España), Marcelo (Real Madrid, España), Rafael (Manchester United, Inglaterra), David Luis (Benfica, Portugal), Henrique (Racing de Santander, España), Rever (Atlético Mineiro) y Thiago Silva (AC Milan, Italia)
Mediocampistas: Carlos Eduardo (Hoffenheim, Alemania), Ederson (Olympique de Lyon), Paulo Henrique Ganso (Santos), Hernanes (Sao Paulo), Jucilei (Corinthians), Lucas (Liverpool, Inglaterra), Ramires (Benfica) y Sandro (Internacional)
Delanteros: Alexandre Pato (AC Milan), Diego Tardelli (Atlético Mineiro), Neymar, André y Robinho (Santos)
RIO DE JANEIRO, Reuters
' + codeToUse + '';
log('newString: ' + newString);
if(!isIE) {
newP.innerHTML = newString;
}
var loggedIn = false;
if(loggedIn){
log('logged in');
var hiddenFields = '';
if(!isIE) {
TA = document.forms['commentform'];
var htmlHolder = TA.innerHTML;
TA.innerHTML = '';
TA.appendChild(newP);
TA.innerHTML += '' + hiddenFields + htmlHolder;
}
else {
var formElement = document.forms['commentform'].comment;
var parent = formElement.parentNode;
parent.innerHTML = newString + '
' + hiddenFields + parent.innerHTML;
}
}else{
if(!isIE) {
//TA.parentNode.appendChild(newP);
var formElement = document.forms['commentform'].comment;
var parent = formElement.parentNode;
parent.innerHTML = newP.innerHTML + '
' + parent.innerHTML;
}
else {
var formElement = document.forms['commentform'].comment;
var parent = formElement.parentNode;
log('parent: ' + parent);
log('parent.innerHTML before: ' + parent.innerHTML);
parent.innerHTML = newString + '
' + parent.innerHTML;
log('parent.innerHTML: ' + parent.innerHTML );
/*
var parent = document.forms['commentform'].url;
var sibling = parent.nextSibling;
var sparent = parent.parentNode;
var firstChild = sparent.firstChild;
var codeHTML = "
" + newP.innerHTML;
if(sibling != null && sibling.nextSibling != null) {
var next = sibling.nextSibling;
if(next != null && next.innerHTML != null && next.innerText == 'Website')
next.outerHTML += codeHTML;
else
parent.outerHTML += codeHTML;
}
else
parent.outerHTML += codeHTML;
*/
}
}
log('window.onload');
window.onload = function(){
log('onload in php file');
submit = document.getElementById('submit');
log('submit button: ' + submit);
if(submit === null){
log('submit button is null... looking again');
var inputs = document.forms['commentform'].elements;
for(var i = 0; i < inputs.length; i++){
if(inputs[i].type == 'submit'){
submit = inputs[i];
}
}
}
log('submit button: ' + submit);
function initializeForm(){
var submitClick = true;
return validateForm();
}
if(isIE) {
log('cloning button for IE');
var submitClone = document.createElement("input");
submitClone.type = 'button';
submitClone.name = 'submit-button';
submitClone.id = 'submit-button';
submitClone.value = submit.value;
submitClone.className = submit.className;
submitClone.attachEvent('onclick',initializeForm);
submit.parentNode.replaceChild(submitClone, submit);
}
else {
log('changing type for non-IE browsers');
submit.type = 'button';
submit.name = 'submit-button';
submit.id = 'submit-button';
submit.addEventListener('click',initializeForm,false);
log('added event listener to the submit button');
}
log('foo');
if(!jQuery){
var jqueryTag = document.createElement('script');
jqueryTag.src = 'http://www.jrcespedes.com/wp-content/plugins/comments/jquery.1.4.2.min.js';
jqueryTag.type = 'text/javascript';
document.getElementsByTagName("header")[0].appendChild(jqueryTag);
}
log('setting jQuery');
jQuery(document).ready(function(){
log('1');
var content = document.getElementById('recorder-lightbox-help-content');
content.style.width = "440px";
content.style.background = "#fff";
content.style.fontFamily = "Arial, Helvetica, sans-serif";
content.style.position = "fixed";
content.style.left = (jQuery(window).width() - 400) / 2 + jQuery(window).scrollLeft() + "px";
content.style.top = (jQuery(window).height() - 300) / 2 + "px";
content.style.zIndex = "1000";
content.style.fontSize = "14px";
content.style.lineHeight = "20px";
//var closeButton = document.getElementById('hide-recorder-lightbox-help');
//closeButton.style=cursor = "pointer";
jQuery('.recorder-help-content-inner').css('margin', '10px');
jQuery('.recorder-help-content-inner').css('display', 'block');
//jQuery("recorder-lightbox-help").
jQuery('#show-recorder-lightbox-help').click(function(){
jQuery("#lightbox-bg").fadeIn();
jQuery("#recorder-lightbox-help-content").fadeIn();
});
jQuery("#lightbox-bg").click(function(){
jQuery("#lightbox-bg").fadeOut();
jQuery("#recorder-lightbox-help-content").fadeOut();
});
jQuery("#hide-recorder-lightbox-help").click(function(){
jQuery("#lightbox-bg").fadeOut();
jQuery("#recorder-lightbox-help-content").fadeOut();
});
});
}
if(typeof(userEmail) !== 'undefined'){
document.forms['commentform'].email.value = userEmail;
}
if(audio_only){
var p = null;
var p_children = null;
if(p === null){
p = document.forms['commentform'].childNodes;
for (var i = 0; i < p.length; i++){
if(p[i].tagName == "TEXTAREA"){
p[i].style.display = "none";
}
p_children = p[i].childNodes;
for(var x = 0; x < p_children.length; x++){
if(p_children[x].tagName == "TEXTAREA"){
p_children[x].style.display = "none";
}
}
}
}else{
p.style.display = "none";
}
}
function validateForm(){
if(!loggedIn){
if(document.forms['commentform'].author.value == ''){
alert('Please check your name');
return;
}
var filter = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
var address = document.forms['commentform'].email.value;
if(filter.test(address) == false){
alert('Please check your email');
return
}
recordingSave();
}
else {
recordingSave();
}
}
