Website
Address & Phone
11 West 53rd Street
btw. 5th and 6th Avenue
New York, NY 10019
P: (212) 708-9400
Hours
Hours
Sat-Wed 10:30am-5:30pm
Thurs Holiday
Fri 10:30am-8:00pm
Admission
Admission
Adults $25.00
Students/seniors $18.00/$14.00
Pay as you wish on Fridays from 4:30-8:00
Free to children under 16 accompanied by an adult.
Free admission for full time students with current id from the CUNY, SUNY, Parsons, Pratt, SVA, Columbia University and The New School.
Museum of Modern Art
a.k.a. MoMA
Get tickets to New York’s most famous museums and sights for 50% off of the box office price with a CityPass booklet.
“From an initial gift of eight prints and one drawing,
The Museum of Modern Art’s collection has grown to include more
than 100,000 paintings, sculptures, drawings, prints,
photographs, architectural models and drawings, and design
objects. MoMA also owns some 14,000 films and four million film
stills, as well as 140,000 books, artist books, and periodicals,
all part of the Museum’s library.”
Current and Upcoming Exhibitions
Public Programs
MoMA Store
The MoMA Store always has great gadgets and gizmos, perfectly
designed. They also sell books, cd’s accessories and home
furnishings.
– Reviews of Museum of Modern Art
“);
} else {
$(‘#id_review’).val(”);
$(‘#twr_results’).html(“
“);
twr_update_reviews();
}
},
// handle a non-successful response
error : function(xhr,errmsg,err) {
console.log(“TWR: Error caught”);
$(‘#twr_results’).html(“
“);
console.log(xhr.status + “: ” + xhr.responseText);
}
});
console.log(“TWR: Create review done”);
};
function twr_decorate_review(review) {
return ” +
‘
n’;
}
function twr_update_reviews() {
$(‘#twr_reviews’).html(“..loading”);
var csrftoken = $(‘#twr_submit_review :input[name=”csrfmiddlewaretoken”]’).val();
$.ajax({
url : “/twr/ajax/reviews/”,
type : “POST”,
data : {
local_path : ‘/museums/MOMA.html’,
csrfmiddlewaretoken : csrftoken
},
// handle a successful response
success : function(json) {
$(‘#twr_reviews’).val(‘…rendering’);
if (json[‘errors’]) {
console.log(“TWR: Got errors, boo! ” + json[‘errors’]);
$(‘#twr_results’).html(“
+ json[‘errors’] + “
“);
} else {
var count = json.reviews_count
$(‘#twr_reviews_count’).html(count);
if (count == 0) {
$(‘#twr_results’).html(“
” Write a short quick review, or three words or tags that come ton” +
” mind, like “great for kids”, “best ceviche ever”, “free,n” +
” outdoors, quiet”, etc.n” +
” n” +
“
n”);
}
var reviewlist = “”;
var morelist = “”;
for (var i in json.review_objs) {
var review = json.review_objs[i]
console.log(“TWR: got review: ” + json.reviews[i]);
if (i ” +
‘ more..’ +
‘
morelist +
‘
‘;
$(‘#twr_more_reviews’).html(morehtml);
} else {
$(‘#twr_more_reviews’).html(”);
}
}
},
// handle a non-successful response
error : function(xhr,errmsg,err) {
$(‘#twr_results’).html(“
+ “Oops! We have encountered an error: ” + errmsg + “
“);
console.log(xhr.status + “: ” + xhr.responseText);
console.log(‘err=” + String(err));
}
});
console.log(“TWR: Update reviews done”);
}
function twr_voteup(review_id) { twr_vote(review_id, 1); return false; }
function twr_votedown(review_id) { twr_vote(review_id, -1); return false; }
function twr_vote(review_id_arg, amount) {
$(“#twr_reviews’).html(“awesome, recalculating”);
var csrftoken = $(‘#twr_submit_review :input[name=”csrfmiddlewaretoken”]’).val();
var voteurl
if (amount >= 0) {
voteurl=”voteup”
} else {
voteurl=”votedown”
}
$.ajax({
url : “/twr/ajax/” + voteurl + “https://www.ny.com/”,
type : “POST”,
data : {
local_path : ‘/museums/MOMA.html’,
csrfmiddlewaretoken : csrftoken,
review_id : review_id_arg,
author: ”
},
// handle a successful response
success : function(json) {
if (json[‘errors’]) {
console.log(“TWR: Got errors, boo! ” + json[‘errors’]);
$(‘#twr_results’).html(“
+ json[‘errors’] + “
“);
} else {
$(‘#twr_results’).html(“
“);
console.log(“TWR: ” + voteurl + ” success, got: ” + json);
}
},
// handle a non-successful response
error : function(xhr,errmsg,err) {
console.log(“Error caught”);
$(‘#twr_results’).html(“
+ “Oops! We have encountered an error: ” + errmsg + “
“);
console.log(xhr.status + “: ” + xhr.responseText);
}
});
twr_update_reviews();
}

Ex-Brit turned Manhattan resident since 2008.