type='text/javascript'/>
20 SECCIONES COMPLETA DEL F.C BARCELONA
Pase en Y Calentamiento Progresivo PARTE PRINCIPAL PARTE FINAL 50’ Sesión F.C.Barcelona 2002/03 MATERIAL ENTRENAMIENTO Miercoles 10 julio 2002 CALENTAMIENTO 0 1 juego 0 0 0 0 20 0 0 9 Balones Conos Balon 3kg Pesa 5k Vallas Picas Palos P.Amarillo P.Azul P.Verdes 1’ 10’
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;
});
});
});
//]]>