type='text/javascript'/>
NUEVOS ESQUEMAS Y FUNCIONES DE LOS FUTBOLISTAS
MOMENTOS DEL JUEGO INICIO SOSTENIMIENTO FINALIZACION Debemos aspirar a futbolistas que puedan participar adecuadamente en estos tres momentos y además que puedan jugar en las distintas alturas del campo.
jQuery(document).ready(function() {
jQuery("#IrArriba").hide();
jQuery(function () {
jQuery(window).scroll(function () {
if (jQuery(this).scrollTop() > 200) {
jQuery('#IrArriba').fadeIn();
} else {
jQuery('#IrArriba').fadeOut();
}
});
jQuery('#IrArriba a').click(function () {
jQuery('body,html').animate({
scrollTop: 0
}, 800);
return false;
});
});
});
//]]>