(function() { if (typeof NodeList.prototype.forEach === "function") return false; NodeList.prototype.forEach = Array.prototype.forEach; })(); var FinestModelsXMLHttp = new XMLHttpRequest(); var AmbassadeurModelsXMLHttp = new XMLHttpRequest(); var opn = "marqueeOpen", i, i2; function child_of(node, ancestor) { var child = node; while (child !== null) { if (child === ancestor) return true; child = child.parentNode; } return false; } function close_foldout() { foldout.classList.remove(opn); } function menu_init() { window.fmtitle = document.getElementById("FinestModelsTitle"); window.foldout = document.getElementById("foldOut"); window.collapse = document.getElementsByClassName("marqueeCollapsible"); window.uls = document.querySelectorAll(".marqueeContent ul"); for (i = 0; i < uls.length; i++) { var children = uls[i].getElementsByTagName("li"); for (i2 = 0; i2 < children.length; i2++) { children[i2].style.transitionDelay = i2 / 10 + "s"; } } for (i = 0; i < collapse.length; i++) { collapse[i].addEventListener("click", function() { this.classList.toggle("collapsibleOpen"); var content = this.nextElementSibling; content.classList.toggle("collapsibleContainer"); if (content.classList.contains("collapsibleContainer")) { content.style.transitionDelay = content.getElementsByTagName("li").length / 10 + "s"; } else { content.style.transitionDelay = "0s"; } }); } document.addEventListener("click", function(event) { if (foldout !== event.target && !child_of(event.target, foldout) && foldout.classList.contains(opn)) { close_foldout(); } }); fmtitle.addEventListener("click", function() { setTimeout(function() { foldout.classList.add(opn); }, 300); }) window.onscroll = function(e) { if (window.pageYOffset > 55) { close_foldout(); } } } function shuffleArray(array) { for (var i = array.length - 1; i > 0; i--) { var j = Math.floor(Math.random() * (i + 1)); var temp = array[i]; array[i] = array[j]; array[j] = temp; } } var FinestModelsArray = []; AmbassadeurModelsXMLHttp.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) { new DOMParser().parseFromString(AmbassadeurModelsXMLHttp.responseText, "text/xml").querySelectorAll("item").forEach(function(node) { FinestModelsArray.push("

⭐️ " + node.getElementsByTagName("title")[0].childNodes[0].nodeValue + " ⭐️

"); }); var FinestModelsHtml = ""; if(FinestModelsArray.length > 0) { shuffleArray(FinestModelsArray); while((link = FinestModelsArray.pop()) != null) { FinestModelsHtml+= link; } } document.getElementById("FinestModelsMarquee").innerHTML = FinestModelsHtml; var FinestModelsWidth = 0; document.getElementById("FinestModelsMarquee").querySelectorAll("p").forEach(function(node) { FinestModelsWidth += node.offsetWidth; }); FinestModelsWidth += document.getElementById("FinestModelsWrapper").offsetWidth; document.getElementById("FinestModelsMarquee").width = FinestModelsWidth; var FinestModelsAnimation = document.createElement("style"); FinestModelsAnimation.innerHTML = "#FinestModels #FinestModelsMarquee{" + "white-space:nowrap;display:block;" + "width:" + FinestModelsWidth + "px;" + "position:absolute;z-index:10001;" + "animation:marquee " + (FinestModelsWidth/70) + "s linear infinite}" + "#FinestModels #FinestModelsMarquee:hover{" + "animation-play-state:paused;cursor:pointer}" + "@keyframes marquee{" + "0%{left:100%}" + "100%{left:-" + FinestModelsWidth + "px}" + "}"; document.body.appendChild(FinestModelsAnimation); } }; window.addEventListener("DOMContentLoaded", function() { var div = document.createElement("DIV"); var htmlMenu = "
Close
Network homepage
This website is part of a network of sites. Check out the network below!
The Network
Log In to Your Account
" if(portalCreateAccount == true) htmlMenu+= "
Are you a creator? Join the model team to start selling premium content to your fans and reach thousands of new visitors every month!
Join the Model Team
" htmlMenu+= "
Menu
"; div.innerHTML = htmlMenu; var body = document.getElementsByTagName("body")[0]; body.insertBefore(div, body.firstChild); var FinestModelsStyle = document.createElement("style"); FinestModelsStyle.innerHTML = "#FinestModels{max-width:1280px;margin:auto;box-shadow:6px 0 20px -4px rgba(0,0,0,.7),-6px 0 20px -4px rgba(0,0,0,.7)}#FinestModels #FinestModelsWrapper{position:relative;top:0;left:0;width:100%;background:#fff;height:46px;overflow:hidden;-webkit-font-smoothing:antialiased;z-index:10000}#FinestModels #FinestModelsTitle{font-family:Oswald,sans-serif!important;display:inline-block;position:absolute;padding:9px 12px 11px 15px;background:#d90095;color:#fff;font-size:18px;margin:0;text-transform:uppercase;text-rendering:optimizeLegibility;text-overflow:clip;white-space:nowrap;z-index:10002}#FinestModels #FinestModelsTitle:after{content:'';display:block;height:0;position:absolute;width:0;top:0;border-color:inherit;border-bottom:45px solid rgba(255,255,255,0);border-left:10px solid #d90095;border-top:0 solid rgba(255,255,255,0);right:-10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}#FinestModels #FinestModelsTitle a{color:#fff}#FinestModels p{font-family:Oswald,sans-serif!important;display:inline-block;padding:9px 12px 0 15px;margin:0;margin-right:30px;font-weight:400;font-size:18px;color:#000}#foldWrapper{max-width:1280px;box-sizing:border-box;position:relative;height:100%;margin:auto}#foldOut{display:block!important;position:absolute;top:0;bottom:0;left:0;background-color:#fff;width:0;font-family:Tahoma,sans-serif;height:100vh;min-width:0;max-width:460px;white-space:nowrap;overflow:hidden;z-index:100001;-webkit-transition:all .8s ease-in-out;-moz-transition:all .8s ease-in-out;-ms-transition:all .8s ease-in-out;-o-transition:all .8s ease-in-out;transition:all .8s ease-in-out}#foldOut .marqueeContent{left:-460px;transition:left .6s ease-in-out}.marqueeOpen .marqueeContent{transition:left .5s ease-in-out .4s!important}#FinestModelsTitle{cursor:pointer}.hamburgerTitle{height:46px;line-height:46px;padding:0 12px 0 54px!important}.hamburgerContainer{position:absolute;top:0;left:0;display:inline-block;height:38px;width:30px;margin:4px 12px;background-color:transparent;margin-right:5px}.closedHamburger span{display:block;position:relative;background-color:#fff;width:30px;height:2px;top:16px;left:0}.closedHamburger span:first-child{-webkit-transform:rotate(135deg) translate(2px,-1px);-ms-transform:rotate(135deg) translate(2px,-1px);transform:rotate(135deg) translate(2px,-1px)}.closedHamburger span:last-child{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.openHamburger span{display:block;position:relative;background-color:#fff;width:25px;top:4px;height:2px;margin:6px auto}.marqueeOpen{width:40vw!important;min-width:280px!important;max-width:460px;-webkit-box-shadow:9px 3px 38px -20px rgba(0,0,0,.75);-moz-box-shadow:9px 3px 38px -20px rgba(0,0,0,.75);box-shadow:9px 3px 38px -20px rgba(0,0,0,.75)}.marqueeOpen .marqueeContent{left:0!important;color:#6d6d6d;}#topbar{cursor:pointer;height:46px;width:100%;background:#d90095;color:#fff;font-family:Oswald,sans-serif;font-size:18px;line-height:46px;text-transform:uppercase}.marqueeContent section{position:relative;padding:2% 5%;opacity:1;border-bottom:1px solid #d9d9d9;font-family:Oswald,sans-serif;font-weight:400;font-size:1.35em;text-transform:uppercase}.marqueeCollapsible:hover,.marqueeContent a:hover section{background-color:#fbe6f4}.marqueeCollabsible{cursor:pointer}.marqueeContent{position:relative;max-height:calc(100% - 46px);overflow-y:auto;overflow-x:hidden;font-family:'Yanone Kaffeesatz',sans-serif;font-weight:400}.arr{position:absolute;right:4%;transform:rotate(90deg);transition:.3s}.collapsibleOpen .arr{transform:rotate(0)}.arr:after,.arr:before{position:relative;content:'';top:5px;height:16px;width:15px;display:inline-block;border-left:1px solid #000}.marqueeContent ul{margin:0}.marqueeContent ul:not(.collapsibleContainer){max-height:300px;padding-top:3%;padding-bottom:3%;border-bottom:1px solid #d9d9d9;transition:all .5s}.marqueeContent a{text-decoration:none}.marqueeContent a section:not(.sectionCta){color:#000}.marqueeContent a:hover,.marqueeContent a:hover section{text-decoration:underline;color:#d90095}.collapsibleContainer{max-height:0;padding:0;transition:all .3s .3s}.marqueeContent li{position:relative;transition:left .6s ease-in-out;font-size:1.2em;left:4px;height:100%;margin:5.5% 0;transition:left .3s .3s}.marqueeText{padding:6% 5%;text-align:center;font-family:'Yanone Kaffeesatz',sans-serif;line-height:1.5;font-weight:400;font-size:1.2em;word-wrap:normal;overflow:normal;white-space:normal;max-width:100%;border-bottom:1px solid #d9d9d9}.marqueeContent a section{cursor:pointer}.collapsibleContainer li{height:0;padding:0;margin:0;left:-230px;transition:all .6s .3s,left .6s}.arr:before{transform:rotate(-45deg) translate(12.8px,-1.6px)}.arr:after{transform:rotate(45deg) translate(2px,-1.5px)}#FinestModels a{color:#000;text-decoration:none}#FinestModels a:hover{color:#000;text-decoration:underline}@media (max-width:425px){#foldOut{font-size:13px}.marqueeContent{max-height:82%}#FinestModels #FinestModelsTitle{padding: 9px 12px 11px 0px!important;color: rgba(0,0,0,0);user-select: none;-webkit-user-select:none;-ms-user-select:none;}}@media (min-width:426px){#foldOut{font-size:14px}}"; document.body.appendChild(FinestModelsStyle); AmbassadeurModelsXMLHttp.open("GET", "/popular/?timestamp=" + new Date().getTime().toString().substr(0, 8), true); AmbassadeurModelsXMLHttp.send(); menu_init(); }, false);