$(document).ready(function() {     
	$.nyroModalSettings({       
		type: 'iframe',       
		height: 500,       
		width: 1000,       
		resizable: true,       
		autoSizable: true,       
		titleFromIframe: true,       
		// modal: true,       
		// selIndicator: '#loading',       
		contentLoading: "" 
		// use our own     
		});      
		$('a.nyroModalAd').nyroModal();   
}); 
