if (typeof BingeIframeRan === “undefined”) {
window.addEventListener(“message”, receiveMessage, false);
function receiveMessage(event) {
try {
var parsed = JSON.parse(event.data)
if (parsed.context === “iframe.resize”) {
var iframes = document.getElementsByClassName(“binge-iframe”);
for (let i = 0; i < iframes.length; ++i) {
if (iframes[i].src == parsed.src || iframes[i].contentWindow === event.source) {
iframes[i].height = parsed.height; }
iframes[i].style.opacity = 1;
}
}
} catch (error) {
}
}
var BingeIframeRan = true;
}
Megan Fairchild is a principal dancer with New York City Ballet who can pivot precisely on the point of her toe like a music box fairy. To the layman, she makes it look effortless as she twirls delicately around on a pin point, flourishing her arms and hands.
But in fact, a pivot turn, or pirouette as ballet masters call them, is a series of steps so fluidly performed as to appear as a single, el… Read More