jQuery(document).ready(function($) {
	$( 'a.zoom' ).each(function() {
		$( this ).prepend( '<span class="magnify"></span>' );
	});
});