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