”
], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();
In a recent chat with Cody Rhodes on What Do You Wanna Talk About? podcast, Ava revealed that she was working with her mother, Dany Garcia, now. The former WWE star added that the best part about her “new job” was that she was able to spend a lot more time with her mother than she had in years.
“Now that I’m not at WWE, I’m actually working much more closely with her. And one of my favorite things about having this new job is that it’s definitely brought me and my mom so much closer together and I’m spending so much more time with her and I love it.” (H/T – RingsideNews)
For those unaware, Garcia, who separated from The Rock in 2008, still works closely with him as a producing partner under the Seven Bucks Productions banner. Apart from that, she also oversees successful brands like Teremana Tequila, Under Armour, and ZOA Energy, just to name a few.
Ex-WWE star Ava shares details of her new job
Furthermore, Ava added that she worked as a “Junior Executive” for Seven Bucks Productions and that her primary role was to read scripts. She revealed that she was grateful to be working closely with both her parents and some of the most creative people in Hollywood, from writers to directors and producers.
“I work with both my parents now. So I work under Seven Bucks Productions now, and I think my official title is junior executive, I believe, which is just a fancy way to say that I get to read scripts and take notes and sit in on so many meetings with incredible writers and producers and directors, and I feel so lucky.”
Only time will tell if Ava’s new job will allow her to focus on training again or if the wrestling business remains a closed chapter in her life.
`;
if (index == 3 && isOpera) {
storyHTML += `
`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `
`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/news-the-rock-s-daughter-ava-officially-starts-new-job-leaving-wwe?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `
`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();
Fetching more content…
Read the full article here













