window.addEvent('domready',function(){
	$$('.media a').each(function(el,i){ new Element('span.zoom').inject(el); });
});
