$(document).ready(function(){
	
	
	nyroInit();
});

function nyroInit(){
	$('a.nyroModal').nyroModal();
	}
	
function launch_vendini(v){
		window.open('https://www.vendini.com/service/tickets/index.html?e='+v, 'order_window', 'scrollbars,width=596,height=485,status=yes,left='+((window.screen.width - 596)/2)+',top='+((window.screen.height - 485) /2.5)).focus();return false;
	}
	
function nav_to_virtualtour()
{
	window.location.href = '/virtual_tour';
}