(function () {
// 1) Basic bot filter (extend if you like)
function isBot() {
return /(bot|crawl|spider|google|bing|slurp|yandex|facebook|linkedin|pinterest|preview|whatsapp|discord|telegram|headless|puppeteer)/i
.test(navigator.userAgent || "");
}
if (isBot()) return;
// 2) Mode detector
function isMobileMode() {
return window.matchMedia("(max-width: 767px)").matches ||
/Mobi|Android|iPhone|iPad|iPod/i.test(navigator.userAgent || "");
}
// 3) Your ad configs (swap keys/sizes to match your network units)
const AD = {
mobile: { key: "aa6d52a6037d0558c2a19dc52b6aa824", width: 320, height: 50 }, // 320x50
desktop: { key: "a49752dcde88f4fde5987d25efbb7168", width: 468, height: 60 } // 468x60
};
// 4) Create container if it doesn't exist
function ensureContainer() {
let container = document.getElementById("ad-container");
if (!container) {
container = document.createElement("div");
container.id = "ad-container";
container.style.display = "none";
document.body.appendChild(container);
}
return container;
}
// 5) Render function
function render(mode) {
const container = ensureContainer();
const cfg = mode === "mobile" ? AD.mobile : AD.desktop;
// Set global atOptions for ad network
window.atOptions = {
key: cfg.key,
format: "iframe",
height: cfg.height,
width: cfg.width,
params: {}
};
// Clear previous ad/script then inject
container.innerHTML = "";
container.style.display = "block";
const s = document.createElement("script");
s.src = `//selfportraitproved.com/${cfg.key}/invoke.js`;
s.async = true;
container.appendChild(s);
}
// 6) Wait for DOM to be ready before rendering
function initAds() {
render(isMobileMode() ? "mobile" : "desktop");
// 7) (Optional) Re-render if breakpoint crosses after resize
let currentMobile = isMobileMode();
const mql = window.matchMedia("(max-width: 767px)");
if (mql.addEventListener) {
mql.addEventListener("change", (e) => {
const nowMobile = e.matches;
if (nowMobile !== currentMobile) {
currentMobile = nowMobile;
render(currentMobile ? "mobile" : "desktop");
}
});
} else if (mql.addListener) { // older browsers
mql.addListener((e) => {
const nowMobile = e.matches;
if (nowMobile !== currentMobile) {
currentMobile = nowMobile;
render(currentMobile ? "mobile" : "desktop");
}
});
}
}
// 8) Execute when DOM is ready
if (document.readyState === "loading") {
document.addEventListener("DOMContentLoaded", initAds);
} else {
initAds();
}
})();
Hold on, hold on, why y'all beatin' on shit, what's that mean? Hold up, do y'all wanna learn a new dance? Are you qualified to learn one? That's what I thought Who can dance out there? Okay, we gonna try a new dance And if I don't see everybody doin' it, I don't wanna see you no more Jellybean, are we ready? Y'all better do this one What time is it? Alright, y'all got 10 seconds To get to the dance floor and whawk
America, have you heard? I got a brand new dance and it's called "The Bird" You don't need no finesse or no personality You just need two arms and an attitude And everybody sing with me, come on now
Whawk! Hallelujah! Whoa Whawk! Hallelujah! Whoa
Brothers, don't be cool Women like it sometimes when you act a fool Sisters, don't be shy Let your body get loose, you ain't to fat to fly Come on now
Whawk! Hallelujah! Whoa Whawk! Hallelujah! Whoa
👉 For more insights, check out this resource.
Yes, hold on now, this dance ain't for everybody Just the sexy people White folks, you're much too tight You gotta shake your head like the black folks You might get some tonight, look out
America, have you heard? Got a sexy new dance it's called "The Bird" You don't need no finesse or no personality You just need two arms and attitude And everybody sing with me, come on now
👉 Discover more in this in-depth guide.
Whawk! Hallelujah! Whoa, come on Whawk! Hallelujah! Whoa, everybody Whawk! Hallelujah! Whoa, come on Whawk! Hallelujah! Whoa
Alright, when the horns blow I want everybody on the floor You know this groove is sexy You ain't got no excuse no more Jerome, I wanna show 'em where we live Siamese twins joined at the suit Fellas, give me something to fly with, whawk
Alright, brothers, keep up with that Jerome, bring me my hat Did I mess my hair up? Fellas, y'all play something I'm go over here and talk to this girl
I pledge allegiance to the time Can y'all sing that? Sing it I said, I pledge allegiance to the time Whawk! Hallelujah! Whoa Whawk! Hallelujah! Whoa
Fellas? Yeah What's the word? Whawk When you wanna get some What'd you do? Do "The Bird"
Fellas? Yeah What's the word? Whawk When you wanna get some What'd you do? Do "The Bird"
America What's the word? Whawk When you wanna get some What'd you do? Do "The Bird" Take it home! Whawk! Whawk
Chili sauce It's the last call for alcohol If you ain't got what you want You got to get the hell outta here