/**
 * @author dio5
 */
jQuery(function($) 
{
$(window).load(function(){ $('a[rel*=magnify]').magnify(); });
});


