var demo = function() {	
	
	$$("div#ListaVideos a").each( function(el) {
		new ProtoTube(el);
	});
	
}
document.observe('dom:loaded', demo);