<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">var parabola_settings={"masonry":"0","magazine":"0","mobile":"1","fitvids":"1"};;jQuery(document).ready(function(){parabola_activateMasonry();var custom_event=('ontouchstart'in window)?'touchstart':'click';var ios=/iPhone|iPad|iPod/i.test(navigator.userAgent);jQuery('#access .menu &gt; ul &gt; li a').on('click',function(e){var link_id=jQuery(this).attr('href');if(jQuery(this).closest('#access').data('clicked')==link_id){jQuery(this).closest('#access').data('clicked',null);}else{if(custom_event!='click'&amp;&amp;!ios&amp;&amp;(jQuery(this).parent().children('ul').length&gt;0)){e.preventDefault();}
jQuery(this).closest('#access').data('clicked',link_id);jQuery(this).next('.sub-menu').slideDown();}});jQuery(function(){jQuery(window).on('scroll',function(){var x=jQuery(this).scrollTop();var ver=getInternetExplorerVersion();if(ver&gt;-1&amp;&amp;ver&lt;=8){if(x!=0){jQuery('#toTop').show();}else{jQuery('#toTop').hide();}}
else{if(x!=0){jQuery('#toTop').fadeIn(3000);}else{jQuery('#toTop').fadeOut();}}});jQuery('#toTop').on('click',function(){jQuery('body,html').animate({scrollTop:0},800);});});jQuery("#access &gt; div &gt; ul &gt; li").on('mouseenter',function(){if(jQuery(this).find('ul').length&gt;0)jQuery("#access &gt; div &gt; ul &gt; li &gt; ul").hide();});jQuery("#access ul ul").css({display:"none"});jQuery("#access &gt; .menu ul li &gt; a:not(:only-child)").attr("aria-haspopup","true");jQuery("#access li").on('mouseenter',function(){jQuery(this).find('ul:first').stop();jQuery(this).find('ul:first').css({opacity:"0"}).css({visibility:"visible",display:"none",overflow:"visible"}).slideDown({duration:400}).animate({"opacity":1},{queue:false});}).on('mouseleave',function(){jQuery(this).find('ul:first').css({visibility:"visible",display:"block",overflow:"visible"}).slideUp(150);});jQuery(".socialicons").append('&lt;div class="socials-hover"&gt;&lt;/div&gt;');jQuery(".socialicons").on('mouseenter',function(){jQuery(this).find(".socials-hover").animate({"bottom":"0"},{queue:false,duration:150});}).on('mouseleave',function(){jQuery(this).find(".socials-hover").animate({"bottom":"100%"},{queue:false,duration:150,complete:function(){jQuery(this).css({bottom:"-100%"});}});});if(navigator.userAgent.indexOf('Safari')!=-1&amp;&amp;navigator.userAgent.indexOf('Chrome')==-1){jQuery('body').addClass('safari');}});function parabola_activateMasonry(){if((parabola_settings.masonry==1)&amp;&amp;(typeof jQuery.fn.masonry!=='undefined')){jQuery('body.magazine-layout .content-masonry').masonry({itemSelector:'article',columnWidth:'article',percentPosition:true,});}}
function parabola_mobilemenu_init(){var state=false;jQuery("#nav-toggle").on('click',function(){jQuery("#access").slideToggle(function(){if(state){jQuery(this).removeAttr('style')};state=!state;});});}
function parabola_equalizeHeights(){var h1=jQuery("#primary").height();var h2=jQuery("#secondary").height();var h3=jQuery("#content").height();var max=Math.max(h1,h2,h3);if(h1&lt;max){jQuery("#primary").height(max);};if(h2&lt;max){jQuery("#secondary").height(max);};}
jQuery(window).on('load',function(){if(parabola_settings.mobile==1)parabola_mobilemenu_init();if(parabola_settings.fitvids==1)jQuery(".entry-content").fitVids();parabola_activateMasonry();});
/*!
* FitVids 1.1
*
* Copyright 2013, Chris Coyier - http://css-tricks.com + Dave Rupert - http://daverupert.com
* Credit to Thierry Koblentz - http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/
* Released under the WTFPL license - http://sam.zoy.org/wtfpl/
*
*/
;(function($){'use strict';$.fn.fitVids=function(options){var settings={customSelector:null,ignore:null};if(!document.getElementById('fit-vids-style')){var head=document.head||document.getElementsByTagName('head')[0];var css='.fluid-width-video-wrapper{width:100%;position:relative;padding:0;}.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed {position:absolute;top:0;left:0;width:100%;height:100%;}';var div=document.createElement("div");div.innerHTML='&lt;p&gt;x&lt;/p&gt;&lt;style id="fit-vids-style"&gt;'+css+'&lt;/style&gt;';head.appendChild(div.childNodes[1]);}
if(options){$.extend(settings,options);}
return this.each(function(){var selectors=['iframe[src*="player.vimeo.com"]','iframe[src*="youtube.com"]','iframe[src*="youtube-nocookie.com"]','iframe[src*="kickstarter.com"][src*="video.html"]','object','embed'];if(settings.customSelector){selectors.push(settings.customSelector);}
var ignoreList='.fitvidsignore';if(settings.ignore){ignoreList=ignoreList+', '+settings.ignore;}
var $allVideos=$(this).find(selectors.join(','));$allVideos=$allVideos.not('object object');$allVideos=$allVideos.not(ignoreList);$allVideos.each(function(){var $this=$(this);if($this.parents(ignoreList).length&gt;0){return;}
if(this.tagName.toLowerCase()==='embed'&amp;&amp;$this.parent('object').length||$this.parent('.fluid-width-video-wrapper').length){return;}
if((!$this.css('height')&amp;&amp;!$this.css('width'))&amp;&amp;(isNaN($this.attr('height'))||isNaN($this.attr('width'))))
{$this.attr('height',9);$this.attr('width',16);}
var height=(this.tagName.toLowerCase()==='object'||($this.attr('height')&amp;&amp;!isNaN(parseInt($this.attr('height'),10))))?parseInt($this.attr('height'),10):$this.height(),width=!isNaN(parseInt($this.attr('width'),10))?parseInt($this.attr('width'),10):$this.width(),aspectRatio=height/width;if(!$this.attr('name')){var videoName='fitvid'+$.fn.fitVids._count;$this.attr('name',videoName);$.fn.fitVids._count++;}
$this.wrap('&lt;div class="fluid-width-video-wrapper"&gt;&lt;/div&gt;').parent('.fluid-width-video-wrapper').css('padding-top',(aspectRatio*100)+'%');$this.removeAttr('height').removeAttr('width');});});};$.fn.fitVids._count=0;})(window.jQuery||window.Zepto);function getInternetExplorerVersion()
{var rv=-1;if(navigator.appName=='Microsoft Internet Explorer')
{var ua=navigator.userAgent;var re=new RegExp("MSIE ([0-9]{1,}[\.0-9]{0,})");if(re.exec(ua)!=null)
rv=parseFloat(RegExp.$1);}
return rv;};var ajaxurl="https://findlatestfashions.com/wp-admin/admin-ajax.php";</pre></body></html>