jQuery(document).ready(function($) {
    $('a[rel*=modal]').nyroModal({minWidth: 740, minHeight: 500});
});

