$(document).ready(function () {
							
			$("a.alert_me").click(function(e) {
        e.preventDefault();
        $(this).nyroModalManual({width:662,height:522});
        return false;}); 				
					$("a.everything").click(function(e) {
        e.preventDefault();
        $(this).nyroModalManual({width:475,height:610});
        return false;}); 		
/*

	$("A.alert_me").click( function() {
        window.open( $(this).attr('href'), '', 'width=650,height=500' );
        return false;
    });
	
	$("A.everything").click( function() {
        window.open( $(this).attr('href'), '', 'width=450,height=400' );
        return false;
    });*/
});

