MariaG

9/2/2012 joined Flickchart

180 profile views

14 rankings / 26 movies / 0 comments

2 days, 1 hours, 34 minutes spent watching movies

The Best Movies MariaG Hasn't Seen

MariaG's TOTAL MOVIES RANKED BY DECADE

MariaG's Friends

Well...I'm sure you have friends in real life. But then, what kind of friend doesn't send out invites to Flickchart?

MariaG's Discussions

Keep your cards close to your chest, you do.

"); jQuery(node).appendTo(newThread); newThread.appendTo("#commentList"); jQuery(node).addClass("rootComment"); } jQuery(node).removeClass("commentTemplate"); jQuery("#commentCount").text(parseInt(jQuery("#commentCount").text()) + 1); } else if (view.ServiceMethod == "LikeComment") { if (view.Details.Success == true) { updateLikesTotals(view.Details); toggleCommentDetail("hide", view.Details.CommentID, "likeLink"); toggleCommentDetail("show", view.Details.CommentID, "likesTotal"); } } } function updateLikesTotals(details) { commentID = details.CommentID; linkElement = jQuery("#likesLink-" + commentID) total = details.TotalLikes; plural = total != 1 ? "s" : ""; linkElement.text("(" + total + " like" + plural + ")"); detailElement = jQuery("#likesDetail-" + commentID + " .whoLiked"); plural = total != 1 ? "people" : "person"; detailElement.text(total + " " + plural + " liked this"); } function toggleCommentDetail(visibility, commentID, elementName, detail) { element = jQuery("#" + elementName + "-" + commentID); if (visibility == "swap") visibility = element.is(".render-hidden") ? "show" : "hide"; if (visibility == "show") element.removeClass("render-hidden"); else element.addClass("render-hidden"); }