// JavaScript Document

jQuery(document).ready(function($) {
								
	$('.entry-content img').parent('a').nyroModal();	
	
});
