(function(){
var DATA={
  "experiments": {
    "11628352": {
      "conditions": [
        {
          "type": "url", 
          "values": [
            {
              "match": "simple", 
              "value": "http://dev.latest.junglecents.appspot.com/"
            }
          ]
        }, 
        {
          "only_first_time": true, 
          "type": "visitor", 
          "value": "all"
        }
      ], 
      "is_site_catalyst_enabled": "disabled", 
      "name": "Email Sign Up Box", 
      "site_catalyst_evar": 1, 
      "variation_ids": [
        "11626673", 
        "11623904"
      ]
    }, 
    "12090822": {
      "code": "/* \n\n\tSunscriber Traffic Pop\n\tVersion:    1.0\n\tCreated By: Tyler Colwell\n\tWebsite:    http://tyler.tc/\n\t\n\tCopyright \u00c2\u00a9 2011 Tyler Colwell\n\t\n\tCountdown Written by Keith Wood http://keith-wood.name/.\n\n*/\n\n(function($){\n\n\t$.fn.subscriberPop = function(options){\n\t\n\t\t\t// Setup the options that can be accessed from outside the plugin\n\t\t\tvar defaults = {\n\t\t\t\ttimeout: 25,\n\t\t\t\tcloseable: true,\n\t\t\t\twait: 0,\n\t\t\t\tlang: \"en\",\n\t\t\t\tcustom_close: '#custom_close',\n\t\t\t\tmethod: 'post',\n\t\t\t\taction: 'process_form.php'\n\t\t\t};\n\t\t\t\n\t\t\t// Extend options and apply defaults if they are not set\n\t\t\tvar options = $.extend(defaults, options);\n\t\t\t\n\t\t\t// Setup the localzation strings, add your own if needed\n\t\t\tvar tstrings = {\n\t\t\t\t\n\t\t\t\t// This is your wait text i.e. '{or wait} xx seconds'\n\t\t\t\torwait: {\n\t\t\t\t\ten: \"or wait\",\n\t\t\t\t\tfr: \"ou attendre\",\n\t\t\t\t\tde: \"order warten\",\n\t\t\t\t\tit: \"o attendere\",\n\t\t\t\t\tes: \"o esperar\"\n\t\t\t\t},\n\t\t\t\t\n\t\t\t\t// seconds string\n\t\t\t\tseconds: {\n\t\t\t\t\ten: \"seconds\",\n\t\t\t\t\tfr: \"secondes\",\n\t\t\t\t\tde: \"sekunden\",\n\t\t\t\t\tit: \"secondi\",\n\t\t\t\t\tes: \"segundos\"\n\t\t\t\t},\n\t\t\t\t\n\t\t\t\t// Subscribe string\n\t\t\t\tsubscribe: {\n\t\t\t\t\ten: \"Join Today\",\n\t\t\t\t\tfr: \"Abonnez-vous\",\n\t\t\t\t\tde: \"Abonnieren\",\n\t\t\t\t\tit: \"Iscriviti\",\n\t\t\t\t\tes: \"Suscribirse\"\n\t\t\t\t}\n\t\t\t\t\n\t\t\t}\n\t\t\t\n\t\t\t/* Create a function that builds the popup html\n\t\t\t   markup. Then, prepend the popup to the body */\n\t\t\tsxtpHTML = function() {\n\t\t\t\t\n\t\t\t\t//var sxtp = '<div id=\"sxtp_bg\"></div><div id=\"sxtp_main\"><div id=\"sxtp_close\"><a id=\"sxtp_cbtn\" href=\"#close\">X</a></div><div id=\"sxtp_msg\">' + defaults.message + '</div><div id=\"sxtp_form\"><form id=\"sxtp_email_form\" action=\"process_form.php\" method=\"post\"><input required=\"required\" name=\"sxtp_email\" placeholder=\"first name\" id=\"sxtp_email\" type=\"text\" /><input required=\"required\" name=\"sxtp_email\" placeholder=\"last name\" id=\"sxtp_email\" type=\"text\" /><input required=\"required\" name=\"sxtp_email\" placeholder=\"enter your email address\" id=\"sxtp_email\" type=\"email\" /> <input name=\"sxtp_submit\" type=\"submit\" id=\"sxtp_submit\" value=\"Join Today\"></form></div><div id=\"sxtp_counter\">'+tstrings.subscribe[defaults.lang]+' '+tstrings.orwait[defaults.lang]+' <span id=\"sxtp_seconds\">0</span> '+tstrings.seconds[defaults.lang]+'.</div></div>';\n\t\t\t\t\n\t\t\t\t//var sxtp = \"<div id='sxtp_bg'></div><div id='signup_content' class=full_height><div id=logo_section> <img src=images/signup/logo2.png alt=logo></div><div id=content_section> <h1 class=SignPainter>Oh Snap! It's the JungleCents.</h1><div class=content_box><p class=medium> Sign up to get exclusive access to all of our sales events, deal offerings, <br />and exclusive content. We'll send you an alert when new deals are being offered.</p> <form action=\"\" method=post> <input type=text id=email name=email> <br /><br /> <button class=signup_button></button><p class=small><br />or just hit the magical little blue button&nbsp; <img src=images/connect_facebook.png class=img_button onclick=window.location='#connect-facebook' align=absmiddle /></p><p align=right> <br />  <button class=skip>Skip This&raquo;</button></p> </form></div><p align=center class='small note'> **** we promise not to spam you. we don\u00e2\u20ac\u2122t like meat that comes out of a can. ****</p></div></div>\";\n \t\t\t\tsxtp = '<div id=\"sxtp_bg\"></div><div id=\"sxtp_main\"><div id=\"signup_content\" class=full_height><div id=logo_section> <img src=images/signup/logo2.png alt=logo></div><div id=\"content_section\"> <h1 class=SignPainter>Oh Snap! It\\'s the JungleCents.</h1><div class=content_box><div id=\"sxtp_close\" class=\"sxtp_cbtn\" ></div><p class=medium>' + defaults.message + '</p><form id=\"sxtp_email_form\" action=\"process_form.php\" method=\"post\"><input type=text id=\"email\" required=\"required\" name=\"sxtp_email\" > <br /><br /> <button class=signup_button id=\"sxtp_submit\"name=\"sxtp_submit\" type=\"submit\"  ></button><p class=small><br />' + defaults.message2 + '</p><p align=right> <br />  <a   class=\"skip sxtp_cbtn\" href=\"#close\" >Skip This&raquo;</a></p></form></div><p align=center class=\"small note\">' + defaults.message3 + '</p></div></div></div>';\n\t\t\t\t// Return the pop up markup\n\t\t\t\treturn sxtp;\n\t\t\t\t\n\t\t\t}\n\t\t\t\n\t\t\t// Create a variable to hold the markup ( Needed For I.E 8 6 + 7 )\n\t\t\tvar markup = sxtpHTML();\n\t\t\t\n\t\t\t// Prepend the popup into the body of the page\n\t\t\t$('body').prepend( markup );\n\t\t\t\n\t\t\t// Get cookie to see if they already clicked like\n\t\t\tvar cook = readCookie('sxtpA');\n\t\t\n\t\t\t// Get wait cookie\n\t\t\tvar waitCook = readCookie('sxtpB');\n\t\t\t\n\t\t\t// Only show the pop up if the user has not clicked like already\n\t\t\tif(cook != 'true' && waitCook != 'true'){\n\t\t\t\t\n\t\t\t\t// Cache our selectors ;)\n\t\t\t\tvar sxtp_main = $(\"#sxtp_main\");\n\t\t\t\tvar sxtp_bg = $(\"#sxtp_bg\");\n\t\t\t\tvar sxtp_close = $(\"#sxtp_close\");\n\n\t\t\t\t// Get window width and height to center the pop up\n\t\t\t\tvar windowWidth = document.documentElement.clientWidth;\n\t\t\t\tvar windowHeight = document.documentElement.clientHeight;\n\t\t\t\tvar popupHeight = sxtp_main.height();\n\t\t\t\tvar popupWidth = sxtp_main.width();\n\t\t\t\t\t\t\t\t\n\t\t\t\t// Simple division will let us make sure the box is centered on all screen resolutions\n\t\t\t\tsxtp_main.css({\"position\": \"absolute\",\"top\": windowHeight / 2 - popupHeight / 2,\"left\": windowWidth/2-popupWidth/2});\n\t\t\t\t\n\t\t\t\t// Make sure background covers entire page height\n\t\t\t\tsxtp_bg.css({\"height\": windowHeight});\n\t\t\t\t\n\t\t\t\t// Check if the closeable is set to true\n\t\t\t\tif(defaults.closeable == true){\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t// If so, display a close button for the pop up\n\t\t\t\t\tsxtp_close.css({\"display\": \"block\"});\n\t\t\t\t\t\n\t\t\t\t}\n\t\t\t\n\t\t\t\t// Set the background shadow active - higher opactity = darker background shadow\n\t\t\t\tsxtp_bg.css({\"opacity\": \"0.9\"});\n\t\t\t\t\n\t\t\t\t// Fade in the background shadow\n\t\t\t\tsxtp_bg.fadeIn(\"slow\");\n\t\t\t\t\n\t\t\t\t// Fade in the popup box\n\t\t\t\tsxtp_main.fadeIn(\"slow\");\n\t\t\t\t\t\t\t\t\n\t\t\t\t// Initiate the timer (more documentation on the countdown timer here: http://keith-wood.name/countdownRef.html)\n\t\t\t\t$('#sxtp_seconds').countdown({until: '+'+defaults.timeout+'s', format: 'S', compact: true, description: '', onExpiry: sxtpClose});\n\t\t\t\t\n\t\t\t\t// Check if the script should wait between popups\n\t\t\t\tif(defaults.wait != 0){\n\t\t\t\t\t\n\t\t\t\t\t// If so, set the wait cookie so it does not constantly pop up\n\t\t\t\t\tcreateWait('sxtpB', 'true', defaults.wait);\n\t\t\t\t\t\n\t\t\t\t}\n\t\t\t\t\t\t\t\t\n\t\t\t} // End if\n\t\t\t\n\t\t\t// function to remove the pop up from the screen\n\t\t\tfunction sxtpClose(action){\n\t\t\t\t\t\n\t\t\t\t// Check if the user completed the like or if the timer ran out\n\t\t\t\tif(action == true){\n\t\t\t\t\t\t\t\n\t\t\t\t\t// Create the cookie to remember the user clicked like, 30 is the number of days it will expire in.\n\t\t\t\t\tcreateCookie('sxtpA', 'true', 365);\n\t\t\t\t\t\t\t\n\t\t\t\t} // End if\n\t\t\t\t\t\t\n\t\t\t\t// Fade out the background shadow\n\t\t\t\tsxtp_bg.fadeOut(\"slow\");\n\t\t\t\t\t\t\n\t\t\t\t// Fade out the pop up itself\n\t\t\t\tsxtp_main.fadeOut(\"slow\");\n\t\t\t\t\t\n\t\t\t}\n\t\t\t\n\t\t\t// Bind close event to close button\n\t\t\t$('.sxtp_cbtn').bind('click', function(){\n\t\t\t\t\n\t\t\t\t// Run closeout function\n\t\t\t\tsxtpClose();\n\t\t\t\t\n\t\t\t});\n\t\t\t\t\t\t\n\t\t\t// Detect form submit and send to processor\n\t\t\t$('#sxtp_email_form').submit(function() {\n\t\t\t\t\n\t\t\t\t// Get form data to send to php script\n\t\t\t\tvar data = $(this).serialize();\n\t\t\t\t\n\t\t\t\t// Send form data via Ajax\n\t\t\t\t$.ajax({\n\t\t\t\t\ttype: defaults.method,\n\t\t\t\t\turl: defaults.action,\n\t\t\t\t\tdata: data,\n\t\t\t\t\t// On success of sending dispay the message\n\t\t\t\t\tsuccess: function(html) {\n\t\t\t\t\t\t\n\t\t\t\t\t\t$('#sxtp_main').html(html);\n\t\t\t\t\t\t\n\t\t\t\t\t\t// Bind close event to user defined close button on submit return\n\t\t\t\t\t\t$(defaults.custom_close).bind('click', function(){\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t// Run closeout function\n\t\t\t\t\t\t\tsxtpClose();\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t});\n\t\t\t\t\t\t\n\t\t\t\t\t} // End on Success\n\t\t\t\t});\n\t\t\t\t\n\t\t\t\t/* Always return false j Q u e r y\n\t\t\t\t                        . . . . .  */\n\t\t\t\treturn false;\n\t\t\t\t\n\t\t\t});\t// End form submit detection / AJAX\t\t\n\t\n\t}; // End Main Function\n\n})(jQuery); // End Plugin\n\n// Begin counter code - for documentation visit: http://keith-wood.name/countdownRef.html\n(function($){function Countdown(){this.regional=[];this.regional['']={labels:['Years','Months','Weeks','Days','Hours','Minutes','Seconds'],labels1:['Year','Month','Week','Day','Hour','Minute','Second'],compactLabels:['y','m','w','d'],whichLabels:null,timeSeparator:':',isRTL:false};this._defaults={until:null,since:null,timezone:null,serverSync:null,format:'dHMS',layout:'',compact:false,significant:0,description:'',expiryUrl:'',expiryText:'',alwaysExpire:false,onExpiry:null,onTick:null,tickInterval:1};$.extend(this._defaults,this.regional['']);this._serverSyncs=[]}var w='countdown';var Y=0;var O=1;var W=2;var D=3;var H=4;var M=5;var S=6;$.extend(Countdown.prototype,{markerClassName:'hasCountdown',_timer:setInterval(function(){$.countdown._updateTargets()},980),_timerTargets:[],setDefaults:function(a){this._resetExtraLabels(this._defaults,a);extendRemove(this._defaults,a||{})},UTCDate:function(a,b,c,e,f,g,h,i){if(typeof b=='object'&&b.constructor==Date){i=b.getMilliseconds();h=b.getSeconds();g=b.getMinutes();f=b.getHours();e=b.getDate();c=b.getMonth();b=b.getFullYear()}var d=new Date();d.setUTCFullYear(b);d.setUTCDate(1);d.setUTCMonth(c||0);d.setUTCDate(e||1);d.setUTCHours(f||0);d.setUTCMinutes((g||0)-(Math.abs(a)<30?a*60:a));d.setUTCSeconds(h||0);d.setUTCMilliseconds(i||0);return d},periodsToSeconds:function(a){return a[0]*31557600+a[1]*2629800+a[2]*604800+a[3]*86400+a[4]*3600+a[5]*60+a[6]},_settingsCountdown:function(a,b){if(!b){return $.countdown._defaults}var c=$.data(a,w);return(b=='all'?c.options:c.options[b])},_attachCountdown:function(a,b){var c=$(a);if(c.hasClass(this.markerClassName)){return}c.addClass(this.markerClassName);var d={options:$.extend({},b),_periods:[0,0,0,0,0,0,0]};$.data(a,w,d);this._changeCountdown(a)},_addTarget:function(a){if(!this._hasTarget(a)){this._timerTargets.push(a)}},_hasTarget:function(a){return($.inArray(a,this._timerTargets)>-1)},_removeTarget:function(b){this._timerTargets=$.map(this._timerTargets,function(a){return(a==b?null:a)})},_updateTargets:function(){for(var i=this._timerTargets.length-1;i>=0;i--){this._updateCountdown(this._timerTargets[i])}},_updateCountdown:function(a,b){var c=$(a);b=b||$.data(a,w);if(!b){return}c.html(this._generateHTML(b));c[(this._get(b,'isRTL')?'add':'remove')+'Class']('countdown_rtl');var d=this._get(b,'onTick');if(d){var e=b._hold!='lap'?b._periods:this._calculatePeriods(b,b._show,this._get(b,'significant'),new Date());var f=this._get(b,'tickInterval');if(f==1||this.periodsToSeconds(e)%f==0){d.apply(a,[e])}}var g=b._hold!='pause'&&(b._since?b._now.getTime()<b._since.getTime():b._now.getTime()>=b._until.getTime());if(g&&!b._expiring){b._expiring=true;if(this._hasTarget(a)||this._get(b,'alwaysExpire')){this._removeTarget(a);var h=this._get(b,'onExpiry');if(h){h.apply(a,[])}var i=this._get(b,'expiryText');if(i){var j=this._get(b,'layout');b.options.layout=i;this._updateCountdown(a,b);b.options.layout=j}var k=this._get(b,'expiryUrl');if(k){window.location=k}}b._expiring=false}else if(b._hold=='pause'){this._removeTarget(a)}$.data(a,w,b)},_changeCountdown:function(a,b,c){b=b||{};if(typeof b=='string'){var d=b;b={};b[d]=c}var e=$.data(a,w);if(e){this._resetExtraLabels(e.options,b);extendRemove(e.options,b);this._adjustSettings(a,e);$.data(a,w,e);var f=new Date();if((e._since&&e._since<f)||(e._until&&e._until>f)){this._addTarget(a)}this._updateCountdown(a,e)}},_resetExtraLabels:function(a,b){var c=false;for(var n in b){if(n!='whichLabels'&&n.match(/[Ll]abels/)){c=true;break}}if(c){for(var n in a){if(n.match(/[Ll]abels[0-9]/)){a[n]=null}}}},_adjustSettings:function(a,b){var c;var d=this._get(b,'serverSync');var e=0;var f=null;for(var i=0;i<this._serverSyncs.length;i++){if(this._serverSyncs[i][0]==d){f=this._serverSyncs[i][1];break}}if(f!=null){e=(d?f:0);c=new Date()}else{var g=(d?d.apply(a,[]):null);c=new Date();e=(g?c.getTime()-g.getTime():0);this._serverSyncs.push([d,e])}var h=this._get(b,'timezone');h=(h==null?-c.getTimezoneOffset():h);b._since=this._get(b,'since');if(b._since!=null){b._since=this.UTCDate(h,this._determineTime(b._since,null));if(b._since&&e){b._since.setMilliseconds(b._since.getMilliseconds()+e)}}b._until=this.UTCDate(h,this._determineTime(this._get(b,'until'),c));if(e){b._until.setMilliseconds(b._until.getMilliseconds()+e)}b._show=this._determineShow(b)},_destroyCountdown:function(a){var b=$(a);if(!b.hasClass(this.markerClassName)){return}this._removeTarget(a);b.removeClass(this.markerClassName).empty();$.removeData(a,w)},_pauseCountdown:function(a){this._hold(a,'pause')},_lapCountdown:function(a){this._hold(a,'lap')},_resumeCountdown:function(a){this._hold(a,null)},_hold:function(a,b){var c=$.data(a,w);if(c){if(c._hold=='pause'&&!b){c._periods=c._savePeriods;var d=(c._since?'-':'+');c[c._since?'_since':'_until']=this._determineTime(d+c._periods[0]+'y'+d+c._periods[1]+'o'+d+c._periods[2]+'w'+d+c._periods[3]+'d'+d+c._periods[4]+'h'+d+c._periods[5]+'m'+d+c._periods[6]+'s');this._addTarget(a)}c._hold=b;c._savePeriods=(b=='pause'?c._periods:null);$.data(a,w,c);this._updateCountdown(a,c)}},_getTimesCountdown:function(a){var b=$.data(a,w);return(!b?null:(!b._hold?b._periods:this._calculatePeriods(b,b._show,this._get(b,'significant'),new Date())))},_get:function(a,b){return(a.options[b]!=null?a.options[b]:$.countdown._defaults[b])},_determineTime:function(k,l){var m=function(a){var b=new Date();b.setTime(b.getTime()+a*1000);return b};var n=function(a){a=a.toLowerCase();var b=new Date();var c=b.getFullYear();var d=b.getMonth();var e=b.getDate();var f=b.getHours();var g=b.getMinutes();var h=b.getSeconds();var i=/([+-]?[0-9]+)\\s*(s|m|h|d|w|o|y)?/g;var j=i.exec(a);while(j){switch(j[2]||'s'){case's':h+=parseInt(j[1],10);break;case'm':g+=parseInt(j[1],10);break;case'h':f+=parseInt(j[1],10);break;case'd':e+=parseInt(j[1],10);break;case'w':e+=parseInt(j[1],10)*7;break;case'o':d+=parseInt(j[1],10);e=Math.min(e,$.countdown._getDaysInMonth(c,d));break;case'y':c+=parseInt(j[1],10);e=Math.min(e,$.countdown._getDaysInMonth(c,d));break}j=i.exec(a)}return new Date(c,d,e,f,g,h,0)};var o=(k==null?l:(typeof k=='string'?n(k):(typeof k=='number'?m(k):k)));if(o)o.setMilliseconds(0);return o},_getDaysInMonth:function(a,b){return 32-new Date(a,b,32).getDate()},_normalLabels:function(a){return a},_generateHTML:function(c){var d=this._get(c,'significant');c._periods=(c._hold?c._periods:this._calculatePeriods(c,c._show,d,new Date()));var e=false;var f=0;var g=d;var h=$.extend({},c._show);for(var i=Y;i<=S;i++){e|=(c._show[i]=='?'&&c._periods[i]>0);h[i]=(c._show[i]=='?'&&!e?null:c._show[i]);f+=(h[i]?1:0);g-=(c._periods[i]>0?1:0)}var j=[false,false,false,false,false,false,false];for(var i=S;i>=Y;i--){if(c._show[i]){if(c._periods[i]){j[i]=true}else{j[i]=g>0;g--}}}var k=this._get(c,'compact');var l=this._get(c,'layout');var m=(k?this._get(c,'compactLabels'):this._get(c,'labels'));var n=this._get(c,'whichLabels')||this._normalLabels;var o=this._get(c,'timeSeparator');var p=this._get(c,'description')||'';var q=function(a){var b=$.countdown._get(c,'compactLabels'+n(c._periods[a]));return(h[a]?c._periods[a]+(b?b[a]:m[a])+' ':'')};var r=function(a){var b=$.countdown._get(c,'labels'+n(c._periods[a]));return((!d&&h[a])||(d&&j[a])?'<span class=\"countdown_section\"><span class=\"countdown_amount\">'+c._periods[a]+'</span><br/>'+(b?b[a]:m[a])+'</span>':'')};return(l?this._buildLayout(c,h,l,k,d,j):((k?'<span class=\"countdown_row countdown_amount'+(c._hold?' countdown_holding':'')+'\">'+q(Y)+q(O)+q(W)+q(D)+(h[H]?this._minDigits(c._periods[H],2):'')+(h[M]?(h[H]?o:'')+this._minDigits(c._periods[M],2):'')+(h[S]?(h[H]||h[M]?o:'')+this._minDigits(c._periods[S],2):''):'<span class=\"countdown_row countdown_show'+(d||f)+(c._hold?' countdown_holding':'')+'\">'+r(Y)+r(O)+r(W)+r(D)+r(H)+r(M)+r(S))+'</span>'+(p?'<span class=\"countdown_row countdown_descr\">'+p+'</span>':'')))},_buildLayout:function(c,d,e,f,g,h){var j=this._get(c,(f?'compactLabels':'labels'));var k=this._get(c,'whichLabels')||this._normalLabels;var l=function(a){return($.countdown._get(c,(f?'compactLabels':'labels')+k(c._periods[a]))||j)[a]};var m=function(a,b){return Math.floor(a/b)%10};var o={desc:this._get(c,'description'),sep:this._get(c,'timeSeparator'),yl:l(Y),yn:c._periods[Y],ynn:this._minDigits(c._periods[Y],2),ynnn:this._minDigits(c._periods[Y],3),y1:m(c._periods[Y],1),y10:m(c._periods[Y],10),y100:m(c._periods[Y],100),y1000:m(c._periods[Y],1000),ol:l(O),on:c._periods[O],onn:this._minDigits(c._periods[O],2),onnn:this._minDigits(c._periods[O],3),o1:m(c._periods[O],1),o10:m(c._periods[O],10),o100:m(c._periods[O],100),o1000:m(c._periods[O],1000),wl:l(W),wn:c._periods[W],wnn:this._minDigits(c._periods[W],2),wnnn:this._minDigits(c._periods[W],3),w1:m(c._periods[W],1),w10:m(c._periods[W],10),w100:m(c._periods[W],100),w1000:m(c._periods[W],1000),dl:l(D),dn:c._periods[D],dnn:this._minDigits(c._periods[D],2),dnnn:this._minDigits(c._periods[D],3),d1:m(c._periods[D],1),d10:m(c._periods[D],10),d100:m(c._periods[D],100),d1000:m(c._periods[D],1000),hl:l(H),hn:c._periods[H],hnn:this._minDigits(c._periods[H],2),hnnn:this._minDigits(c._periods[H],3),h1:m(c._periods[H],1),h10:m(c._periods[H],10),h100:m(c._periods[H],100),h1000:m(c._periods[H],1000),ml:l(M),mn:c._periods[M],mnn:this._minDigits(c._periods[M],2),mnnn:this._minDigits(c._periods[M],3),m1:m(c._periods[M],1),m10:m(c._periods[M],10),m100:m(c._periods[M],100),m1000:m(c._periods[M],1000),sl:l(S),sn:c._periods[S],snn:this._minDigits(c._periods[S],2),snnn:this._minDigits(c._periods[S],3),s1:m(c._periods[S],1),s10:m(c._periods[S],10),s100:m(c._periods[S],100),s1000:m(c._periods[S],1000)};var p=e;for(var i=Y;i<=S;i++){var q='yowdhms'.charAt(i);var r=new RegExp('\\\\{'+q+'<\\\\}(.*)\\\\{'+q+'>\\\\}','g');p=p.replace(r,((!g&&d[i])||(g&&h[i])?'$1':''))}$.each(o,function(n,v){var a=new RegExp('\\\\{'+n+'\\\\}','g');p=p.replace(a,v)});return p},_minDigits:function(a,b){a=''+a;if(a.length>=b){return a}a='0000000000'+a;return a.substr(a.length-b)},_determineShow:function(a){var b=this._get(a,'format');var c=[];c[Y]=(b.match('y')?'?':(b.match('Y')?'!':null));c[O]=(b.match('o')?'?':(b.match('O')?'!':null));c[W]=(b.match('w')?'?':(b.match('W')?'!':null));c[D]=(b.match('d')?'?':(b.match('D')?'!':null));c[H]=(b.match('h')?'?':(b.match('H')?'!':null));c[M]=(b.match('m')?'?':(b.match('M')?'!':null));c[S]=(b.match('s')?'?':(b.match('S')?'!':null));return c},_calculatePeriods:function(c,d,e,f){c._now=f;c._now.setMilliseconds(0);var g=new Date(c._now.getTime());if(c._since){if(f.getTime()<c._since.getTime()){c._now=f=g}else{f=c._since}}else{g.setTime(c._until.getTime());if(f.getTime()>c._until.getTime()){c._now=f=g}}var h=[0,0,0,0,0,0,0];if(d[Y]||d[O]){var i=$.countdown._getDaysInMonth(f.getFullYear(),f.getMonth());var j=$.countdown._getDaysInMonth(g.getFullYear(),g.getMonth());var k=(g.getDate()==f.getDate()||(g.getDate()>=Math.min(i,j)&&f.getDate()>=Math.min(i,j)));var l=function(a){return(a.getHours()*60+a.getMinutes())*60+a.getSeconds()};var m=Math.max(0,(g.getFullYear()-f.getFullYear())*12+g.getMonth()-f.getMonth()+((g.getDate()<f.getDate()&&!k)||(k&&l(g)<l(f))?-1:0));h[Y]=(d[Y]?Math.floor(m/12):0);h[O]=(d[O]?m-h[Y]*12:0);f=new Date(f.getTime());var n=(f.getDate()==i);var o=$.countdown._getDaysInMonth(f.getFullYear()+h[Y],f.getMonth()+h[O]);if(f.getDate()>o){f.setDate(o)}f.setFullYear(f.getFullYear()+h[Y]);f.setMonth(f.getMonth()+h[O]);if(n){f.setDate(o)}}var p=Math.floor((g.getTime()-f.getTime())/1000);var q=function(a,b){h[a]=(d[a]?Math.floor(p/b):0);p-=h[a]*b};q(W,604800);q(D,86400);q(H,3600);q(M,60);q(S,1);if(p>0&&!c._since){var r=[1,12,4.3482,7,24,60,60];var s=S;var t=1;for(var u=S;u>=Y;u--){if(d[u]){if(h[s]>=t){h[s]=0;p=1}if(p>0){h[u]++;p=0;s=u;t=1}}t*=r[u]}}if(e){for(var u=Y;u<=S;u++){if(e&&h[u]){e--}else if(!e){h[u]=0}}}return h}});function extendRemove(a,b){$.extend(a,b);for(var c in b){if(b[c]==null){a[c]=null}}return a}$.fn.countdown=function(a){var b=Array.prototype.slice.call(arguments,1);if(a=='getTimes'||a=='settings'){return $.countdown['_'+a+'Countdown'].apply($.countdown,[this[0]].concat(b))}return this.each(function(){if(typeof a=='string'){$.countdown['_'+a+'Countdown'].apply($.countdown,[this].concat(b))}else{$.countdown._attachCountdown(this,a)}})};$.countdown=new Countdown()})(jQuery); function createCookie(name,value,days){if(days){var date=new Date();date.setTime(date.getTime()+(days*24*60*60*1000));var expires=\"; expires=\"+date.toGMTString();} else var expires=\"\";document.cookie=name+\"=\"+value+expires+\"; path=/\";} function readCookie(name){var nameEQ=name+\"=\";var ca=document.cookie.split(';');for(var i=0;i<ca.length;i++){var c=ca[i];while(c.charAt(0)==' ')c=c.substring(1,c.length);if(c.indexOf(nameEQ)==0)return c.substring(nameEQ.length,c.length);} return null;} function createWait(name,value,mins) { if (mins) { var date = new Date(); date.setTime(date.getTime()+(mins*60*1000)); var expires = \"; expires=\"+date.toGMTString(); } else var expires = \"\"; document.cookie = name+\"=\"+value+expires+\"; path=/\"; }", 
      "conditions": [
        {
          "type": "url", 
          "values": [
            {
              "match": "simple", 
              "value": "dev.latest.junglecents.appspot.com"
            }
          ]
        }, 
        {
          "only_first_time": true, 
          "type": "visitor", 
          "value": "all"
        }
      ], 
      "css": "#sxtp_bg{\n\tdisplay:none;\n\tposition:fixed;\n\t_position:absolute; /* hack for IE 6*/\n\theight:100%;\n\twidth:100%;\n\ttop:0;\n\tleft:0;\n\tbackground:#000000; \n\tz-index:100;\n}\n\n\n#sxtp_main{ \n\tdisplay:none;\n\tposition:fixed;\n\t_position:absolute; /* hack for IE 6*/\n\twidth:960px;   \n\tz-index:200;\n\tmargin:0;\n\tpadding:0;\n\tcolor:#333333;\n\ttext-align:left;\n\tfont-family:Arial, Helvetica, sans-serif;\n\tfont-size:15px;\n\tmargin: 0 auto;\n\t  \n}\n\n#sxtp_main #sxtp_close{\n\tfloat:right;\n\tmargin:11px 8px 0 0;\n\tdisplay:none;\n}\n\n#sxtp_main #sxtp_close  {\n\tmargin-top:-45px;\n\tmargin-right:-16px;\n\tz-index:100;\n\twidth: 30px;\n\theight: 30px;\n\tbackground-image: url('images/signup/fancybox.png');\n\tbackground-position: -40px 0px;\n\tcursor: pointer;\n\tz-index: 1103;\n\tdisplay: none;\n}\n\n#sxtp_main #sxtp_close a:hover{\n\tbackground-color:#2f2f2f;\n}\n\n#sxtp_main #sxtp_msg{\n\tpadding:10px;\n}\n\n#sxtp_main #sxtp_form{\n\tbackground-color:#CCC;\n\tborder-bottom:1px dotted #333;\n\tborder-top:1px dotted #333;\n\tpadding:20px 15px;\n\ttext-align:left;\n}\n\n#sxtp_main #sxtp_form input{\n\tfont-size:17px;\n\tfont-weight:normal;\n\t-webkit-border-radius: 5px;\n\t-moz-border-radius: 5px;\n\tborder-radius: 5px;\n\tpadding:5px 6px;\n}\n\n#sxtp_main #sxtp_form #sxtp_email{\n\tpadding:5px 6px;\n\tborder:1px solid #999;\n\tcolor:#81929F;\n\twidth:300px;\n}\n\n#sxtp_main #sxtp_form #sxtp_submit{\n    background-color:#e3a844;\n    border: medium none;\n    color: #FFFFFF;\n    cursor: pointer;\n    font-weight: bold;\n\tfont-size:15px;\n}\n\n#sxtp_main #sxtp_form #sxtp_submit:hover{\n\tbackground-color:#2f2f2f;\n}\n\n#sxtp_main #sxtp_counter{\n\tpadding:10px;\n\ttext-align:right;\n\tfont-size:11px;\n\tcolor:#e3a844;\n\tfont-family:Arial, Helvetica, sans-serif;\n}\n\n\n/* SIGNUP PAGE */\n\n#signup_content {\n\tmargin: auto;\n\twidth: 980px;\n\theight:\t390px;\n\tmargin-top:1268px;\n\tcolor:#FFFFFF!important;\n\tfont-family:Arial, Helvetica, sans-serif;\n}\n#logo_section {\n\twidth:337px; \n\tfloat:left;\n\tpadding-top:165px;\n}\n#content_section {\n\twidth: 622px;\n\tfloat:left;\n}\n#content_section h1 {\n\tfont-size:58px; text-align:center; font-family:SignPainterMedium;\n}\n#content_section  .note {\n\tpadding-top:15px; clear:both;\n}\n.content_box {\n\twidth:622px; height:258px;\n\tbackground-image:url(images/signup/content_section.png);\n\tbackground-repeat:repeat-y;\n\tfloat:left;\n\tmargin-top:20px;\n\t-webkit-border-radius: 5px;\n\t-moz-border-radius: 5px;\n\tborder-radius: 5px;\n\ttext-align:center;\n\tpadding-top:30px;\n}\n.content_box .medium {\n\tfont-size:15px;\n\t\n}\n.content_box #email {\n\tmargin-top:17px;\n\twidth:410px;\n\theight:57px;\n\tbackground-image:url(\"images/signup/signuptextbox.png\");\n\tbackground-repeat:no-repeat;\n\tfont-size:14px;\n\tcolor: #2a2a2a;\n\tborder:none;\n\tpadding-left:13px;\t\n}\n \n.content_box .signup_button {\n\tbackground-image:url(\"images/signup/signupbutton.png\");\n\tborder:none;\n\twidth:194px;\n\theight:46px;\n\tcursor:pointer; \n}\n.content_box .skip {\n\tbackground:none;\n\tcolor:#FFFFFF;\n\tfont-size:14px;\n\tborder:none;\n\tmargin-right:20px;\n\tcursor:pointer; \n\tfont-weight:bold;\n}\n.content_box .skip:hover {\n\ttext-decoration:underline; \n}\n#content_section .small {\n\tfont-size:11px;\n}", 
      "is_site_catalyst_enabled": "disabled", 
      "name": "SignUp Popup", 
      "site_catalyst_evar": 1, 
      "variation_ids": [
        "12224036", 
        "12209349"
      ]
    }, 
    "13492442": {
      "conditions": [
        {
          "type": "url", 
          "values": [
            {
              "match": "simple", 
              "value": "http://www.junglecents.com"
            }
          ]
        }, 
        {
          "only_first_time": true, 
          "type": "visitor", 
          "value": "all"
        }
      ], 
      "events": {
        "div.righttop > a:eq(1)": "Clicked Login or Signup", 
        "input#mc-embedded-subscribe": "Clicked Subscribe", 
        "input#mce-EMAIL": "Clicked into Email Input Field"
      }, 
      "google_analytics_slot": 5, 
      "is_site_catalyst_enabled": "disabled", 
      "name": "Legacy Signup", 
      "site_catalyst_evar": 1, 
      "variation_ids": [
        "13492443", 
        "13521082", 
        "13508464", 
        "13629118", 
        "13596435"
      ]
    }, 
    "13596444": {
      "conditions": [
        {
          "type": "url", 
          "values": [
            {
              "match": "simple", 
              "value": "junglecents.com/login"
            }
          ]
        }, 
        {
          "only_first_time": true, 
          "type": "visitor", 
          "value": "all"
        }
      ], 
      "is_site_catalyst_enabled": "disabled", 
      "name": "Login/Signup Page", 
      "variation_ids": [
        "13577946", 
        "13578892"
      ]
    }, 
    "14113955": {
      "conditions": [
        {
          "type": "url", 
          "values": [
            {
              "match": "simple", 
              "value": "http://www.junglecents.com/deals/urshuz"
            }
          ]
        }, 
        {
          "only_first_time": true, 
          "type": "visitor", 
          "value": "all"
        }
      ], 
      "is_site_catalyst_enabled": "disabled", 
      "name": "Urshuz Deal Page", 
      "variation_ids": [
        "14256147", 
        "14216881"
      ]
    }, 
    "14132359": {
      "conditions": [
        {
          "type": "url", 
          "values": [
            {
              "match": "simple", 
              "value": "http://dev.latest.junglecents.appspot.com/deals/gamefly"
            }
          ]
        }, 
        {
          "only_first_time": true, 
          "type": "visitor", 
          "value": "all"
        }
      ], 
      "is_site_catalyst_enabled": "disabled", 
      "name": "Gamefly Deal Page", 
      "variation_ids": [
        "14122511", 
        "14008752"
      ]
    }, 
    "15067503": {
      "active": true, 
      "active_variation_ids": [
        "15069133"
      ], 
      "active_variation_weights": {
        "15069133": 10000
      }, 
      "conditions": [
        {
          "type": "url", 
          "values": [
            {
              "match": "simple", 
              "value": "http://www.junglecents.com/deals/modasuite"
            }
          ]
        }, 
        {
          "only_first_time": true, 
          "type": "visitor", 
          "value": "all"
        }
      ], 
      "events": {
        "div.grab_it > a:eq(0)": "Yellow Grab It"
      }, 
      "google_analytics_slot": 5, 
      "is_site_catalyst_enabled": "disabled", 
      "name": "Modasuite Deal Page", 
      "site_catalyst_evar": 1, 
      "variation_ids": [
        "15073257", 
        "15072134", 
        "15069133"
      ]
    }, 
    "15208486": {
      "conditions": [
        {
          "type": "url", 
          "values": [
            {
              "match": "simple", 
              "value": "http://www.junglecents.com"
            }
          ]
        }, 
        {
          "only_first_time": true, 
          "type": "visitor", 
          "value": "all"
        }
      ], 
      "events": {
        "div#main_page > div:eq(0) > a:eq(0) > img:eq(0)": "Clicked contest banner"
      }, 
      "is_site_catalyst_enabled": "disabled", 
      "name": "Homepage Mark Cuban Banner", 
      "site_catalyst_evar": 1, 
      "variation_ids": [
        "15212163", 
        "15211315", 
        "15752086", 
        "15792625", 
        "16705486"
      ]
    }, 
    "15747341": {
      "active": true, 
      "active_variation_ids": [
        "15727844"
      ], 
      "active_variation_weights": {
        "15727844": 10000
      }, 
      "conditions": [
        {
          "type": "url", 
          "values": [
            {
              "match": "simple", 
              "value": "http://www.junglecents.com/deals/gamefly"
            }
          ]
        }, 
        {
          "only_first_time": true, 
          "type": "visitor", 
          "value": "all"
        }
      ], 
      "is_site_catalyst_enabled": "disabled", 
      "name": "Live: Gamefly", 
      "site_catalyst_evar": 1, 
      "variation_ids": [
        "15715850", 
        "15727844"
      ]
    }, 
    "16573949": {
      "active": true, 
      "active_variation_ids": [
        "16605551"
      ], 
      "active_variation_weights": {
        "16605551": 10000
      }, 
      "conditions": [
        {
          "type": "url", 
          "values": [
            {
              "match": "simple", 
              "value": "http://www.junglecents.com/deals/groominglounge2"
            }
          ]
        }, 
        {
          "only_first_time": true, 
          "type": "visitor", 
          "value": "all"
        }
      ], 
      "is_site_catalyst_enabled": "disabled", 
      "name": "Grooming Lounge", 
      "variation_ids": [
        "16552904", 
        "16605551"
      ]
    }, 
    "17886600": {
      "active": true, 
      "active_variation_ids": [
        "17903576"
      ], 
      "active_variation_weights": {
        "17903576": 10000
      }, 
      "conditions": [
        {
          "type": "url", 
          "values": [
            {
              "match": "simple", 
              "value": "http://www.junglecents.com/deals/bonobos2"
            }
          ]
        }, 
        {
          "only_first_time": true, 
          "type": "visitor", 
          "value": "all"
        }
      ], 
      "is_site_catalyst_enabled": "disabled", 
      "name": "Bonobos2", 
      "variation_ids": [
        "17912277", 
        "17903576"
      ]
    }, 
    "18329607": {
      "active": true, 
      "active_variation_ids": [
        "18403704", 
        "18421140", 
        "18420125"
      ], 
      "active_variation_weights": {
        "18403704": 3333, 
        "18420125": 3333, 
        "18421140": 3333
      }, 
      "conditions": [
        {
          "type": "url", 
          "values": [
            {
              "match": "simple", 
              "value": "http://usejunglecents.com/12s/v1/"
            }, 
            {
              "match": "simple", 
              "value": "http://usejunglecents.com/12s/v1/account.html"
            }, 
            {
              "match": "simple", 
              "value": "http://usejunglecents.com/12s/v1/payment.html"
            }, 
            {
              "match": "simple", 
              "value": "http://usejunglecents.com/12s/v1/confirmation.html"
            }, 
            {
              "match": "simple", 
              "value": "http://usejunglecents.com/12s/v1/about-faq.html"
            }, 
            {
              "match": "simple", 
              "value": "http://usejunglecents.com/12s/v1/sign-in.html"
            }
          ]
        }, 
        {
          "only_first_time": true, 
          "type": "visitor", 
          "value": "all"
        }
      ], 
      "is_site_catalyst_enabled": "disabled", 
      "name": "12S-V1", 
      "variation_ids": [
        "18403704", 
        "18421140", 
        "18420125"
      ]
    }
  }, 
  "id": 7512007, 
  "kissmetrics": true, 
  "revision": 159, 
  "variations": {
    "11623904": {
      "code": "$(\"div#main_page > div:eq(0)\").replaceWith(\"<div class=\\\"subheader\\\" style=\\\"height:300px; background-color:#000;\\\">\\n        <h1>New Sales</h1>\\n        \\n        <div class=\\\"social_bottom fleft mleft\\\"> \\n        <div class=\\\"fb_box\\\">\\n          <div id=\\\"fb-root\\\" class=\\\" fb_reset\\\"><div style=\\\"position: absolute; top: -10000px; height: 0px; width: 0px; \\\"><div><div class=\\\"optimizely_iframe_replacement\\\" style=\\\"  background-color: #0F4178 !important;  border: 1px solid #333 !important;  color: #FFF !important;  padding: 5px !important;  text-align: center !important;  height: 40px !important;  width: 200px !important;\\\">Edit this iFrame?<br>Click to learn more.</div></div></div></div>\\n          \\n\\n          <div class=\\\"fb-like fb_edge_widget_with_comment fb_iframe_widget\\\" data-href=\\\"https://www.facebook.com/pages/Jungle-Cents/57649147847\\\" data-send=\\\"true\\\" data-layout=\\\"button_count\\\" data-width=\\\"450\\\" data-show-faces=\\\"false\\\" data-font=\\\"arial\\\"><span><div class=\\\"optimizely_iframe_replacement\\\" style=\\\"  background-color: #0F4178 !important;  border: 1px solid #333 !important;  color: #FFF !important;  padding: 5px !important;  text-align: center !important;  height: 20px !important;  width: 200px !important;\\\">Edit this iFrame?<br>Click to learn more.</div></span></div>\\n        \\n        </div><!--- fb_box !--->\\n        \\n        <div class=\\\"googleplus\\\">    \\n          <div id=\\\"___plusone_0\\\" style=\\\"height: 20px; width: 90px; display: inline-block; text-indent: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; float: none; line-height: normal; font-size: 1px; vertical-align: baseline; background-position: initial initial; background-repeat: initial initial; \\\"><div class=\\\"optimizely_iframe_replacement\\\" style=\\\"  background-color: #0F4178 !important;  border: 1px solid #333 !important;  color: #FFF !important;  padding: 5px !important;  text-align: center !important;  height: 20px !important;  width: 90px !important;\\\">Edit this iFrame?<br>Click to learn more.</div></div>\\n\\n          <!-- Place this render call where appropriate -->\\n          \\n        </div><!-- end of googleplus !--->\\n        \\n        </div><!-- end of social_bottom !--->\\n        \\n       \\n      </div>\");\n$(\"div#main_page > div:eq(0)\").replaceWith(\"<div class=\\\"subheader\\\" style=\\\"height:100px; background-color:#000;\\\">\\n        <h1>New Sales</h1>\\n        \\n        <div class=\\\"social_bottom fleft mleft\\\"> \\n        <div class=\\\"fb_box\\\">\\n          <div id=\\\"fb-root\\\" class=\\\" fb_reset\\\"><div style=\\\"position: absolute; top: -10000px; height: 0px; width: 0px; \\\"><div><div class=\\\"optimizely_iframe_replacement\\\" style=\\\"  background-color: #0F4178 !important;  border: 1px solid #333 !important;  color: #FFF !important;  padding: 5px !important;  text-align: center !important;  height: 40px !important;  width: 200px !important;\\\">Edit this iFrame?<br>Click to learn more.</div></div></div></div>\\n          \\n\\n          <div class=\\\"fb-like fb_edge_widget_with_comment fb_iframe_widget\\\" data-href=\\\"https://www.facebook.com/pages/Jungle-Cents/57649147847\\\" data-send=\\\"true\\\" data-layout=\\\"button_count\\\" data-width=\\\"450\\\" data-show-faces=\\\"false\\\" data-font=\\\"arial\\\"><span><div class=\\\"optimizely_iframe_replacement\\\" style=\\\"  background-color: #0F4178 !important;  border: 1px solid #333 !important;  color: #FFF !important;  padding: 5px !important;  text-align: center !important;  height: 20px !important;  width: 200px !important;\\\">Edit this iFrame?<br>Click to learn more.</div></span></div>\\n        \\n        </div><!--- fb_box !--->\\n        \\n        <div class=\\\"googleplus\\\">    \\n          <div id=\\\"___plusone_0\\\" style=\\\"height: 20px; width: 90px; display: inline-block; text-indent: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; float: none; line-height: normal; font-size: 1px; vertical-align: baseline; background-position: initial initial; background-repeat: initial initial; \\\"><div class=\\\"optimizely_iframe_replacement\\\" style=\\\"  background-color: #0F4178 !important;  border: 1px solid #333 !important;  color: #FFF !important;  padding: 5px !important;  text-align: center !important;  height: 20px !important;  width: 90px !important;\\\">Edit this iFrame?<br>Click to learn more.</div></div>\\n\\n          <!-- Place this render call where appropriate -->\\n          \\n        </div><!-- end of googleplus !--->\\n        \\n        </div><!-- end of social_bottom !--->\\n        \\n       \\n      </div>\");\n$(\"div#main_page > div:eq(0)\").replaceWith(\"<div class=\\\"subheader\\\" style=\\\"height:100px; background-color:#000;\\\"></div>\\n\\n<div class=\\\"subheader\\\" style=\\\"height:100px; background-color:#000;\\\">  \\n        <h1>New Sales</h1>\\n        \\n        <div class=\\\"social_bottom fleft mleft\\\"> \\n        <div class=\\\"fb_box\\\">\\n          <div id=\\\"fb-root\\\" class=\\\" fb_reset\\\"><div style=\\\"position: absolute; top: -10000px; height: 0px; width: 0px; \\\"><div><div class=\\\"optimizely_iframe_replacement\\\" style=\\\"  background-color: #0F4178 !important;  border: 1px solid #333 !important;  color: #FFF !important;  padding: 5px !important;  text-align: center !important;  height: 40px !important;  width: 200px !important;\\\">Edit this iFrame?<br>Click to learn more.</div></div></div></div>\\n          \\n\\n          <div class=\\\"fb-like fb_edge_widget_with_comment fb_iframe_widget\\\" data-href=\\\"https://www.facebook.com/pages/Jungle-Cents/57649147847\\\" data-send=\\\"true\\\" data-layout=\\\"button_count\\\" data-width=\\\"450\\\" data-show-faces=\\\"false\\\" data-font=\\\"arial\\\"><span><div class=\\\"optimizely_iframe_replacement\\\" style=\\\"  background-color: #0F4178 !important;  border: 1px solid #333 !important;  color: #FFF !important;  padding: 5px !important;  text-align: center !important;  height: 20px !important;  width: 200px !important;\\\">Edit this iFrame?<br>Click to learn more.</div></span></div>\\n        \\n        </div><!--- fb_box !--->\\n        \\n        <div class=\\\"googleplus\\\">    \\n          <div id=\\\"___plusone_0\\\" style=\\\"height: 20px; width: 90px; display: inline-block; text-indent: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; float: none; line-height: normal; font-size: 1px; vertical-align: baseline; background-position: initial initial; background-repeat: initial initial; \\\"><div class=\\\"optimizely_iframe_replacement\\\" style=\\\"  background-color: #0F4178 !important;  border: 1px solid #333 !important;  color: #FFF !important;  padding: 5px !important;  text-align: center !important;  height: 20px !important;  width: 90px !important;\\\">Edit this iFrame?<br>Click to learn more.</div></div>\\n\\n          <!-- Place this render call where appropriate -->\\n          \\n        </div><!-- end of googleplus !--->\\n        \\n        </div><!-- end of social_bottom !--->\\n        \\n       \\n      </div>\");\n$(\"div#back_2\").css({\"background-image\":\"url()\"});\n$(\"div#main_page > div:eq(0)\").css({\"display\":\"none\"});\n$(\"div#main_page > div:eq(1)\").replaceWith(\"<div class=\\\"subheader\\\" style=\\\"height:100px; background: url(http://junglecents.s3.amazonaws.com/abtests/subheader-bg-ab.png) left top;\\\">  \\n        <h1>New Sales</h1>\\n        \\n        <div class=\\\"social_bottom fleft mleft\\\"> \\n        <div class=\\\"fb_box\\\">\\n          <div id=\\\"fb-root\\\" class=\\\" fb_reset\\\"><div style=\\\"position: absolute; top: -10000px; height: 0px; width: 0px; \\\"><div><div class=\\\"optimizely_iframe_replacement\\\" style=\\\"  background-color: #0F4178 !important;  border: 1px solid #333 !important;  color: #FFF !important;  padding: 5px !important;  text-align: center !important;  height: 40px !important;  width: 200px !important;\\\">Edit this iFrame?<br>Click to learn more.</div></div></div></div>\\n          \\n\\n          <div class=\\\"fb-like fb_edge_widget_with_comment fb_iframe_widget\\\" data-href=\\\"https://www.facebook.com/pages/Jungle-Cents/57649147847\\\" data-send=\\\"true\\\" data-layout=\\\"button_count\\\" data-width=\\\"450\\\" data-show-faces=\\\"false\\\" data-font=\\\"arial\\\"><span><div class=\\\"optimizely_iframe_replacement\\\" style=\\\"  background-color: #0F4178 !important;  border: 1px solid #333 !important;  color: #FFF !important;  padding: 5px !important;  text-align: center !important;  height: 20px !important;  width: 200px !important;\\\">Edit this iFrame?<br>Click to learn more.</div></span></div>\\n        \\n        </div><!--- fb_box !--->\\n        \\n        <div class=\\\"googleplus\\\">    \\n          <div id=\\\"___plusone_0\\\" style=\\\"height: 20px; width: 90px; display: inline-block; text-indent: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; float: none; line-height: normal; font-size: 1px; vertical-align: baseline; background-position: initial initial; background-repeat: initial initial; \\\"><div class=\\\"optimizely_iframe_replacement\\\" style=\\\"  background-color: #0F4178 !important;  border: 1px solid #333 !important;  color: #FFF !important;  padding: 5px !important;  text-align: center !important;  height: 20px !important;  width: 90px !important;\\\">Edit this iFrame?<br>Click to learn more.</div></div>\\n\\n          <!-- Place this render call where appropriate -->\\n          \\n        </div><!-- end of googleplus !--->\\n        \\n        </div><!-- end of social_bottom !--->\\n        \\n       \\n      </div>\");\n$(\"div#main_page > div:eq(1)\").replaceWith(\"<div class=\\\"subheader\\\" style=\\\"height:100px; background: url(http://junglecents.s3.amazonaws.com/abtests/subheader-bg-ab.png) left top;\\\">  \\n        <h1 style=\\\"font-size:24px; padding-top:20px;\\\">Sign Up and get access to all our deals and events</h1>\\n        \\n        \\n        \\n       \\n      </div>\");\n$(\"div#main_page > div:eq(1)\").replaceWith(\"<div class=\\\"subheader\\\" style=\\\"height:60px; background: url(http://junglecents.s3.amazonaws.com/abtests/subheader-bg-ab.png) left top;\\\">  \\n        <h1 style=\\\"font-size:24px;\\\">Sign Up and get access to all our deals and events</h1>\\n        \\n        \\n        \\n       \\n      </div>\");\n$(\"div#main_page > div:eq(1) > h1:eq(0)\").replaceWith(\"<h1 style=\\\"font-size:24px; padding-top:14px;\\\">Sign Up and get access to all our deals and events</h1>\");\n$(\"div#main_page > div:eq(1) > h1:eq(0)\").replaceWith(\"<h1 style=\\\"font-size:22px; padding-top:16px;\\\">Sign Up and get access to all our deals and events</h1>\");\n$(\"div#main_page > div:eq(1) > h1:eq(0)\").replaceWith(\"<h1 style=\\\"font-size: 22px; padding-top: 16px;\\\">Sign Up to get our deals directly in your inbox</h1>\");\n$(\"div#main_page > div:eq(1)\").replaceWith(\"<div class=\\\"subheader\\\" style=\\\"height:60px; background: url(http://junglecents.s3.amazonaws.com/abtests/subheader-bg-ab.png) left top;\\\">  \\n        <h1 style=\\\"font-size: 22px; padding-top: 16px;\\\">Sign Up to get our deals directly in your inbox</h1>\\n        \\n  <div class=\\\"search\\\" >\\n          <div class=\\\"text\\\">Sign Up to get our deals directly in your inbox</div>\\n          <div class=\\\"box\\\" >\\n            <div class=\\\"keyword\\\" >\\n              <input type=\\\"text\\\" id=\\\"keyword\\\" />\\n            </div>\\n            <a href=\\\"#\\\" ><div class=\\\"button\\\" ></div></a>\\n          </div>\\n        </div>\\n        \\n        \\n       \\n      </div>\");\n$(\"div#main_page > div:eq(1)\").replaceWith(\"<div class=\\\"subheader\\\" style=\\\"height:60px; background: url(http://junglecents.s3.amazonaws.com/abtests/subheader-bg-ab.png) left top;\\\">  \\n        <h1 style=\\\"font-size: 22px; padding-top: 16px;\\\">Sign Up to get our deals directly in your inbox</h1>\\n        \\n  <div class=\\\"keyword\\\">\\n              <input type=\\\"text\\\" id=\\\"keyword\\\">\\n            </div>\\n            <a href=\\\"#\\\"><div class=\\\"button\\\"></div></a>\\n        \\n        \\n       \\n</div>\");\n$(\"div#main_page > div:eq(1)\").replaceWith(\"<div class=\\\"subheader\\\" style=\\\"height:60px; background: url(http://junglecents.s3.amazonaws.com/abtests/subheader-bg-ab.png) left top;\\\">  \\n  <h1 style=\\\"font-size: 18px; padding-top: 8px;\\\"><center>Sign Up to get our deals<br>directly in your inbox</center></h1>\\n        \\n  <div class=\\\"keyword\\\">\\n              <input type=\\\"text\\\" id=\\\"keyword\\\">\\n            </div>\\n            <a href=\\\"#\\\"><div class=\\\"button\\\"></div></a>\\n        \\n        \\n       \\n</div>\");\n$(\"input#keyword\").css({\"position\":\"relative\", \"left\":482, \"top\":21});\n$(\"div#main_page > div:eq(1) > h1:eq(0) > center:eq(0)\").replaceWith(\"<center>Sign Up to get our deals directly in your inbox</center>\");\n$(\"div#main_page > div:eq(1) > h1:eq(0)\").replaceWith(\"<h1 style=\\\"font-size: 18px; padding-top: 17px;\\\"><center>Sign Up to get our deals directly in your inbox</center></h1>\");\n$(\"input#keyword\").css({\"left\":402, \"top\":22});\n$(\"div#back_2\").css({\"position\":\"relative\", \"left\":0, \"top\":0});\n$(\"input#keyword\").replaceWith(\"<input type=\\\"text\\\" id=\\\"keyword\\\" style=\\\"position: relative; left: 402px; top: 22px; color: #FF0000; font-family: Verdana; font-weight: bold; font-size: 18px; background-color: #333;\\\" size=\\\"15\\\" border=\\\"0\\\"\\\">\");\n$(\"input#keyword\").css({\"left\":343, \"top\":17});", 
      "name": "Variation #1"
    }, 
    "11626673": {
      "name": "Original Page"
    }, 
    "12209349": {
      "code": "/* _optimizely_evaluate=force */\n\n\n$(document).ready(function() {         \n                               \n        $.fn.subscriberPop( {\n                timeout: 25,\n                action: 'process_form.php',\n                method: 'post',\n                message: 'Sign up to get exclusive access to all of our sales events, deal offerings, <br />and exclusive content. We\\'ll send you an alert when new deals are being offered.',\n\t\t\t\tmessage2: 'or just hit the magical little blue button&nbsp; <img src=images/connect_facebook.png class=img_button   align=absmiddle />',\n\t\t\t\tmessage3: ' **** we promise not to spam you. we don\u2019t like meat that comes out of a can. ****',\n                closeable: true\n        } );\n       \n});\n\n$(function(){var fileRef = document.createElement('link'); fileRef.setAttribute(\"type\",\"text/css\"); fileRef.setAttribute(\"src\", \"http://junglecents.s3.amazonaws.com/temp/popup/subscriberPop.css\"); $(\"body\").append(fileRef);});\n\n/* _optimizely_evaluate=safe */", 
      "name": "Variation #1"
    }, 
    "12224036": {
      "name": "Original Page"
    }, 
    "13492443": {
      "name": "Original Page"
    }, 
    "13508464": {
      "code": "$(\"div#main_page > div:eq(0)\").replaceWith(\"<div class=\\\"dealbox\\\">\\n  <div class=\\\"images2\\\">\\n     <!-- Begin MailChimp Signup Form -->\\n<link href=\\\"http://cdn-images.mailchimp.com/embedcode/slim-081711.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\">\\n<style type=\\\"text/css\\\">\\n  #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;  width:600px;}\\n  /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.\\n     We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */\\n</style>\\n<div id=\\\"mc_embed_signup\\\">\\n<form action=\\\"http://junglecents.us1.list-manage.com/subscribe/post?u=19b52ab1c6d896602f283f126&amp;id=b5152fffa8\\\" method=\\\"post\\\" id=\\\"mc-embedded-subscribe-form\\\" name=\\\"mc-embedded-subscribe-form\\\" class=\\\"validate\\\" target=\\\"_blank\\\">\\n  <label for=\\\"mce-EMAIL\\\">Subscribe to our mailing list</label>\\n  <input type=\\\"email\\\" value=\\\"\\\" name=\\\"EMAIL\\\" class=\\\"email\\\" id=\\\"mce-EMAIL\\\" placeholder=\\\"email address\\\" required>\\n  <div class=\\\"clear\\\"><input type=\\\"submit\\\" value=\\\"Subscribe\\\" name=\\\"subscribe\\\" id=\\\"mc-embedded-subscribe\\\" class=\\\"button\\\"></div>\\n</form>\\n</div>\\n\\n<!--End mc_embed_signup--> \\n  </div>\\n</div>\\n\\n\\n<div class=\\\"dealbox\\\">\\n  <div class=\\\"images2\\\"><a href=\\\"http://www.junglecents.com/deals/bigshotbikes\\\"><img src=\\\"http://junglecents.s3.amazonaws.com/deals/bigshotbikes/bigshotbikes-2.png\\\" border=\\\"0\\\" alt=\\\"\\\"></a></div>\\n  <div class=\\\"grabit\\\"><a href=\\\"http://www.junglecents.com/deals/bigshotbikes\\\"></a></div>\\n</div>\");\n$(\"div#main_page > div:eq(0) > div:eq(0)\").replaceWith(\"<div class=\\\"images2\\\" style=\\\"background-color:#fff; height:131px;\\\">\\n     <!-- Begin MailChimp Signup Form -->\\n<link href=\\\"http://cdn-images.mailchimp.com/embedcode/slim-081711.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\">\\n<style type=\\\"text/css\\\">\\n  #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;  width:600px;}\\n  /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.\\n     We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */\\n</style>\\n<div id=\\\"mc_embed_signup\\\">\\n<form action=\\\"http://junglecents.us1.list-manage.com/subscribe/post?u=19b52ab1c6d896602f283f126&amp;id=b5152fffa8\\\" method=\\\"post\\\" id=\\\"mc-embedded-subscribe-form\\\" name=\\\"mc-embedded-subscribe-form\\\" class=\\\"validate\\\" target=\\\"_blank\\\">\\n  <label for=\\\"mce-EMAIL\\\">Subscribe to our mailing list</label>\\n  <input type=\\\"email\\\" value=\\\"\\\" name=\\\"EMAIL\\\" class=\\\"email\\\" id=\\\"mce-EMAIL\\\" placeholder=\\\"email address\\\" required=\\\"\\\">\\n  <div class=\\\"clear\\\" style=\\\"\\\"><input type=\\\"submit\\\" value=\\\"Subscribe\\\" name=\\\"subscribe\\\" id=\\\"mc-embedded-subscribe\\\" class=\\\"button\\\"></div>\\n</form>\\n</div>\\n\\n<!--End mc_embed_signup--> \\n  </div>\");\n$(\"div#main_page > div:eq(0)\").replaceWith(\"<div class=\\\"dealbox\\\" style=\\\"height:131px;\\\">\\n  <div class=\\\"images2\\\" style=\\\"background-color:#fff; height:131px;\\\">\\n     <!-- Begin MailChimp Signup Form -->\\n<link href=\\\"http://cdn-images.mailchimp.com/embedcode/slim-081711.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\">\\n<style type=\\\"text/css\\\">\\n  #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;  width:600px;}\\n  /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.\\n     We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */\\n</style>\\n<div id=\\\"mc_embed_signup\\\">\\n<form action=\\\"http://junglecents.us1.list-manage.com/subscribe/post?u=19b52ab1c6d896602f283f126&amp;id=b5152fffa8\\\" method=\\\"post\\\" id=\\\"mc-embedded-subscribe-form\\\" name=\\\"mc-embedded-subscribe-form\\\" class=\\\"validate\\\" target=\\\"_blank\\\">\\n  <label for=\\\"mce-EMAIL\\\">Subscribe to our mailing list</label>\\n  <input type=\\\"email\\\" value=\\\"\\\" name=\\\"EMAIL\\\" class=\\\"email\\\" id=\\\"mce-EMAIL\\\" placeholder=\\\"email address\\\" required=\\\"\\\">\\n  <div class=\\\"clear\\\" style=\\\"\\\"><input type=\\\"submit\\\" value=\\\"Subscribe\\\" name=\\\"subscribe\\\" id=\\\"mc-embedded-subscribe\\\" class=\\\"button\\\"></div>\\n</form>\\n</div>\\n\\n<!--End mc_embed_signup--> \\n  </div>\\n</div>\");\n$(\"form#mc-embedded-subscribe-form\").css({});\n$(\"form#mc-embedded-subscribe-form\").css({\"top\":4});\n$(\"form#mc-embedded-subscribe-form > label:eq(0)\").replaceWith(\"<label for=\\\"mce-EMAIL\\\">Get our deals directly in your inbox!</label>\");\n$(\"div#main_page > div:eq(0) > div:eq(0)\").replaceWith(\"<div class=\\\"images2\\\" style=\\\"background-color:#fff; height:131px;\\\">\\n <img src=\\\"http://junglecents.s3.amazonaws.com/temp/signupplusemail.jpg\\\" style=\\\"float: left;\\\"> \\n\\n  <!-- Begin MailChimp Signup Form -->\\n<link href=\\\"http://cdn-images.mailchimp.com/embedcode/slim-081711.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\">\\n<style type=\\\"text/css\\\">\\n  #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;  width:600px;}\\n  /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.\\n     We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */\\n</style>\\n<div id=\\\"mc_embed_signup\\\" style=\\\"float: right;\\\">\\n<form action=\\\"http://junglecents.us1.list-manage.com/subscribe/post?u=19b52ab1c6d896602f283f126&amp;id=b5152fffa8\\\" method=\\\"post\\\" id=\\\"mc-embedded-subscribe-form\\\" name=\\\"mc-embedded-subscribe-form\\\" class=\\\"validate\\\" target=\\\"_blank\\\" style=\\\"top: 4px; \\\">\\n  <label for=\\\"mce-EMAIL\\\">Get our deals directly in your inbox!</label>\\n  <input type=\\\"email\\\" value=\\\"\\\" name=\\\"EMAIL\\\" class=\\\"email\\\" id=\\\"mce-EMAIL\\\" placeholder=\\\"email address\\\" required=\\\"\\\">\\n  <div class=\\\"clear\\\" style=\\\"\\\"><input type=\\\"submit\\\" value=\\\"Subscribe\\\" name=\\\"subscribe\\\" id=\\\"mc-embedded-subscribe\\\" class=\\\"button\\\"></div>\\n</form>\\n</div>\\n\\n<!--End mc_embed_signup--> \\n  </div>\");\n$(\"div#main_page > div:eq(0) > div:eq(0)\").replaceWith(\"<div class=\\\"images2\\\" style=\\\"background-color:#fff; height:131px;\\\">\\n\\n\\n  <!-- Begin MailChimp Signup Form -->\\n<link href=\\\"http://cdn-images.mailchimp.com/embedcode/slim-081711.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\">\\n<style type=\\\"text/css\\\">\\n  #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;  width:600px;}\\n  /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.\\n     We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */\\n</style>\\n<div id=\\\"mc_embed_signup\\\" style=\\\"float: left;\\\">\\n<form action=\\\"http://junglecents.us1.list-manage.com/subscribe/post?u=19b52ab1c6d896602f283f126&amp;id=b5152fffa8\\\" method=\\\"post\\\" id=\\\"mc-embedded-subscribe-form\\\" name=\\\"mc-embedded-subscribe-form\\\" class=\\\"validate\\\" target=\\\"_blank\\\" style=\\\"top: 4px; \\\">\\n  <label for=\\\"mce-EMAIL\\\">Get our deals directly in your inbox!</label>\\n  <input type=\\\"email\\\" value=\\\"\\\" name=\\\"EMAIL\\\" class=\\\"email\\\" id=\\\"mce-EMAIL\\\" placeholder=\\\"email address\\\" required=\\\"\\\">\\n  <div class=\\\"clear\\\" style=\\\"\\\"><input type=\\\"submit\\\" value=\\\"Subscribe\\\" name=\\\"subscribe\\\" id=\\\"mc-embedded-subscribe\\\" class=\\\"button\\\"></div>\\n</form>\\n</div>\\n\\n<!--End mc_embed_signup--> \\n  </div>\");\n$(\"form#mc-embedded-subscribe-form\").css({\"left\":530, \"top\":1});\n$(\"div#main_page > div:eq(0) > div:eq(0)\").replaceWith(\"<div class=\\\"images2\\\" style=\\\"background-color:#fff; height:131px;\\\">\\n\\n    \\n\\n  <!-- Begin MailChimp Signup Form -->\\n<link href=\\\"http://cdn-images.mailchimp.com/embedcode/slim-081711.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\">\\n<style type=\\\"text/css\\\">\\n  #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;  width:600px;}\\n  /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.\\n     We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */\\n</style>\\n<div id=\\\"mc_embed_signup\\\" style=\\\"float: left;\\\">\\n<form action=\\\"http://junglecents.us1.list-manage.com/subscribe/post?u=19b52ab1c6d896602f283f126&amp;id=b5152fffa8\\\" method=\\\"post\\\" id=\\\"mc-embedded-subscribe-form\\\" name=\\\"mc-embedded-subscribe-form\\\" class=\\\"validate\\\" target=\\\"_blank\\\" style=\\\"left: 530px; top: 1px; \\\">\\n  <label for=\\\"mce-EMAIL\\\">Get our deals directly in your inbox!</label>\\n  <input type=\\\"email\\\" value=\\\"\\\" name=\\\"EMAIL\\\" class=\\\"email\\\" id=\\\"mce-EMAIL\\\" placeholder=\\\"email address\\\" required=\\\"\\\">\\n  <div class=\\\"clear\\\" style=\\\"\\\"><input type=\\\"submit\\\" value=\\\"Subscribe\\\" name=\\\"subscribe\\\" id=\\\"mc-embedded-subscribe\\\" class=\\\"button\\\"></div>\\n</form>\\n</div>\\n\\n<!--End mc_embed_signup--> \\n  </div>\");\n$(\"div#main_page > div:eq(0)\").replaceWith(\"<img src=\\\"http://junglecents.s3.amazonaws.com/temp/signupplusemail.jpg\\\" style=\\\"float: left;\\\"> \\n<div class=\\\"dealbox\\\" style=\\\"height:131px;\\\">\\n  <div class=\\\"images2\\\" style=\\\"background-color:#fff\\n  ; height:131px;\\\">\\n  \\n  <!-- Begin MailChimp Signup Form -->\\n<link href=\\\"http://cdn-images.mailchimp.com/embedcode/slim-081711.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\">\\n<style type=\\\"text/css\\\">\\n  #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;  width:600px;}\\n  /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.\\n     We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */\\n</style>\\n<div id=\\\"mc_embed_signup\\\" style=\\\"float: left;\\\">\\n<form action=\\\"http://junglecents.us1.list-manage.com/subscribe/post?u=19b52ab1c6d896602f283f126&amp;id=b5152fffa8\\\" method=\\\"post\\\" id=\\\"mc-embedded-subscribe-form\\\" name=\\\"mc-embedded-subscribe-form\\\" class=\\\"validate\\\" target=\\\"_blank\\\" style=\\\"left: 530px; top: 1px; \\\">\\n  <label for=\\\"mce-EMAIL\\\">Get our deals directly in your inbox!</label>\\n  <input type=\\\"email\\\" value=\\\"\\\" name=\\\"EMAIL\\\" class=\\\"email\\\" id=\\\"mce-EMAIL\\\" placeholder=\\\"email address\\\" required=\\\"\\\">\\n  <div class=\\\"clear\\\" style=\\\"\\\"><input type=\\\"submit\\\" value=\\\"Subscribe\\\" name=\\\"subscribe\\\" id=\\\"mc-embedded-subscribe\\\" class=\\\"button\\\"></div>\\n</form>\\n</div>\\n\\n<!--End mc_embed_signup--> \\n  </div>\\n</div>\");\n$(\"div#main_page > img:eq(0)\").css({\"z-index\":3171010});\n$(\"div#main_page > img:eq(0)\").css({\"left\":20, \"top\":99});\n$(\"div#main_page > div:eq(0) > div:eq(0)\").replaceWith(\"<div class=\\\"images2\\\" style=\\\"background-color:#fff\\n  ; height:132px;\\\">\\n  \\n  <!-- Begin MailChimp Signup Form -->\\n<link href=\\\"http://cdn-images.mailchimp.com/embedcode/slim-081711.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\">\\n<style type=\\\"text/css\\\">\\n  #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;  width:600px;}\\n  /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.\\n     We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */\\n</style>\\n<div id=\\\"mc_embed_signup\\\" style=\\\"float: left;\\\">\\n<form action=\\\"http://junglecents.us1.list-manage.com/subscribe/post?u=19b52ab1c6d896602f283f126&amp;id=b5152fffa8\\\" method=\\\"post\\\" id=\\\"mc-embedded-subscribe-form\\\" name=\\\"mc-embedded-subscribe-form\\\" class=\\\"validate\\\" target=\\\"_blank\\\" style=\\\"left: 530px; top: 1px; \\\">\\n  <label for=\\\"mce-EMAIL\\\">Get our deals directly in your inbox!</label>\\n  <input type=\\\"email\\\" value=\\\"\\\" name=\\\"EMAIL\\\" class=\\\"email\\\" id=\\\"mce-EMAIL\\\" placeholder=\\\"email address\\\" required=\\\"\\\">\\n  <div class=\\\"clear\\\" style=\\\"\\\"><input type=\\\"submit\\\" value=\\\"Subscribe\\\" name=\\\"subscribe\\\" id=\\\"mc-embedded-subscribe\\\" class=\\\"button\\\"></div>\\n</form>\\n</div>\\n\\n<!--End mc_embed_signup--> \\n  </div>\");\n$(\"div#main_page > div:eq(0)\").css({\"left\":-33, \"top\":-144});\n$(\"div#main_page > img:eq(0)\").css({\"left\":21, \"top\":-42});\n$(\"div#main_page > img:eq(0)\").css({\"left\":21, \"top\":-43});\n$(\"div#main_page > div:eq(0)\").css({\"left\":303, \"top\":-63});\n$(\"div#main_page > img:eq(0)\").css({\"display\":\"none\"});\n$(\"div#main_page > div:eq(0)\").css({\"left\":-33, \"top\":-8});\n$(\"form#mc-embedded-subscribe-form > label:eq(0)\").css({\"position\":\"relative\", \"left\":-536, \"top\":6});\n$(\"input#mce-EMAIL\").css({\"position\":\"relative\", \"left\":-242, \"top\":-30});\n$(\"input#mc-embedded-subscribe\").css({\"position\":\"relative\", \"left\":107, \"top\":-73});\n$(\"form#mc-embedded-subscribe-form > label:eq(0)\").css({\"left\":-529, \"top\":6});\n$(\"div#main_page > div:eq(0)\").replaceWith(\"<div class=\\\"dealbox\\\" style=\\\"height: 60px; left: -33px; top: -8px; \\\">\\n  <div class=\\\"images2\\\" style=\\\"background-color:#fff\\n  ; height:60px;\\\">\\n  \\n  <!-- Begin MailChimp Signup Form -->\\n<link href=\\\"http://cdn-images.mailchimp.com/embedcode/slim-081711.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\">\\n<style type=\\\"text/css\\\">\\n  #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;  width:600px;}\\n  /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.\\n     We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */\\n</style>\\n<div id=\\\"mc_embed_signup\\\" style=\\\"float: left;\\\">\\n<form action=\\\"http://junglecents.us1.list-manage.com/subscribe/post?u=19b52ab1c6d896602f283f126&amp;id=b5152fffa8\\\" method=\\\"post\\\" id=\\\"mc-embedded-subscribe-form\\\" name=\\\"mc-embedded-subscribe-form\\\" class=\\\"validate\\\" target=\\\"_blank\\\" style=\\\"left: 530px; top: 1px; \\\">\\n  <label for=\\\"mce-EMAIL\\\" style=\\\"position: relative; left: -529px; top: 6px; \\\">Get our deals directly in your inbox!</label>\\n  <input type=\\\"email\\\" value=\\\"\\\" name=\\\"EMAIL\\\" class=\\\"email\\\" id=\\\"mce-EMAIL\\\" placeholder=\\\"email address\\\" required=\\\"\\\" style=\\\"position: relative; left: -242px; top: -30px; \\\">\\n  <div class=\\\"clear\\\" style=\\\"\\\"><input type=\\\"submit\\\" value=\\\"Subscribe\\\" name=\\\"subscribe\\\" id=\\\"mc-embedded-subscribe\\\" class=\\\"button\\\" style=\\\"position: relative; left: 107px; top: -73px; \\\"></div>\\n</form>\\n</div>\\n\\n<!--End mc_embed_signup--> \\n  </div>\\n</div>\");\n$(\"div#main_page > div:eq(0)\").css({\"display\":\"none\"});\n$(\"div#main_page > div:eq(1)\").replaceWith(\"<div class=\\\"dealbox\\\" style=\\\"height:132px;\\\">\\n  <div class=\\\"images2\\\" style=\\\"height:132px; background-color:#fff;\\\">\\n    <!-- Begin MailChimp Signup Form -->\\n<link href=\\\"http://cdn-images.mailchimp.com/embedcode/slim-081711.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\">\\n<style type=\\\"text/css\\\">\\n  #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }\\n  /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.\\n     We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */\\n</style>\\n<div id=\\\"mc_embed_signup\\\">\\n<form action=\\\"http://junglecents.us1.list-manage.com/subscribe/post?u=19b52ab1c6d896602f283f126&amp;id=9a4abffa17\\\" method=\\\"post\\\" id=\\\"mc-embedded-subscribe-form\\\" name=\\\"mc-embedded-subscribe-form\\\" class=\\\"validate\\\" target=\\\"_blank\\\">\\n  <label for=\\\"mce-EMAIL\\\">Subscribe to our mailing list</label>\\n  <input type=\\\"email\\\" value=\\\"\\\" name=\\\"EMAIL\\\" class=\\\"email\\\" id=\\\"mce-EMAIL\\\" placeholder=\\\"email address\\\" required>\\n  <div class=\\\"clear\\\"><input type=\\\"submit\\\" value=\\\"Subscribe\\\" name=\\\"subscribe\\\" id=\\\"mc-embedded-subscribe\\\" class=\\\"button\\\"></div>\\n</form>\\n</div>\\n\\n<!--End mc_embed_signup-->\\n  </div>\\n</div>\\n\\n\\n<div class=\\\"dealbox\\\">\\n  <div class=\\\"images2\\\"><a href=\\\"http://www.junglecents.com/deals/bigshotbikes\\\"><img src=\\\"http://junglecents.s3.amazonaws.com/deals/bigshotbikes/bigshotbikes-2.png\\\" border=\\\"0\\\" alt=\\\"\\\"></a></div>\\n  <div class=\\\"grabit\\\"><a href=\\\"http://www.junglecents.com/deals/bigshotbikes\\\"></a></div>\\n</div>\");\n$(\"div#main_page > div:eq(1) > div:eq(0) > div:eq(0) > form:eq(0) > input:eq(0)\").css({\"position\":\"relative\", \"left\":329, \"top\":-26});\n$(\"div#main_page > div:eq(1) > div:eq(0) > div:eq(0) > form:eq(0) > div:eq(0) > input:eq(0)\").css({\"left\":676, \"top\":-68});\n$(\"div#main_page > div:eq(1) > div:eq(0) > div:eq(0) > form:eq(0) > label:eq(0)\").replaceWith(\"<span style=\\\"font-size: large;\\\"><label for=\\\"mce-EMAIL\\\">Sign up to get our deals in your inbox</label></span>\");\n$(\"div#main_page > div:eq(1) > div:eq(0) > div:eq(0) > form:eq(0) > span:eq(0) > label:eq(0)\").css({\"position\":\"relative\", \"left\":0, \"top\":7});\n$(\"div#main_page > div:eq(1) > div:eq(0) > div:eq(0) > form:eq(0) > span:eq(0) > label:eq(0)\").css({\"left\":-1, \"top\":9});\n$(\"div#main_page > div:eq(1)\").replaceWith(\"<div class=\\\"dealbox\\\" style=\\\"height:62px;\\\">\\n  <div class=\\\"images2\\\" style=\\\"height:62px; background-color:#fff;\\\">\\n    <!-- Begin MailChimp Signup Form -->\\n<link href=\\\"http://cdn-images.mailchimp.com/embedcode/slim-081711.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\">\\n<style type=\\\"text/css\\\">\\n  #mc_embed_signup{clear:left; font:14px Helvetica,Arial,sans-serif; }\\n  /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.\\n     We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */\\n</style>\\n<div id=\\\"mc_embed_signup\\\">\\n<form action=\\\"http://junglecents.us1.list-manage.com/subscribe/post?u=19b52ab1c6d896602f283f126&amp;id=9a4abffa17\\\" method=\\\"post\\\" id=\\\"mc-embedded-subscribe-form\\\" name=\\\"mc-embedded-subscribe-form\\\" class=\\\"validate\\\" target=\\\"_blank\\\">\\n  <span style=\\\"font-size: large; \\\"><label for=\\\"mce-EMAIL\\\" class=\\\"\\\" style=\\\"position: relative; left: -1px; top: 9px; \\\">Sign up to get our deals in your inbox</label></span>\\n  <input type=\\\"email\\\" value=\\\"\\\" name=\\\"EMAIL\\\" class=\\\"email\\\" id=\\\"mce-EMAIL\\\" placeholder=\\\"email address\\\" required=\\\"\\\" style=\\\"position: relative; left: 329px; top: -26px; \\\">\\n  <div class=\\\"clear\\\" style=\\\"\\\"><input type=\\\"submit\\\" value=\\\"Subscribe\\\" name=\\\"subscribe\\\" id=\\\"mc-embedded-subscribe\\\" class=\\\"button\\\" style=\\\"position: relative; left: 676px; top: -68px; \\\"></div>\\n</form>\\n</div>\\n\\n<!--End mc_embed_signup-->\\n  </div>\\n</div>\");\n$(\"div#main_page > div:eq(1)\").replaceWith(\"<div class=\\\"dealbox\\\" style=\\\"height:162px;\\\">\\n  <div class=\\\"images2\\\" style=\\\"height:162px; background-color:#fff;\\\">\\n    <!-- Begin MailChimp Signup Form -->\\n<link href=\\\"http://cdn-images.mailchimp.com/embedcode/slim-081711.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\">\\n<style type=\\\"text/css\\\">\\n  #mc_embed_signup{clear:left; font:14px Helvetica,Arial,sans-serif; }\\n  /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.\\n     We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */\\n</style>\\n<div id=\\\"mc_embed_signup\\\">\\n<form action=\\\"http://junglecents.us1.list-manage.com/subscribe/post?u=19b52ab1c6d896602f283f126&amp;id=9a4abffa17\\\" method=\\\"post\\\" id=\\\"mc-embedded-subscribe-form\\\" name=\\\"mc-embedded-subscribe-form\\\" class=\\\"validate\\\" target=\\\"_blank\\\">\\n  <span style=\\\"font-size: large; \\\"><label for=\\\"mce-EMAIL\\\" class=\\\"\\\" style=\\\"position: relative; left: -1px; top: 9px; \\\">Sign up to get our deals in your inbox</label></span>\\n  <input type=\\\"email\\\" value=\\\"\\\" name=\\\"EMAIL\\\" class=\\\"email\\\" id=\\\"mce-EMAIL\\\" placeholder=\\\"email address\\\" required=\\\"\\\" style=\\\"position: relative; left: 329px; top: -26px; \\\">\\n  <div class=\\\"clear\\\" style=\\\"\\\"><input type=\\\"submit\\\" value=\\\"Subscribe\\\" name=\\\"subscribe\\\" id=\\\"mc-embedded-subscribe\\\" class=\\\"button\\\" style=\\\"position: relative; left: 676px; top: -68px; \\\"></div>\\n</form>\\n</div>\\n\\n<!--End mc_embed_signup-->\\n  </div>\\n</div>\");", 
      "name": "Variation #2"
    }, 
    "13521082": {
      "code": "$(\"div#main_page > div:eq(0)\").replaceWith(\"<div class=\\\"dealbox\\\" style=\\\"height: 100px;\\\">\\n<div class=\\\"images2\\\" style=\\\"height: 100px; background-color:#333;\\\">\\n  </div>\\n</div>\\n\\n<div class=\\\"dealbox\\\">\\n  <div class=\\\"images2\\\"><a href=\\\"http://www.junglecents.com/deals/bigshotbikes\\\"><img src=\\\"http://junglecents.s3.amazonaws.com/deals/bigshotbikes/bigshotbikes-2.png\\\" border=\\\"0\\\" alt=\\\"\\\"></a></div>\\n  <div class=\\\"grabit\\\"><a href=\\\"http://www.junglecents.com/deals/bigshotbikes\\\"></a></div>\\n</div>\");\n$(\"div#main_page > div:eq(0) > div:eq(0)\").replaceWith(\"<div class=\\\"images2\\\" style=\\\"height: 100px; background-color: #333333; padding-left: 30px;\\\"><span style=\\\"font-family: arial, helvetica, sans-serif; color: #ffffff; font-size: x-large;\\\">Sign up to get our deals in your inbox</span></div>\");\n$(\"div#main_page > div:eq(0) > div:eq(0) > span:eq(0)\").css({\"position\":\"relative\", \"left\":-14, \"top\":18});\n$(\"div#main_page > div:eq(0) > div:eq(0)\").css({\"width\":925, \"height\":61});\n$(\"div#main_page > div:eq(0) > div:eq(0) > span:eq(0)\").css({\"left\":-14, \"top\":15});\n$(\"div#main_page > div:eq(0) > div:eq(0)\").replaceWith(\"<div class=\\\"images2\\\" style=\\\"background-color: #222; padding-left: 30px; width: 925px; height: 61px; \\\"><span style=\\\"font-family: arial, helvetica, sans-serif; color: rgb(255, 255, 255); font-size: x-large; position: relative; left: -14px; top: 15px; \\\" class=\\\"\\\">Sign up to get our deals in your inbox</span></div>\");\n$(\"div#main_page > div:eq(0)\").replaceWith(\"<div class=\\\"dealbox\\\" style=\\\"height: 61px;\\\">\\n<div class=\\\"images2\\\" style=\\\"background-color: #222; padding-left: 30px; width: 925px; height: 61px; \\\"><span style=\\\"font-family: arial, helvetica, sans-serif; color: rgb(255, 255, 255); font-size: x-large; position: relative; left: -14px; top: 15px; \\\" class=\\\"\\\">Sign up to get our deals in your inbox</span></div>\\n</div>\");\n$(\"div#main_page > div:eq(0) > div:eq(0)\").replaceWith(\"<div class=\\\"images2\\\" style=\\\"background-color: #222; padding-left: 30px; width: 925px; height: 61px; \\\"><span style=\\\"font-family: arial, helvetica, sans-serif; color: rgb(255, 255, 255); font-size: x-large; position: relative; left: -14px; top: 15px; \\\" class=\\\"\\\">Sign up to get our deals in your inbox</span>\\n<input maxlength=15 style=\\\"color: white; height: 23px; width: 250px; padding: 3px 5px 3px 5px; border-style: none; background-color: #333; background-image: url(./media/textfieldwidget.png); font-family: courier new; font-size: 14px\\\">\\n\\n</div>\");\n$(\"div#main_page > div:eq(0) > div:eq(0) > input:eq(0)\").css({\"position\":\"relative\", \"left\":77, \"top\":11});\n$(\"div#main_page > div:eq(0) > div:eq(0)\").css({\"width\":890, \"height\":63});\n$(\"div#main_page > div:eq(0) > div:eq(0) > input:eq(0)\").css({\"left\":80, \"top\":12});\n$(\"div#main_page > div:eq(0) > div:eq(0)\").replaceWith(\"<div class=\\\"images2\\\" style=\\\"background-color: rgb(34, 34, 34); padding-left: 30px; width: 890px; height: 63px; \\\"><span style=\\\"font-family: arial, helvetica, sans-serif; color: rgb(255, 255, 255); font-size: x-large; position: relative; left: -14px; top: 15px; \\\" class=\\\"\\\">Sign up to get our deals in your inbox</span>\\n\\n<form action=\\\"http://www.junglecents.com/invited\\\"  method='post' enctype='multipart/form-data'>\\n  \\n<input type=\\\"text\\\" name=\\\"eaddr\\\" onfocus=\\\"this.value=''\\\" value=\\\"\\\" class=\\\"textbox\\\" maxlength=\\\"15\\\" style=\\\"color: white; height: 23px; width: 250px; padding-top: 3px; padding-right: 5px; padding-bottom: 3px; padding-left: 5px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; background-color: rgb(51, 51, 51); background-image: url(http://www.junglecents.com/media/textfieldwidget.png); font-family: 'courier new'; font-size: 14px; position: relative; left: 80px; top: 12px; \\\">\\n \\n<input type=\\\"submit\\\" name=\\\"\\\" value=\\\"\\\" class=\\\"joinbtn\\\" style=\\\"background-image: url(http://www.junglecents.com/images/join_btn.jpg);\\\" />\\n\\n  </form>  \\n</div>\");\n$(\"input.joinbtn\").replaceWith(\"<input type=\\\"submit\\\" name=\\\"\\\" value=\\\"\\\" class=\\\"joinbtn\\\" src=\\\"http://www.junglecents.com/images/join_btn.jpg\\\" height=\\\"43\\\" width=\\\"238\\\">\");\n$(\"div#main_page > div:eq(0) > div:eq(0) > form:eq(0)\").replaceWith(\"<form action=\\\"http://www.junglecents.com/invited\\\" method=\\\"post\\\" enctype=\\\"multipart/form-data\\\">\\n <input type=\\\"image\\\" name=\\\"\\\" value=\\\"submit\\\" src=\\\"http://www.junglecents.com/images/join_btn.jpg\\\" height=\\\"43\\\" width=\\\"238\\\">\\n</form>\");\n$(\"div#main_page > div:eq(0)\").css({\"left\":-32, \"top\":-30});\n$(\"div#main_page > div:eq(0) > div:eq(0) > form:eq(0) > input:eq(0)\").css({\"position\":\"relative\", \"left\":637, \"top\":-19});\n$(\"div#main_page > div:eq(0) > div:eq(0) > form:eq(0) > input:eq(0)\").css({\"width\":176, \"height\":33});\n$(\"div#main_page > div:eq(0) > div:eq(0) > form:eq(0) > input:eq(0)\").css({\"left\":699, \"top\":-15});\n$(\"div#main_page > div:eq(0) > div:eq(0) > form:eq(0)\").replaceWith(\"<form action=\\\"http://www.junglecents.com/invited\\\" method=\\\"post\\\" enctype=\\\"multipart/form-data\\\">\\n  <input type=\\\"text\\\" name=\\\"eaddr\\\" onfocus=\\\"this.value=''\\\" value=\\\"\\\" class=\\\"textbox\\\">\\n <input type=\\\"image\\\" name=\\\"\\\" value=\\\"submit\\\" src=\\\"http://www.junglecents.com/images/join_btn.jpg\\\" height=\\\"43\\\" width=\\\"238\\\" class=\\\"\\\" style=\\\"position: relative; width: 176px; height: 33px; left: 699px; top: -15px; \\\">\\n</form>\");\n$(\"input[name='eaddr']\").css({\"position\":\"relative\", \"left\":435, \"top\":-27});\n$(\"input[name='eaddr']\").replaceWith(\"<input type=\\\"text\\\" name=\\\"eaddr\\\" onfocus=\\\"this.value=''\\\" value=\\\"  enter your email address\\\" class=\\\"textbox\\\" style=\\\"position: relative; left: 435px; top: -27px;  background-color:#333; border:none; width:175px; height:25px; color:#fff;\\\">\");\n$(\"div#main_page > div:eq(0) > div:eq(0) > form:eq(0) > input:eq(1)\").css({\"left\":518, \"top\":-16});\n$(\"div#main_page > div:eq(0) > div:eq(0) > form:eq(0) > input:eq(1)\").css({\"left\":518, \"top\":-14});\n$(\"input[name='eaddr']\").css({\"left\":503, \"top\":-27});\n$(\"div#main_page > div:eq(0) > div:eq(0) > form:eq(0) > input:eq(1)\").css({\"width\":116, \"height\":24});\n$(\"div#main_page > div:eq(0) > div:eq(0) > form:eq(0) > input:eq(1)\").css({\"left\":570, \"top\":-10});\n$(\"input[name='eaddr']\").css({\"left\":557, \"top\":-19});\n$(\"input[name='eaddr']\").css({\"left\":557, \"top\":-18});\n$(\"div#main_page > div:eq(0)\").css({\"left\":-32, \"top\":-8});\n$(\"div#main_page > div:eq(0) > div:eq(0) > span:eq(0)\").replaceWith(\"<span style=\\\"font-family: arial, helvetica, sans-serif; font-size: x-large; position: relative; left: -14px; top: 15px; color: #c0c0c0;\\\">Sign up to get our deals in your inbox</span>\");\n$(\"div#main_page > div:eq(0) > div:eq(0) > form:eq(0)\").replaceWith(\"<form action=\\\"http://www.junglecents.com/\\\" method=\\\"post\\\" enctype=\\\"multipart/form-data\\\">\\n  <input type=\\\"text\\\" name=\\\"eaddr\\\" onfocus=\\\"this.value=''\\\" value=\\\"  enter your email address\\\" class=\\\"textbox\\\" style=\\\"position: relative; background-color: rgb(51, 51, 51); border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; width: 175px; height: 25px; color: rgb(255, 255, 255); left: 557px; top: -18px; \\\">\\n <input type=\\\"image\\\" name=\\\"\\\" value=\\\"submit\\\" src=\\\"http://www.junglecents.com/images/join_btn.jpg\\\" height=\\\"43\\\" width=\\\"238\\\" class=\\\"\\\" style=\\\"position: relative; width: 116px; height: 24px; left: 570px; top: -10px; \\\">\\n</form>\");\n$(\"div#main_page > div:eq(0) > div:eq(0) > span:eq(0)\").replaceWith(\"<span style=\\\"font-family: arial, helvetica, sans-serif; font-size: x-large; position: relative; left: -14px; top: 15px; color: #ffffff;\\\">Sign up to get our deals in your inbox</span>\");", 
      "name": "Variation #2"
    }, 
    "13577946": {
      "name": "Original Page"
    }, 
    "13578892": {
      "code": "$(\"div.login > h1:eq(0) > span:eq(0)\").replaceWith(\"<span>Already Have an account? Login below.</span>\");\n$(\"div.login > h1:eq(0)\").replaceWith(\"<h1>Create an account to gain access today: <span></span></h1>\");\n$(\"div.login > h1:eq(0)\").css({\"position\":\"relative\", \"left\":-19, \"top\":-20});\n$(\"div.login > h1:eq(0)\").replaceWith(\"<h1 style=\\\"position: relative; left: -19px; top: -20px;\\\">Create an account to gain access today<span></span></h1>\");\n$(\"div.nobr > form:eq(0) > h2:eq(0) > span:eq(0)\").replaceWith(\"<span>Already have an account?</span>\");\n$(\"div.nobr > form:eq(0) > h2:eq(0)\").replaceWith(\"<h2><span>Already have an account?</span> Log in here:</h2>\");\n$(\"div.nobr\").css({\"position\":\"relative\", \"left\":-411, \"top\":0});\n$(\"div.login > div:eq(0) > form:eq(0)\").css({\"position\":\"relative\", \"left\":407, \"top\":-2});\n$(\"div.nobr\").css({\"left\":-454, \"top\":-4});\n$(\"div.login > div:eq(0) > form:eq(0)\").css({\"left\":423, \"top\":-2});\n$(\"div.login > div:eq(0) > form:eq(0) > h2:eq(0)\").css({\"position\":\"relative\", \"left\":-136, \"top\":1});\n$(\"div.nobr > form:eq(0) > h2:eq(0)\").css({\"position\":\"relative\", \"left\":-51, \"top\":-1});\n$(\"div.nobr input.register_btn\").css({\"position\":\"relative\", \"left\":103, \"top\":-25});\n$(\"p#forgot > a:eq(0)\").css({\"position\":\"relative\", \"left\":-28, \"top\":12});\n$(\"div.nobr input.register_btn\").css({\"left\":106, \"top\":-25});\n$(\"div.nobr > form:eq(0) > h2:eq(0)\").replaceWith(\"<h2 style=\\\"position: relative; left: -51px; top: -1px;\\\"><span>Already have an account?</span> Log in here</h2>\");\n$(\"div.nobr > form:eq(0) > h3:eq(0)\").css({\"position\":\"relative\", \"left\":89, \"top\":-26});\n$(\"div.nobr a.FB_login > img:eq(0)\").css({\"position\":\"relative\", \"left\":0, \"top\":-3});\n$(\"div.login > div:eq(0) > form:eq(0) > input:eq(2)\").val(\"CREATE ACCOUNT\");\n$(\"div.nobr > form:eq(0)\").css({\"position\":\"relative\", \"left\":9, \"top\":-8});\n$(\"div.nobr > form:eq(0) > h2:eq(0) > span:eq(0)\").replaceWith(\"<span style=\\\"color: #ffffff;\\\">Already have an account?</span>\");", 
      "name": "Variation #1"
    }, 
    "13596435": {
      "code": "$(\"div#main_page > div:eq(0)\").replaceWith(\"<div class=\\\"dealbox\\\">\\n  <div class=\\\"images2\\\" style=\\\"background-color:#fff;\\\">\\n    <!-- Begin MailChimp Signup Form -->\\n<link href=\\\"http://cdn-images.mailchimp.com/embedcode/slim-081711.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\">\\n<style type=\\\"text/css\\\">\\n  #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;  width:500px;}\\n  /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.\\n     We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */\\n</style>\\n<div id=\\\"mc_embed_signup\\\">\\n<form action=\\\"http://junglecents.us1.list-manage.com/subscribe/post?u=19b52ab1c6d896602f283f126&amp;id=9a4abffa17\\\" method=\\\"post\\\" id=\\\"mc-embedded-subscribe-form\\\" name=\\\"mc-embedded-subscribe-form\\\" class=\\\"validate\\\" target=\\\"_blank\\\">\\n  <label for=\\\"mce-EMAIL\\\">Subscribe to our mailing list</label>\\n  <input type=\\\"email\\\" value=\\\"\\\" name=\\\"EMAIL\\\" class=\\\"email\\\" id=\\\"mce-EMAIL\\\" placeholder=\\\"email address\\\" required>\\n  <div class=\\\"clear\\\"><input type=\\\"submit\\\" value=\\\"Subscribe\\\" name=\\\"subscribe\\\" id=\\\"mc-embedded-subscribe\\\" class=\\\"button\\\"></div>\\n</form>\\n</div>\\n\\n<!--End mc_embed_signup-->\\n  </div>\\n</div>  \\n\\n\\n<div class=\\\"dealbox\\\">\\n  <div class=\\\"images2\\\"><a href=\\\"http://www.junglecents.com/deals/bigshotbikes\\\"><img src=\\\"http://junglecents.s3.amazonaws.com/deals/bigshotbikes/bigshotbikes-2.png\\\" border=\\\"0\\\" alt=\\\"\\\"></a></div>\\n  <div class=\\\"grabit\\\"><a href=\\\"http://www.junglecents.com/deals/bigshotbikes\\\"></a></div>\\n</div>\");\n$(\"form#mc-embedded-subscribe-form\").css({\"left\":507, \"top\":38});\n$(\"div#main_page > div:eq(0)\").replaceWith(\"<div class=\\\"dealbox\\\" style=\\\"height:200px;\\\">\\n  <div class=\\\"images2\\\" style=\\\"background-color:#fff; height:200px;\\\">\\n    <!-- Begin MailChimp Signup Form -->\\n<link href=\\\"http://cdn-images.mailchimp.com/embedcode/slim-081711.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\">\\n<style type=\\\"text/css\\\">\\n  #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;  width:500px;}\\n  /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.\\n     We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */\\n</style>\\n<div id=\\\"mc_embed_signup\\\">\\n<form action=\\\"http://junglecents.us1.list-manage.com/subscribe/post?u=19b52ab1c6d896602f283f126&amp;id=9a4abffa17\\\" method=\\\"post\\\" id=\\\"mc-embedded-subscribe-form\\\" name=\\\"mc-embedded-subscribe-form\\\" class=\\\"validate\\\" target=\\\"_blank\\\" style=\\\"left: 507px; top: 38px; \\\">\\n  <label for=\\\"mce-EMAIL\\\">Subscribe to our mailing list</label>\\n  <input type=\\\"email\\\" value=\\\"\\\" name=\\\"EMAIL\\\" class=\\\"email\\\" id=\\\"mce-EMAIL\\\" placeholder=\\\"email address\\\" required=\\\"\\\">\\n  <div class=\\\"clear\\\" style=\\\"\\\"><input type=\\\"submit\\\" value=\\\"Subscribe\\\" name=\\\"subscribe\\\" id=\\\"mc-embedded-subscribe\\\" class=\\\"button\\\"></div>\\n</form>\\n</div>\\n\\n<!--End mc_embed_signup-->\\n  </div>\\n</div>\");\n$(\"div#main_page > div:eq(0) > div:eq(0)\").prepend(\"<img src=\\\"//cdn.optimizely.com/img/7512007/30a65d57465649e492aabe3323bfad8f.jpg\\\" />\");\n$(\"div#main_page > div:eq(0) > div:eq(0) > img:eq(0)\").css({\"position\":\"relative\", \"left\":0, \"top\":56});\n$(\"div#main_page > div:eq(0)\").css({\"left\":-33, \"top\":-41});\n$(\"form#mc-embedded-subscribe-form\").css({\"left\":523, \"top\":-111});\n$(\"div#main_page > div:eq(0) > div:eq(0) > img:eq(0)\").css({\"left\":21, \"top\":29});\n$(\"div#mc_embed_signup\").css({\"position\":\"relative\", \"left\":14, \"top\":-110});\n$(\"form#mc-embedded-subscribe-form\").css({\"left\":485, \"top\":3});\n$(\"div#mc_embed_signup\").css({\"left\":10, \"top\":-73});\n$(\"div#main_page > div:eq(0) > div:eq(0) > img:eq(0)\").css({\"z-index\":3171010});\n$(\"div#mc_embed_signup\").css({\"left\":34, \"top\":-101});\n$(\"div#main_page > div:eq(0)\").css({\"left\":-33, \"top\":-8});\n$(\"form#mc-embedded-subscribe-form > label:eq(0)\").replaceWith(\"<label for=\\\"mce-EMAIL\\\">Sign up to get our deals directly in your inbox</label>\");\n$(\"form#mc-embedded-subscribe-form > label:eq(0)\").replaceWith(\"<label for=\\\"mce-EMAIL\\\">Get access to secret deals and giveaways</label>\");\n$(\"div.rightbottom\").css({\"z-index\":3171020});\n$(\"div#main_page > div:eq(0)\").replaceWith(\"<div class=\\\"images2\\\" style=\\\"background-color:#fff; height:200px; width:920px;\\\"><img src=\\\"//cdn.optimizely.com/img/7512007/30a65d57465649e492aabe3323bfad8f.jpg\\\" style=\\\"position: relative; left: 21px; top: 29px; z-index: 3171010; \\\">\\n    <!-- Begin MailChimp Signup Form -->\\n<link href=\\\"http://cdn-images.mailchimp.com/embedcode/slim-081711.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\">\\n<style type=\\\"text/css\\\">\\n  #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;  width:500px;}\\n  /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.\\n     We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */\\n</style>\\n<div id=\\\"mc_embed_signup\\\" style=\\\"position: relative; left: 34px; top: -101px; \\\">\\n<form action=\\\"http://junglecents.us1.list-manage.com/subscribe/post?u=19b52ab1c6d896602f283f126&amp;id=9a4abffa17\\\" method=\\\"post\\\" id=\\\"mc-embedded-subscribe-form\\\" name=\\\"mc-embedded-subscribe-form\\\" class=\\\"validate\\\" target=\\\"_blank\\\" style=\\\"left: 485px; top: 3px; \\\">\\n  <label for=\\\"mce-EMAIL\\\">Get access to secret deals and giveaways</label>\\n  <input type=\\\"email\\\" value=\\\"\\\" name=\\\"EMAIL\\\" class=\\\"email\\\" id=\\\"mce-EMAIL\\\" placeholder=\\\"email address\\\" required=\\\"\\\">\\n  <div class=\\\"clear\\\" style=\\\"\\\"><input type=\\\"submit\\\" value=\\\"Subscribe\\\" name=\\\"subscribe\\\" id=\\\"mc-embedded-subscribe\\\" class=\\\"button\\\"></div>\\n</form>\\n</div>\\n\\n<!--End mc_embed_signup-->\\n  </div>\");\n$(\"div#main_page > div.images2\").css({\"position\":\"relative\", \"left\":20, \"top\":-48});", 
      "name": "Get Access Headline"
    }, 
    "13629118": {
      "code": "$(\"div#main_page > div:eq(0)\").replaceWith(\"<div class=\\\"dealbox\\\">\\n  <div class=\\\"images2\\\" style=\\\"background-color:#fff;\\\">\\n    <!-- Begin MailChimp Signup Form -->\\n<link href=\\\"http://cdn-images.mailchimp.com/embedcode/slim-081711.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\">\\n<style type=\\\"text/css\\\">\\n  #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;  width:500px;}\\n  /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.\\n     We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */\\n</style>\\n<div id=\\\"mc_embed_signup\\\">\\n<form action=\\\"http://junglecents.us1.list-manage.com/subscribe/post?u=19b52ab1c6d896602f283f126&amp;id=9a4abffa17\\\" method=\\\"post\\\" id=\\\"mc-embedded-subscribe-form\\\" name=\\\"mc-embedded-subscribe-form\\\" class=\\\"validate\\\" target=\\\"_blank\\\">\\n  <label for=\\\"mce-EMAIL\\\">Subscribe to our mailing list</label>\\n  <input type=\\\"email\\\" value=\\\"\\\" name=\\\"EMAIL\\\" class=\\\"email\\\" id=\\\"mce-EMAIL\\\" placeholder=\\\"email address\\\" required>\\n  <div class=\\\"clear\\\"><input type=\\\"submit\\\" value=\\\"Subscribe\\\" name=\\\"subscribe\\\" id=\\\"mc-embedded-subscribe\\\" class=\\\"button\\\"></div>\\n</form>\\n</div>\\n\\n<!--End mc_embed_signup-->\\n  </div>\\n</div>  \\n\\n\\n<div class=\\\"dealbox\\\">\\n  <div class=\\\"images2\\\"><a href=\\\"http://www.junglecents.com/deals/bigshotbikes\\\"><img src=\\\"http://junglecents.s3.amazonaws.com/deals/bigshotbikes/bigshotbikes-2.png\\\" border=\\\"0\\\" alt=\\\"\\\"></a></div>\\n  <div class=\\\"grabit\\\"><a href=\\\"http://www.junglecents.com/deals/bigshotbikes\\\"></a></div>\\n</div>\");\n$(\"form#mc-embedded-subscribe-form\").css({\"left\":507, \"top\":38});\n$(\"div#main_page > div:eq(0)\").replaceWith(\"<div class=\\\"dealbox\\\" style=\\\"height:200px;\\\">\\n  <div class=\\\"images2\\\" style=\\\"background-color:#fff; height:200px;\\\">\\n    <!-- Begin MailChimp Signup Form -->\\n<link href=\\\"http://cdn-images.mailchimp.com/embedcode/slim-081711.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\">\\n<style type=\\\"text/css\\\">\\n  #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;  width:500px;}\\n  /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.\\n     We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */\\n</style>\\n<div id=\\\"mc_embed_signup\\\">\\n<form action=\\\"http://junglecents.us1.list-manage.com/subscribe/post?u=19b52ab1c6d896602f283f126&amp;id=9a4abffa17\\\" method=\\\"post\\\" id=\\\"mc-embedded-subscribe-form\\\" name=\\\"mc-embedded-subscribe-form\\\" class=\\\"validate\\\" target=\\\"_blank\\\" style=\\\"left: 507px; top: 38px; \\\">\\n  <label for=\\\"mce-EMAIL\\\">Subscribe to our mailing list</label>\\n  <input type=\\\"email\\\" value=\\\"\\\" name=\\\"EMAIL\\\" class=\\\"email\\\" id=\\\"mce-EMAIL\\\" placeholder=\\\"email address\\\" required=\\\"\\\">\\n  <div class=\\\"clear\\\" style=\\\"\\\"><input type=\\\"submit\\\" value=\\\"Subscribe\\\" name=\\\"subscribe\\\" id=\\\"mc-embedded-subscribe\\\" class=\\\"button\\\"></div>\\n</form>\\n</div>\\n\\n<!--End mc_embed_signup-->\\n  </div>\\n</div>\");\n$(\"div#main_page > div:eq(0) > div:eq(0)\").prepend(\"<img src=\\\"//cdn.optimizely.com/img/7512007/30a65d57465649e492aabe3323bfad8f.jpg\\\" />\");\n$(\"div#main_page > div:eq(0) > div:eq(0) > img:eq(0)\").css({\"position\":\"relative\", \"left\":0, \"top\":56});\n$(\"div#main_page > div:eq(0)\").css({\"left\":-33, \"top\":-41});\n$(\"form#mc-embedded-subscribe-form\").css({\"left\":523, \"top\":-111});\n$(\"div#main_page > div:eq(0) > div:eq(0) > img:eq(0)\").css({\"left\":21, \"top\":29});\n$(\"div#mc_embed_signup\").css({\"position\":\"relative\", \"left\":14, \"top\":-110});\n$(\"form#mc-embedded-subscribe-form\").css({\"left\":485, \"top\":3});\n$(\"div#mc_embed_signup\").css({\"left\":10, \"top\":-73});\n$(\"div#main_page > div:eq(0) > div:eq(0) > img:eq(0)\").css({\"z-index\":3171010});\n$(\"div#mc_embed_signup\").css({\"left\":34, \"top\":-101});\n$(\"div#main_page > div:eq(0)\").css({\"left\":-33, \"top\":-8});\n$(\"form#mc-embedded-subscribe-form > label:eq(0)\").replaceWith(\"<label for=\\\"mce-EMAIL\\\">Sign up to get our deals directly in your inbox</label>\");\n$(\"div.rightbottom\").css({\"z-index\":3171010});\n$(\"div#main_page > div:eq(0)\").replaceWith(\"<div class=\\\"images2\\\" style=\\\"background-color:#fff; height:200px; width:925px;\\\"><img src=\\\"//cdn.optimizely.com/img/7512007/30a65d57465649e492aabe3323bfad8f.jpg\\\" style=\\\"position: relative; left: 21px; top: 29px; z-index: 3171010; \\\">\\n    <!-- Begin MailChimp Signup Form -->\\n<link href=\\\"http://cdn-images.mailchimp.com/embedcode/slim-081711.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\">\\n<style type=\\\"text/css\\\">\\n  #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;  width:500px;}\\n  /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.\\n     We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */\\n</style>\\n<div id=\\\"mc_embed_signup\\\" style=\\\"position: relative; left: 34px; top: -101px; \\\">\\n<form action=\\\"http://junglecents.us1.list-manage.com/subscribe/post?u=19b52ab1c6d896602f283f126&amp;id=9a4abffa17\\\" method=\\\"post\\\" id=\\\"mc-embedded-subscribe-form\\\" name=\\\"mc-embedded-subscribe-form\\\" class=\\\"validate\\\" target=\\\"_blank\\\" style=\\\"left: 485px; top: 3px; \\\">\\n  <label for=\\\"mce-EMAIL\\\">Sign up to get our deals directly in your inbox</label>\\n  <input type=\\\"email\\\" value=\\\"\\\" name=\\\"EMAIL\\\" class=\\\"email\\\" id=\\\"mce-EMAIL\\\" placeholder=\\\"email address\\\" required=\\\"\\\">\\n  <div class=\\\"clear\\\" style=\\\"\\\"><input type=\\\"submit\\\" value=\\\"Subscribe\\\" name=\\\"subscribe\\\" id=\\\"mc-embedded-subscribe\\\" class=\\\"button\\\"></div>\\n</form>\\n</div>\\n\\n<!--End mc_embed_signup-->\\n  </div>\");\n$(\"div#main_page > div.images2\").css({\"position\":\"relative\", \"left\":21, \"top\":-48});\n$(\"div#main_page > div.images2\").replaceWith(\"<div class=\\\"images2\\\" style=\\\"background-color: rgb(255, 255, 255); height: 200px; width: 920px; position: relative; left: 21px; top: -48px; \\\"><img src=\\\"//cdn.optimizely.com/img/7512007/30a65d57465649e492aabe3323bfad8f.jpg\\\" style=\\\"position: relative; left: 21px; top: 29px; z-index: 3171010; \\\">\\n    <!-- Begin MailChimp Signup Form -->\\n<link href=\\\"http://cdn-images.mailchimp.com/embedcode/slim-081711.css\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\">\\n<style type=\\\"text/css\\\">\\n  #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;  width:500px;}\\n  /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.\\n     We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */\\n</style>\\n<div id=\\\"mc_embed_signup\\\" style=\\\"position: relative; left: 34px; top: -101px; \\\">\\n<form action=\\\"http://junglecents.us1.list-manage.com/subscribe/post?u=19b52ab1c6d896602f283f126&amp;id=9a4abffa17\\\" method=\\\"post\\\" id=\\\"mc-embedded-subscribe-form\\\" name=\\\"mc-embedded-subscribe-form\\\" class=\\\"validate\\\" target=\\\"_blank\\\" style=\\\"left: 485px; top: 3px; \\\">\\n  <label for=\\\"mce-EMAIL\\\">Sign up to get our deals directly in your inbox</label>\\n  <input type=\\\"email\\\" value=\\\"\\\" name=\\\"EMAIL\\\" class=\\\"email\\\" id=\\\"mce-EMAIL\\\" placeholder=\\\"email address\\\" required=\\\"\\\">\\n  <div class=\\\"clear\\\" style=\\\"\\\"><input type=\\\"submit\\\" value=\\\"Subscribe\\\" name=\\\"subscribe\\\" id=\\\"mc-embedded-subscribe\\\" class=\\\"button\\\"></div>\\n</form>\\n</div>\\n\\n<!--End mc_embed_signup-->\\n  </div>\");\n$(\"div#main_page > div.images2\").css({\"left\":20, \"top\":-48});", 
      "name": "Get deals in inbox Headline"
    }, 
    "14008752": {
      "code": "$(\"div.images2 > img:eq(0)\").attr({\"src\":\"//cdn.optimizely.com/img/7512007/f2f65e62f6ea4ee6807b677ae2ba0e7b.png\"});\n$(\"div.one > div.head > h2:eq(0)\").replaceWith(\"<h2>Bonus: Win a $265 Gift Certificate to Gamefly.com</h2>\");\n$(\"div.one > div.head > h2:eq(0)\").replaceWith(\"<h2 style=\\\"font-family: arial; font-size:19px;\\\">Bonus: Win a $265 Gift Certificate to Gamefly.com</h2>\\n\\n<h2 style=\\\"font-family: arial; font-size:14px; color:#ffb400;\\\">Type <strong><span style=\\\"color:#ffffff\\\">\\\"Going to get my game on\\\"</span></strong> here in the comment box at the bottom of this page. Winners will be randomly chosen. Good luck!</h2><br>\");\n$(\"div.one\").replaceWith(\"<A NAME=\\\"contest\\\"></A>\\n<div class=\\\"one\\\">   \\n                      <div class=\\\"head\\\"><h2 style=\\\"font-family: arial; font-size:19px;\\\">Bonus: Win a $265 Gift Certificate to Gamefly.com</h2>\\n\\n<h2 style=\\\"font-family: arial; font-size:14px; color:#ffb400;\\\">Type <strong><span style=\\\"color:#ffffff\\\">\\\"Going to get my game on\\\"</span></strong> here in the comment box at the bottom of this page. Winners will be randomly chosen. Good luck!</h2><br></div> \\n                        <div class=\\\"fbcomments\\\"><div style=\\\"background-color:#FFF; width:427px;\\\">\\n                        <fb:comments href=\\\"http://dev.latest.junglecents.appspot.com/deals/gamefly\\\" num_posts=\\\"10\\\" width=\\\"427\\\" class=\\\"  fb_iframe_widget\\\"><span><div class=\\\"optimizely_iframe_replacement\\\" style=\\\"  background-color: #0F4178 !important;  border: 1px solid #333 !important;  color: #FFF !important;  padding: 5px !important;  text-align: center !important;  height: 40px !important;  width: 200px !important;\\\">Edit this iFrame?<br>Click to learn more.</div></span></fb:comments></div>\\n                        </div>\\n                    </div>\");\n$(\"div.hometemplate\").replaceWith(\"<div class=\\\"hometemplate\\\">\\n      <div class=\\\"upperrow\\\">\\n        <div class=\\\"aboutcompany\\\">\\n          <h1>About the company</h1>\\n          <p><span>GameFly</span> - Delete all these brs, just a place holder\\n<br><br><br><br><br><br><br><br><br><br><br><br><br>\\n<br><br><br><br><br><br><br><br><br><br><br><br><br>\\n<br><br><br><br><br><br><br><br><br><br><br><br><br>\\n    \\n    \\n    \\n    \\n    \\n    \\n    \\n    </p>\\n        </div>\\n        <div class=\\\"finepoint\\\">\\n          <h1>Fine Print</h1>\\n          <p>*Code valid for 3 months!<br>*For new (first time) members only<br>*1 code per customer<br>*Must be 18yrs of age<br>*Only valid in the US or D.C.</p>\\n\\n          <p></p>\\n          <div id=\\\"smoothmenu1\\\" class=\\\"ddsmoothmenu\\\">\\n            <ul>\\n              <li style=\\\"z-index: 100; \\\"><a class=\\\"freeeasy\\\" href=\\\"#\\\" style=\\\"padding-right: 23px; \\\">SeeAll<img src=\\\"images/down.gif\\\" class=\\\"downarrowclass\\\" style=\\\"border:0;\\\"></a>\\n                  <ul style=\\\"top: 16px; display: none; visibility: visible; \\\">\\n                    <li>\\n                    <div class=\\\"freeandeasy\\\">\\n                      <h2>Fine Print</h2>\\n                      <p>*Code valid for 3 months!<br>*For new (first time) members only<br>*1 code per customer<br>*Must be 18yrs of age<br>*Only valid in the US or D.C.</p>\\n                    </div>\\n                    </li>\\n                  </ul>\\n              </li>\\n            </ul>\\n          </div>\\n          <!--p class=\\\"rightside\\\"><a href=\\\"#\\\">See All</a></p-->\\n          <div class=\\\"topfineprint\\\"></div>\\n          <h1>Info</h1>\\n          <p>www.gamefly.com<br><a class=\\\"freeeasy\\\" href=\\\"mailto:customerservice@gamefly.com\\\" rel=\\\"noreferrer\\\">Gamefly Support</a><br>\\n          <strong><a class=\\\"freeeasy\\\" href=\\\"http://bit.ly/vZxaju\\\">official site</a></strong></p>\\n        </div>\\n        <div class=\\\"prices\\\">\\n\\n          <div class=\\\"grab_it\\\">\\n            <a href=\\\"http://dev.latest.junglecents.appspot.com/login\\\"></a>\\n\\n            <strong>...before its gone</strong>\\n          </div>\\n\\n          <h2>$30</h2>\\n          <div class=\\\"sep\\\"></div>\\n          <h3>for 3 months of</h3>\\n          <h4>Gamefly video game service</h4>\\n        </div>\\n      </div>\\n      <div id=\\\"carousel_container\\\">\\n        <div id=\\\"left_scroll\\\"><img src=\\\"/images/left_arrow.png\\\"></div>\\n          <div id=\\\"carousel_inner\\\">\\n            <ul id=\\\"carousel_ul\\\">\\n\\n              <li>\\n                \\n                  <div class=\\\"men\\\">\\n                    <div class=\\\"images\\\"><img src=\\\"http://junglecents.s3.amazonaws.com/deals/gamefly/gamefly-highlight-5.jpg\\\" border=\\\"0\\\" alt=\\\"\\\"></div>\\n                    <div class=\\\"text\\\"><h5></h5></div>\\n                  </div>\\n                \\n              </li><li>\\n                \\n                  <div class=\\\"men\\\">\\n                    <div class=\\\"images\\\"><img src=\\\"http://junglecents.s3.amazonaws.com/deals/gamefly/gamefly-highlight-4.jpg\\\" border=\\\"0\\\" alt=\\\"\\\"></div>\\n                    <div class=\\\"text\\\"><h5></h5></div>\\n                  </div>\\n                \\n              </li>\\n\\n              <li>\\n                \\n                  <div class=\\\"men\\\">\\n                    <div class=\\\"images\\\"><img src=\\\"http://junglecents.s3.amazonaws.com/deals/gamefly/gamefly-highlight-1.jpg\\\" border=\\\"0\\\" alt=\\\"\\\"></div>\\n                    <div class=\\\"text\\\"><h5></h5></div>\\n                  </div>\\n                \\n              </li>\\n\\n              <li>\\n                \\n                  <div class=\\\"men\\\">\\n                    <div class=\\\"images\\\"><img src=\\\"http://junglecents.s3.amazonaws.com/deals/gamefly/gamefly-highlight-3.jpg\\\" border=\\\"0\\\" alt=\\\"\\\"></div>\\n                    <div class=\\\"text\\\"><h5></h5></div>\\n                  </div>\\n                \\n              </li>\\n\\n              <li>\\n                \\n                  <div class=\\\"men\\\">\\n                    <div class=\\\"images\\\"><img src=\\\"http://junglecents.s3.amazonaws.com/deals/gamefly/gamefly-highlight-6.jpg\\\" border=\\\"0\\\" alt=\\\"\\\"></div>\\n                    <div class=\\\"text\\\"><h5></h5></div>\\n                  </div>\\n                \\n              </li>\\n\\n              <li>\\n                \\n                  <div class=\\\"men\\\">\\n                    <div class=\\\"images\\\"><img src=\\\"http://junglecents.s3.amazonaws.com/deals/gamefly/gamefly-highlight-2.jpg\\\" border=\\\"0\\\" alt=\\\"\\\"></div>\\n                    <div class=\\\"text\\\"><h5></h5></div>\\n                  </div>\\n                \\n              </li>\\n\\n              \\n\\n            </ul>\\n          </div>\\n        <div id=\\\"right_scroll\\\"><img src=\\\"/images/right_arrow.png\\\"></div>\\n      </div>\\n       <div class=\\\"hookup\\\"> \\n<div class=\\\"one\\\">   \\n                      <div class=\\\"head\\\"><h2 style=\\\"font-family: arial; font-size:19px;\\\">Bonus: Win a $265 Gift Certificate to Gamefly.com</h2>\\n\\n<h2 style=\\\"font-family: arial; font-size:14px; color:#ffb400;\\\">Type <strong><span style=\\\"color:#ffffff\\\">\\\"Going to get my game on\\\"</span></strong> here in the comment box at the bottom of this page. Winners will be randomly chosen. Good luck!</h2><br></div> \\n                        <div class=\\\"fbcomments\\\"><div style=\\\"background-color:#FFF; width:427px;\\\">\\n                        <fb:comments href=\\\"http://dev.latest.junglecents.appspot.com/deals/gamefly\\\" num_posts=\\\"10\\\" width=\\\"427\\\" class=\\\"  fb_iframe_widget\\\"><span><div class=\\\"optimizely_iframe_replacement\\\" style=\\\"  background-color: #0F4178 !important;  border: 1px solid #333 !important;  color: #FFF !important;  padding: 5px !important;  text-align: center !important;  height: 40px !important;  width: 200px !important;\\\">Edit this iFrame?<br>Click to learn more.</div></span></fb:comments></div>\\n                        </div>\\n                    </div> \\n                    <div class=\\\"two\\\"> \\n                      <div class=\\\"head\\\"> \\n                          <h2>Sharing is Caring<img src=\\\"/images/vector.png\\\" style=\\\"margin:0 0 0 10px;\\\" border=\\\"0\\\" alt=\\\"\\\"></h2> \\n                        </div> \\n                        <div id=\\\"sharingiscaringcontainer\\\"> \\n<ul id=\\\"sharingiscaring\\\"> \\n<li><div class=\\\"optimizely_iframe_replacement\\\" style=\\\"  background-color: #0F4178 !important;  border: 1px solid #333 !important;  color: #FFF !important;  padding: 5px !important;  text-align: center !important;  height: 20px !important;  width: 110px !important;\\\">Edit this iFrame?<br>Click to learn more.</div>\\n</li>\\n<li><fb:like href=\\\"http://dev.latest.junglecents.appspot.com/deals/gamefly\\\" layout=\\\"button_count\\\" show_faces=\\\"true\\\" width=\\\"100\\\" height=\\\"21\\\" font=\\\"\\\" class=\\\" fb_edge_widget_with_comment fb_iframe_widget\\\"><span><div class=\\\"optimizely_iframe_replacement\\\" style=\\\"  background-color: #0F4178 !important;  border: 1px solid #333 !important;  color: #FFF !important;  padding: 5px !important;  text-align: center !important;  height: 20px !important;  width: 100px !important;\\\">Edit this iFrame?<br>Click to learn more.</div></span></fb:like></li>\\n\\n                            <li><a href=\\\"mailto:?subject=%2430+for+3+months+of+GameFly%21&amp;body=%2430+for+3+months+of+GameFly+with+2+games+at+a+time%21+http%3A%2F%2Fbit.ly%2FrPMPEU\\\" class=\\\"mail\\\" rel=\\\"noreferrer\\\"><img src=\\\"/images/email2.png\\\" border=\\\"0\\\" alt=\\\"\\\"></a></li> \\n\\n                            </ul> \\n                        </div>       \\n                        <div class=\\\"one-b\\\"> \\n                      </div>\\n                        \\n                        <a href=\\\"http://bit.ly/vXJedK\\\" id=\\\"ad_imageurl\\\" target=\\\"_blank\\\"><img src=\\\"http://junglecents.s3.amazonaws.com/deals/gamefly/gamefly-ad.jpg\\\" border=\\\"0\\\"></a> \\n                        \\n                              \\n                     <!--<div class=\\\"one-b\\\">\\n                      <div class=\\\"head\\\"><h2>Hook-Up-A-Friend</h2></div>\\n                        <a href=\\\"#\\\" class=\\\"twitter\\\"><img src=\\\"images/twitter_3.png\\\" border=\\\"0\\\" alt=\\\"\\\" /></a>\\n                        <a href=\\\"#\\\" class=\\\"facebook\\\"><img src=\\\"images/facebook_3.png\\\" border=\\\"0\\\" alt=\\\"\\\" /></a>\\n                        <form action=\\\"\\\">\\n                          <input type=\\\"text\\\" class=\\\"textbox\\\" />\\n                            <input type=\\\"submit\\\" value=\\\"\\\" class=\\\"sendbtn\\\" />\\n                        </form>\\n                    </div>--> \\n                    </div> \\n                </div> \\n    </div>\");\n$(\"div.one > div.head > h2:eq(1)\").replaceWith(\"<h2 style=\\\"font-family: arial; font-size: 14px; color: #ffb400;\\\">Type <strong><span style=\\\"color: #ffffff;\\\">\\\"Going to get my game on\\\"</span></strong> here in the comment box below. Winners will be randomly chosen. Good luck!</h2>\");", 
      "name": "Variation #1"
    }, 
    "14122511": {
      "name": "Original Page"
    }, 
    "14216881": {
      "code": "$(\"div.prices\").css({\"left\":-8, \"top\":-1});\n$(\"div.prices\").css({\"left\":-3, \"top\":83});\n$(\"div.prices\").css({\"left\":283, \"top\":263});\n$(\"div.aboutcompany\").css({\"position\":\"relative\", \"left\":500, \"top\":1});\n$(\"div.finepoint\").css({\"position\":\"relative\", \"left\":-53, \"top\":0});\n$(\"div.prices\").css({\"left\":-3, \"top\":3});\n$(\"div.grab_it > a:eq(0)\").prepend(\"<img src=\\\"//cdn.optimizely.com/img/7512007/8b06575dd973431b8dab2b6e3263aa76.jpg\\\" />\");\n$(\"div.grab_it > a:eq(0) > img:eq(0)\").css({\"display\":\"none\"});\n$(\"div.aboutcompany\").css({\"left\":504});", 
      "name": "Variation #1"
    }, 
    "14256147": {
      "name": "Original Page"
    }, 
    "15069133": {
      "code": "$(\"div.one > div.head > h2:eq(0)\").replaceWith(\"<h2 style=\\\"font-family: arial; font-size:19px;\\\">Bonus: Win a $265 Gift Certificate to Gamefly.com</h2>\");\n$(\"div.one\").replaceWith(\"<div class=\\\"one\\\"> \\n                      <div class=\\\"head\\\"><h2 style=\\\"font-family: arial; font-size:19px;\\\">Bonus: Win a $265 Gift Certificate to Gamefly.com</h2>\\n\\n<h2 style=\\\"font-family: arial; font-size: 14px; color: #ffb400;\\\">Type <strong><span style=\\\"color: #ffffff;\\\">\\\"Going to get my game on\\\"</span></strong> here in the comment box below. Winners will be randomly chosen. Good luck!</h2><br></div>  \\n                        <div class=\\\"fbcomments\\\"><div style=\\\"background-color:#FFF; width:427px;\\\">\\n                        <fb:comments href=\\\"http://www.junglecents.com/deals/modasuite\\\" num_posts=\\\"10\\\" width=\\\"427\\\" class=\\\"  fb_iframe_widget\\\"><span><div class=\\\"optimizely_iframe_replacement\\\" style=\\\"  background-color: #0F4178 !important;  border: 1px solid #333 !important;  color: #FFF !important;  padding: 5px !important;  text-align: center !important;  height: 40px !important;  width: 200px !important;\\\">Edit this iFrame?<br>Click to learn more.</div></span></fb:comments></div>\\n                        </div>\\n                    </div>\");\n$(\"div.one > div.head > h2:eq(0)\").replaceWith(\"<h2 style=\\\"font-family: arial; font-size:19px;\\\">Bonus: Win a $100 Voucher to Modasuite.com</h2>\");\n$(\"div.one > div.head > h2:eq(1) > strong:eq(0) > span:eq(0)\").replaceWith(\"<span style=\\\"color: #ffffff;\\\">\\\"Going to get my style on\\\"</span>\");\n$(\"div.grab_it\").css({\"background-image\":\"url(http://junglecents.s3.amazonaws.com/temp/buy-it-now.png)\"});\n$(\"div.grab_it\").css({\"background-image\":\"url(http://www.junglecents.com/images/grab_it_big.png)\"});\n$(\"div.one > div.head > h2:eq(1) > strong:eq(0) > span:eq(0)\").replaceWith(\"<span style=\\\"color: #ffffff;\\\">\\\"hooking my closet up\\\"</span>\");\n$(\"div.one > div.head > h2:eq(1) > strong:eq(0) > span:eq(0)\").replaceWith(\"<span style=\\\"color: #ffffff;\\\">\\\"Hooking my closet up!\\\"</span>\");\n$(\"div.one\").replaceWith(\"<div class=\\\"one\\\"> \\n                      <div class=\\\"head\\\"><h2 style=\\\"font-family: arial; font-size:19px;\\\">Bonus: Win a $100 Voucher to Modasuite.com</h2>\\n\\n<h2 style=\\\"font-family: arial; font-size: 14px; color: #ffb400;\\\">Type <strong><span style=\\\"color: #ffffff;\\\">\\\"Hooking my closet up!\\\"</span></strong> here in the comment box below. Winners will be randomly chosen. Good luck!</h2><br></div>  \\n                        <div class=\\\"fbcomments\\\"><div style=\\\"background-color:#FFF; width:427px;\\\">\\n                        <fb:comments href=\\\"http://www.junglecents.com/deals/modasuite\\\" num_posts=\\\"10\\\" width=\\\"427\\\" class=\\\"  fb_iframe_widget\\\"></fb:comments></div>\\n                        </div>\\n                    </div>\");\n$(\"div.fbcomments > div:eq(0)\").replaceWith(\"<div style=\\\"background-color:#FFF; width:427px;\\\">\\n                        <fb:comments href=\\\"http://www.junglecents.com/deals/modasuite\\\" num_posts=\\\"10\\\" width=\\\"427\\\" class=\\\"  fb_iframe_widget\\\"></fb:comments></div>\");\n$(\"div.finepoint\").replaceWith(\"<div class=\\\"finepoint\\\">\\n          <h1>Fine Print</h1>\\n          <p>*Code valid for 6 months!<br>*Can purchase up to 7 vouchers!<br>*Limited Quantity Available!<br>*Can redeem 1 code per order<br>*Not valid with other promotions<br>*voucher not redeemable towards tax and shipping</p>\\n\\n          <p></p>\\n          <div id=\\\"smoothmenu1\\\" class=\\\"ddsmoothmenu\\\">\\n            <ul>\\n              <li style=\\\"z-index: 100; \\\"><a class=\\\"freeeasy\\\" href=\\\"#\\\" style=\\\"padding-right: 23px; \\\">SeeAll<img src=\\\"images/down.gif\\\" class=\\\"downarrowclass\\\" style=\\\"border:0;\\\"></a>\\n                  <ul style=\\\"top: 16px; display: none; visibility: visible; \\\">\\n                    <li>\\n                    <div class=\\\"freeandeasy\\\">\\n                      <h2>Fine Print</h2>\\n                      <p>*Code valid for 6 months!<br>*Can purchase up to 7 vouchers!<br>*Limited Quantity Available!<br>*Can redeem 1 code per order<br>*Not valid with other promotions<br>*voucher not redeemable towards tax and shipping</p>\\n                    </div>\\n                    </li>\\n                  </ul>\\n              </li>\\n            </ul>\\n          </div>\\n          <!--p class=\\\"rightside\\\"><a href=\\\"#\\\">See All</a></p-->\\n          <div class=\\\"topfineprint\\\"></div>\\n          <h1>Info</h1>\\n          <p>www.modasuite.com<br><a class=\\\"freeeasy\\\" href=\\\"mailto:customerservice@modasuite.com\\\" rel=\\\"noreferrer\\\" title=\\\"[GMCP] Compose a new mail to Modasuite Help Email\\\" onclick=\\\"window.open('https://mail.google.com/mail/u/0/?view=cm&amp;fs=1&amp;tf=1&amp;to=customerservice@modasuite.com','Compose new message','width=640,height=480');return false\\\">Modasuite Help Email</a><br>\\n          <strong><a class=\\\"freeeasy\\\" href=\\\"http://bit.ly/n01R03\\\">official site</a></strong></p>\\n        </div>\");\n$(\"div.finepoint\").replaceWith(\"<div class=\\\"finepoint\\\">\\n          <h1>Fine Print</h1>\\n          <p>*Code valid for 6 months!<br>*Can purchase up to 7 vouchers!<br>*Limited Quantity Available!<br>*Can redeem 1 code per order<br>*Not valid with other promotions<br>*voucher not redeemable towards tax and shipping</p>\\n\\n          <p></p>\\n          <div id=\\\"smoothmenu1\\\" class=\\\"ddsmoothmenu\\\">\\n            <ul>\\n              <li style=\\\"z-index: 100; \\\"><a class=\\\"freeeasy\\\" href=\\\"#\\\" style=\\\"padding-right: 23px; \\\">SeeAll<img src=\\\"images/down.gif\\\" class=\\\"downarrowclass\\\" style=\\\"border:0;\\\"></a>\\n                  <ul style=\\\"top: 16px; display: none; visibility: visible; \\\">\\n                    <li>\\n                    <div class=\\\"freeandeasy\\\">\\n                      <h2>Fine Print</h2>\\n                      <p>*Code valid for 6 months!<br>*Can purchase up to 7 vouchers!<br>*Limited Quantity Available!<br>*Can redeem 1 code per order<br>*Not valid with other promotions<br>*voucher not redeemable towards tax and shipping</p>\\n                    </div>\\n                    </li>\\n                  </ul>\\n              </li>\\n            </ul>\\n          </div>\\n          <!--p class=\\\"rightside\\\"><a href=\\\"#\\\">See All</a></p-->\\n          <div class=\\\"topfineprint\\\"></div>\\n          <h1>Info</h1>\\n          <p>www.modasuite.com<br><a class=\\\"freeeasy\\\" href=\\\"mailto:customerservice@modasuite.com\\\" rel=\\\"noreferrer\\\" title=\\\"[GMCP] Compose a new mail to Modasuite Help Email\\\" onclick=\\\"window.open('https://mail.google.com/mail/u/0/?view=cm&amp;fs=1&amp;tf=1&amp;to=customerservice@modasuite.com','Compose new message','width=640,height=480');return false\\\">Modasuite Help Email</a><br>\\n          <strong><a class=\\\"freeeasy\\\" href=\\\"http://bit.ly/n01R03\\\">official site</a></strong></p>\\n        <div class=\\\"topfineprint\\\"></div>\\n          <h1 style=\\\"font-size:30px; padding-top:10px;\\\">Hook a friend up</h1>\\n  <br><p><fb:like href=\\\"http://www.junglecents.com/deals/modasuite\\\" layout=\\\"box_count\\\" show_faces=\\\"true\\\" width=\\\"100\\\" height=\\\"21\\\" font=\\\"\\\"></fb:like></p>\\n        </div>\");", 
      "name": "Yellow Grabit"
    }, 
    "15072134": {
      "code": "$(\"div.one > div.head > h2:eq(0)\").replaceWith(\"<h2 style=\\\"font-family: arial; font-size:19px;\\\">Bonus: Win a $265 Gift Certificate to Gamefly.com</h2>\");\n$(\"div.one\").replaceWith(\"<div class=\\\"one\\\"> \\n                      <div class=\\\"head\\\"><h2 style=\\\"font-family: arial; font-size:19px;\\\">Bonus: Win a $265 Gift Certificate to Gamefly.com</h2>\\n\\n<h2 style=\\\"font-family: arial; font-size: 14px; color: #ffb400;\\\">Type <strong><span style=\\\"color: #ffffff;\\\">\\\"Going to get my game on\\\"</span></strong> here in the comment box below. Winners will be randomly chosen. Good luck!</h2><br></div>  \\n                        <div class=\\\"fbcomments\\\"><div style=\\\"background-color:#FFF; width:427px;\\\">\\n                        <fb:comments href=\\\"http://www.junglecents.com/deals/modasuite\\\" num_posts=\\\"10\\\" width=\\\"427\\\" class=\\\"  fb_iframe_widget\\\"><span><div class=\\\"optimizely_iframe_replacement\\\" style=\\\"  background-color: #0F4178 !important;  border: 1px solid #333 !important;  color: #FFF !important;  padding: 5px !important;  text-align: center !important;  height: 40px !important;  width: 200px !important;\\\">Edit this iFrame?<br>Click to learn more.</div></span></fb:comments></div>\\n                        </div>\\n                    </div>\");\n$(\"div.one > div.head > h2:eq(0)\").replaceWith(\"<h2 style=\\\"font-family: arial; font-size:19px;\\\">Bonus: Win a $100 Voucher to Modasuite.com</h2>\");\n$(\"div.one > div.head > h2:eq(1) > strong:eq(0) > span:eq(0)\").replaceWith(\"<span style=\\\"color: #ffffff;\\\">\\\"Going to get my style on\\\"</span>\");\n$(\"div.grab_it\").css({\"background-image\":\"url(http://junglecents.s3.amazonaws.com/temp/buy-it-now.png)\"});\n$(\"div.one > div.head > h2:eq(1) > strong:eq(0) > span:eq(0)\").replaceWith(\"<span style=\\\"color: #ffffff;\\\">\\\"hooking my closet up\\\"</span>\");\n$(\"div.one > div.head > h2:eq(1) > strong:eq(0) > span:eq(0)\").replaceWith(\"<span style=\\\"color: #ffffff;\\\">\\\"Hooking my closet up!\\\"</span>\");\n$(\"div.finepoint\").replaceWith(\"<div class=\\\"finepoint\\\">\\n          <h1>Fine Print</h1>\\n          <p>*Code valid for 6 months!<br>*Can purchase up to 7 vouchers!<br>*Limited Quantity Available!<br>*Can redeem 1 code per order<br>*Not valid with other promotions<br>*voucher not redeemable towards tax and shipping</p>\\n\\n          <p></p>\\n          <div id=\\\"smoothmenu1\\\" class=\\\"ddsmoothmenu\\\">\\n            <ul>\\n              <li style=\\\"z-index: 100; \\\"><a class=\\\"freeeasy\\\" href=\\\"#\\\" style=\\\"padding-right: 23px; \\\">SeeAll<img src=\\\"images/down.gif\\\" class=\\\"downarrowclass\\\" style=\\\"border:0;\\\"></a>\\n                  <ul style=\\\"top: 16px; display: none; visibility: visible; \\\">\\n                    <li>\\n                    <div class=\\\"freeandeasy\\\">\\n                      <h2>Fine Print</h2>\\n                      <p>*Code valid for 6 months!<br>*Can purchase up to 7 vouchers!<br>*Limited Quantity Available!<br>*Can redeem 1 code per order<br>*Not valid with other promotions<br>*voucher not redeemable towards tax and shipping</p>\\n                    </div>\\n                    </li>\\n                  </ul>\\n              </li>\\n            </ul>\\n          </div>\\n          <!--p class=\\\"rightside\\\"><a href=\\\"#\\\">See All</a></p-->\\n          <div class=\\\"topfineprint\\\"></div>\\n          <h1>Info</h1>\\n          <p>www.modasuite.com<br><a class=\\\"freeeasy\\\" href=\\\"mailto:customerservice@modasuite.com\\\" title=\\\"[GMCP] Compose a new mail to Modasuite Help Email\\\" onclick=\\\"window.open('https://mail.google.com/mail/u/0/?view=cm&amp;fs=1&amp;tf=1&amp;to=customerservice@modasuite.com','Compose new message','width=640,height=480');return false\\\" rel=\\\"noreferrer\\\">Modasuite Help Email</a><br>\\n          <strong><a class=\\\"freeeasy\\\" href=\\\"http://bit.ly/n01R03\\\">official site</a></strong></p>\\n  <p><fb:like send=\\\"true\\\" href=\\\"http://www.junglecents.com/deals/modasuite\\\" layout=\\\"box_count\\\" show_faces=\\\"true\\\" width=\\\"100\\\" height=\\\"21\\\" font=\\\"\\\"></fb:like></p>\\n        </div>\");\n$(\"div.finepoint\").replaceWith(\"<div class=\\\"finepoint\\\">\\n          <h1>Fine Print</h1>\\n          <p>*Code valid for 6 months!<br>*Can purchase up to 7 vouchers!<br>*Limited Quantity Available!<br>*Can redeem 1 code per order<br>*Not valid with other promotions<br>*voucher not redeemable towards tax and shipping</p>\\n\\n          <p></p>\\n          <div id=\\\"smoothmenu1\\\" class=\\\"ddsmoothmenu\\\">\\n            <ul>\\n              <li style=\\\"z-index: 100; \\\"><a class=\\\"freeeasy\\\" href=\\\"#\\\" style=\\\"padding-right: 23px; \\\">SeeAll<img src=\\\"images/down.gif\\\" class=\\\"downarrowclass\\\" style=\\\"border:0;\\\"></a>\\n                  <ul style=\\\"top: 16px; display: none; visibility: visible; \\\">\\n                    <li>\\n                    <div class=\\\"freeandeasy\\\">\\n                      <h2>Fine Print</h2>\\n                      <p>*Code valid for 6 months!<br>*Can purchase up to 7 vouchers!<br>*Limited Quantity Available!<br>*Can redeem 1 code per order<br>*Not valid with other promotions<br>*voucher not redeemable towards tax and shipping</p>\\n                    </div>\\n                    </li>\\n                  </ul>\\n              </li>\\n            </ul>\\n          </div>\\n          <!--p class=\\\"rightside\\\"><a href=\\\"#\\\">See All</a></p-->\\n          <div class=\\\"topfineprint\\\"></div>\\n          <h1>Info</h1>\\n          <p>www.modasuite.com<br><a class=\\\"freeeasy\\\" href=\\\"mailto:customerservice@modasuite.com\\\" title=\\\"[GMCP] Compose a new mail to Modasuite Help Email\\\" onclick=\\\"window.open('https://mail.google.com/mail/u/0/?view=cm&amp;fs=1&amp;tf=1&amp;to=customerservice@modasuite.com','Compose new message','width=640,height=480');return false\\\" rel=\\\"noreferrer\\\">Modasuite Help Email</a><br>\\n          <strong><a class=\\\"freeeasy\\\" href=\\\"http://bit.ly/n01R03\\\">official site</a></strong></p>\\n          <div class=\\\"topfineprint\\\"></div>\\n          <h1>Share the Deal</h1>\\n        </div>\");\n$(\"div.finepoint\").replaceWith(\"<div class=\\\"finepoint\\\">\\n          <h1>Fine Print</h1>\\n          <p>*Code valid for 6 months!<br>*Can purchase up to 7 vouchers!<br>*Limited Quantity Available!<br>*Can redeem 1 code per order<br>*Not valid with other promotions<br>*voucher not redeemable towards tax and shipping</p>\\n\\n          <p></p>\\n          <div id=\\\"smoothmenu1\\\" class=\\\"ddsmoothmenu\\\">\\n            <ul>\\n              <li style=\\\"z-index: 100; \\\"><a class=\\\"freeeasy\\\" href=\\\"#\\\" style=\\\"padding-right: 23px; \\\">SeeAll<img src=\\\"images/down.gif\\\" class=\\\"downarrowclass\\\" style=\\\"border:0;\\\"></a>\\n                  <ul style=\\\"top: 16px; display: none; visibility: visible; \\\">\\n                    <li>\\n                    <div class=\\\"freeandeasy\\\">\\n                      <h2>Fine Print</h2>\\n                      <p>*Code valid for 6 months!<br>*Can purchase up to 7 vouchers!<br>*Limited Quantity Available!<br>*Can redeem 1 code per order<br>*Not valid with other promotions<br>*voucher not redeemable towards tax and shipping</p>\\n                    </div>\\n                    </li>\\n                  </ul>\\n              </li>\\n            </ul>\\n          </div>\\n          <!--p class=\\\"rightside\\\"><a href=\\\"#\\\">See All</a></p-->\\n          <div class=\\\"topfineprint\\\"></div>\\n          <h1>Info</h1>\\n          <p>www.modasuite.com<br><a class=\\\"freeeasy\\\" href=\\\"mailto:customerservice@modasuite.com\\\" title=\\\"[GMCP] Compose a new mail to Modasuite Help Email\\\" rel=\\\"noreferrer\\\" onclick=\\\"window.open('https://mail.google.com/mail/u/0/?view=cm&amp;fs=1&amp;tf=1&amp;to=customerservice@modasuite.com','Compose new message','width=640,height=480');return false\\\">Modasuite Help Email</a><br>\\n          <strong><a class=\\\"freeeasy\\\" href=\\\"http://bit.ly/n01R03\\\">official site</a></strong></p>\\n\\n        </div>\");\n$(\"div.finepoint\").replaceWith(\"<div class=\\\"finepoint\\\">\\n          <h1>Fine Print</h1>\\n          <p>*Code valid for 6 months!<br>*Can purchase up to 7 vouchers!<br>*Limited Quantity Available!<br>*Can redeem 1 code per order<br>*Not valid with other promotions<br>*voucher not redeemable towards tax and shipping</p>\\n\\n          <p></p>\\n          <div id=\\\"smoothmenu1\\\" class=\\\"ddsmoothmenu\\\">\\n            <ul>\\n              <li style=\\\"z-index: 100; \\\"><a class=\\\"freeeasy\\\" href=\\\"#\\\" style=\\\"padding-right: 23px; \\\">SeeAll<img src=\\\"images/down.gif\\\" class=\\\"downarrowclass\\\" style=\\\"border:0;\\\"></a>\\n                  <ul style=\\\"top: 16px; display: none; visibility: visible; \\\">\\n                    <li>\\n                    <div class=\\\"freeandeasy\\\">\\n                      <h2>Fine Print</h2>\\n                      <p>*Code valid for 6 months!<br>*Can purchase up to 7 vouchers!<br>*Limited Quantity Available!<br>*Can redeem 1 code per order<br>*Not valid with other promotions<br>*voucher not redeemable towards tax and shipping</p>\\n                    </div>\\n                    </li>\\n                  </ul>\\n              </li>\\n            </ul>\\n          </div>\\n          <!--p class=\\\"rightside\\\"><a href=\\\"#\\\">See All</a></p-->\\n          <div class=\\\"topfineprint\\\"></div>\\n          <h1>Info</h1>\\n          <p>www.modasuite.com<br><a class=\\\"freeeasy\\\" href=\\\"mailto:customerservice@modasuite.com\\\" title=\\\"[GMCP] Compose a new mail to Modasuite Help Email\\\" rel=\\\"noreferrer\\\" onclick=\\\"window.open('https://mail.google.com/mail/u/0/?view=cm&amp;fs=1&amp;tf=1&amp;to=customerservice@modasuite.com','Compose new message','width=640,height=480');return false\\\">Modasuite Help Email</a><br>\\n          <strong><a class=\\\"freeeasy\\\" href=\\\"http://bit.ly/n01R03\\\">official site</a></strong></p>\\n          <div class=\\\"topfineprint\\\"></div>\\n          <h1 style=\\\"font-size:30px; padding-top:10px;\\\">Share the Deal</h1>\\n  <p><fb:like send=\\\"true\\\" href=\\\"http://www.junglecents.com/deals/modasuite\\\" layout=\\\"box_count\\\" show_faces=\\\"true\\\" width=\\\"100\\\" height=\\\"21\\\" font=\\\"\\\"></fb:like></p>\\n        </div>\");\n$(\"div.finepoint\").replaceWith(\"<div class=\\\"finepoint\\\">\\n          <h1>Fine Print</h1>\\n          <p>*Code valid for 6 months!<br>*Can purchase up to 7 vouchers!<br>*Limited Quantity Available!<br>*Can redeem 1 code per order<br>*Not valid with other promotions<br>*voucher not redeemable towards tax and shipping</p>\\n\\n          <p></p>\\n          <div id=\\\"smoothmenu1\\\" class=\\\"ddsmoothmenu\\\">\\n            <ul>\\n              <li style=\\\"z-index: 100; \\\"><a class=\\\"freeeasy\\\" href=\\\"#\\\" style=\\\"padding-right: 23px; \\\">SeeAll<img src=\\\"images/down.gif\\\" class=\\\"downarrowclass\\\" style=\\\"border:0;\\\"></a>\\n                  <ul style=\\\"top: 16px; display: none; visibility: visible; \\\">\\n                    <li>\\n                    <div class=\\\"freeandeasy\\\">\\n                      <h2>Fine Print</h2>\\n                      <p>*Code valid for 6 months!<br>*Can purchase up to 7 vouchers!<br>*Limited Quantity Available!<br>*Can redeem 1 code per order<br>*Not valid with other promotions<br>*voucher not redeemable towards tax and shipping</p>\\n                    </div>\\n                    </li>\\n                  </ul>\\n              </li>\\n            </ul>\\n          </div>\\n          <!--p class=\\\"rightside\\\"><a href=\\\"#\\\">See All</a></p-->\\n          <div class=\\\"topfineprint\\\"></div>\\n          <h1>Info</h1>\\n          <p>www.modasuite.com<br><a class=\\\"freeeasy\\\" href=\\\"mailto:customerservice@modasuite.com\\\" title=\\\"[GMCP] Compose a new mail to Modasuite Help Email\\\" rel=\\\"noreferrer\\\" onclick=\\\"window.open('https://mail.google.com/mail/u/0/?view=cm&amp;fs=1&amp;tf=1&amp;to=customerservice@modasuite.com','Compose new message','width=640,height=480');return false\\\">Modasuite Help Email</a><br>\\n          <strong><a class=\\\"freeeasy\\\" href=\\\"http://bit.ly/n01R03\\\">official site</a></strong></p>\\n          <div class=\\\"topfineprint\\\"></div>\\n          <h1 style=\\\"font-size:30px; padding-top:10px;\\\">Share the Deal</h1>\\n  <br><p><fb:like href=\\\"http://www.junglecents.com/deals/modasuite\\\" layout=\\\"box_count\\\" show_faces=\\\"true\\\" width=\\\"100\\\" height=\\\"21\\\" font=\\\"\\\"></fb:like></p>\\n        </div>\");\n$(\"div.prices\").replaceWith(\"<div class=\\\"prices\\\">\\n\\n          <div class=\\\"grab_it\\\" style=\\\"background-image: url(http://junglecents.s3.amazonaws.com/temp/buy-it-now.png); \\\">\\n            <a href=\\\"http://www.junglecents.com/cart?i=modasuite\\\"></a>\\n\\n            <strong>Limited Quantity Available</strong>\\n          </div>\\n\\n          <h2>$40</h2>\\n          <div class=\\\"sep\\\"></div>\\n          <h3>for $100 of</h3>\\n          <h4>tailored excellence</h4>\\n        </div>\");\n$(\"div.fbcomments > div:eq(0)\").replaceWith(\"<div style=\\\"background-color:#FFF; width:427px;\\\">\\n                        <fb:comments href=\\\"http://www.junglecents.com/deals/modasuite\\\" num_posts=\\\"10\\\" width=\\\"427\\\" class=\\\"  fb_iframe_widget\\\"></fb:comments></div>\");\n$(\"div.finepoint > h1:eq(2)\").replaceWith(\"<h1 style=\\\"font-size:30px; padding-top:10px;\\\">Hook a friend up</h1>\");\n$(\"div.finepoint > p:eq(3)\").replaceWith(\"<p><fb:like href=\\\"http://www.junglecents.com/deals/modasuite\\\" layout=\\\"box_count\\\" show_faces=\\\"true\\\" width=\\\"100\\\" height=\\\"21\\\" font=\\\"\\\"></fb:like><a href=\\\"https://twitter.com/share\\\" class=\\\"twitter-share-button\\\" data-text=\\\"Check out this cool deal for guys: $40 for $100 to Modasuite.com! Custom shirts and more. http://www.junglecents.com/deals/modasuite\\\" data-count=\\\"vertical\\\" data-via=\\\"askmen_com\\\" data-related=\\\"junglecents:Follow to get access to great deals for guys!\\\">Tweet</a></p>\");\n$(\"a.twitter-share-button\").replaceWith(\"<a href=\\\"https://twitter.com/share\\\" class=\\\"twitter-share-button\\\" data-text=\\\"Check out this cool deal for guys: $40 for $100 to Modasuite.com! Custom shirts and more.\\\" data-count=\\\"vertical\\\" data-via=\\\"askmen_com\\\" data-related=\\\"junglecents:Follow to get access to great deals for guys!\\\">Tweet</a>\");\n$(\"div.finepoint\").replaceWith(\"<div class=\\\"finepoint\\\">\\n          <h1>Fine Print</h1>\\n          <p>*Code valid for 6 months!<br>*Can purchase up to 7 vouchers!<br>*Limited Quantity Available!<br>*Can redeem 1 code per order<br>*Not valid with other promotions<br>*voucher not redeemable towards tax and shipping</p>\\n\\n          <p></p>\\n          <div id=\\\"smoothmenu1\\\" class=\\\"ddsmoothmenu\\\">\\n            <ul>\\n              <li style=\\\"z-index: 100; \\\"><a class=\\\"freeeasy\\\" href=\\\"#\\\" style=\\\"padding-right: 23px; \\\">SeeAll<img src=\\\"images/down.gif\\\" class=\\\"downarrowclass\\\" style=\\\"border:0;\\\"></a>\\n                  <ul style=\\\"top: 16px; display: none; visibility: visible; \\\">\\n                    <li>\\n                    <div class=\\\"freeandeasy\\\">\\n                      <h2>Fine Print</h2>\\n                      <p>*Code valid for 6 months!<br>*Can purchase up to 7 vouchers!<br>*Limited Quantity Available!<br>*Can redeem 1 code per order<br>*Not valid with other promotions<br>*voucher not redeemable towards tax and shipping</p>\\n                    </div>\\n                    </li>\\n                  </ul>\\n              </li>\\n            </ul>\\n          </div>\\n          <!--p class=\\\"rightside\\\"><a href=\\\"#\\\">See All</a></p-->\\n          <div class=\\\"topfineprint\\\"></div>\\n          <h1>Info</h1>\\n          <p>www.modasuite.com<br><a class=\\\"freeeasy\\\" href=\\\"mailto:customerservice@modasuite.com\\\" title=\\\"[GMCP] Compose a new mail to Modasuite Help Email\\\" rel=\\\"noreferrer\\\" onclick=\\\"window.open('https://mail.google.com/mail/u/0/?view=cm&amp;fs=1&amp;tf=1&amp;to=customerservice@modasuite.com','Compose new message','width=640,height=480');return false\\\">Modasuite Help Email</a><br>\\n          <strong><a class=\\\"freeeasy\\\" href=\\\"http://bit.ly/n01R03\\\">official site</a></strong></p>\\n          <div class=\\\"topfineprint\\\"></div>\\n          <h1 style=\\\"font-size:30px; padding-top:10px;\\\">Hook a friend up</h1>\\n  <br><p><fb:like href=\\\"http://www.junglecents.com/deals/modasuite\\\" layout=\\\"box_count\\\" show_faces=\\\"true\\\" width=\\\"100\\\" height=\\\"21\\\" font=\\\"\\\"></fb:like><div style=\\\"margin-left:-10px;\\\"><a href=\\\"https://twitter.com/share\\\" class=\\\"twitter-share-button\\\" data-text=\\\"Check out this cool deal for guys: $40 for $100 to Modasuite.com! Custom shirts and more.\\\" data-count=\\\"vertical\\\" data-via=\\\"askmen_com\\\" data-related=\\\"junglecents:Follow to get access to great deals for guys!\\\">Tweet</a></div></p>\\n        </div>\");\n$(\"div.finepoint > div:eq(3)\").replaceWith(\"<div style=\\\"margin-left:-5px;\\\"><a href=\\\"https://twitter.com/share\\\" class=\\\"twitter-share-button\\\" data-text=\\\"Check out this cool deal for guys: $40 for $100 to Modasuite.com! Custom shirts and more.\\\" data-count=\\\"vertical\\\" data-via=\\\"askmen_com\\\" data-related=\\\"junglecents:Follow to get access to great deals for guys!\\\">Tweet</a></div>\");\n$(\"div.finepoint\").replaceWith(\"<div class=\\\"finepoint\\\">\\n          <h1>Fine Print</h1>\\n          <p>*Code valid for 6 months!<br>*Can purchase up to 7 vouchers!<br>*Limited Quantity Available!<br>*Can redeem 1 code per order<br>*Not valid with other promotions<br>*voucher not redeemable towards tax and shipping</p>\\n\\n          <p></p>\\n          <div id=\\\"smoothmenu1\\\" class=\\\"ddsmoothmenu\\\">\\n            <ul>\\n              <li style=\\\"z-index: 100; \\\"><a class=\\\"freeeasy\\\" href=\\\"#\\\" style=\\\"padding-right: 23px; \\\">SeeAll<img src=\\\"images/down.gif\\\" class=\\\"downarrowclass\\\" style=\\\"border:0;\\\"></a>\\n                  <ul style=\\\"top: 16px; display: none; visibility: visible; \\\">\\n                    <li>\\n                    <div class=\\\"freeandeasy\\\">\\n                      <h2>Fine Print</h2>\\n                      <p>*Code valid for 6 months!<br>*Can purchase up to 7 vouchers!<br>*Limited Quantity Available!<br>*Can redeem 1 code per order<br>*Not valid with other promotions<br>*voucher not redeemable towards tax and shipping</p>\\n                    </div>\\n                    </li>\\n                  </ul>\\n              </li>\\n            </ul>\\n          </div>\\n          <!--p class=\\\"rightside\\\"><a href=\\\"#\\\">See All</a></p-->\\n          <div class=\\\"topfineprint\\\"></div>\\n          <h1>Info</h1>\\n          <p>www.modasuite.com<br><a class=\\\"freeeasy\\\" href=\\\"mailto:customerservice@modasuite.com\\\" title=\\\"[GMCP] Compose a new mail to Modasuite Help Email\\\" rel=\\\"noreferrer\\\" onclick=\\\"window.open('https://mail.google.com/mail/u/0/?view=cm&amp;fs=1&amp;tf=1&amp;to=customerservice@modasuite.com','Compose new message','width=640,height=480');return false\\\">Modasuite Help Email</a><br>\\n          <strong><a class=\\\"freeeasy\\\" href=\\\"http://bit.ly/n01R03\\\">official site</a></strong></p>\\n          <div class=\\\"topfineprint\\\"></div>\\n          <h1 style=\\\"font-size:30px; padding-top:10px;\\\">Hook a friend up</h1>\\n  <br><p><fb:like href=\\\"http://www.junglecents.com/deals/modasuite\\\" layout=\\\"box_count\\\" show_faces=\\\"true\\\" width=\\\"100\\\" height=\\\"21\\\" font=\\\"\\\"></fb:like></p><p></p>\\n        </div>\");\n$(\"div.finepoint\").replaceWith(\"<div class=\\\"finepoint\\\">\\n          <h1>Fine Print</h1>\\n          <p>*Code valid for 6 months!<br>*Can purchase up to 7 vouchers!<br>*Limited Quantity Available!<br>*Can redeem 1 code per order<br>*Not valid with other promotions<br>*voucher not redeemable towards tax and shipping</p>\\n\\n          <p></p>\\n          <div id=\\\"smoothmenu1\\\" class=\\\"ddsmoothmenu\\\">\\n            <ul>\\n              <li style=\\\"z-index: 100; \\\"><a class=\\\"freeeasy\\\" href=\\\"#\\\" style=\\\"padding-right: 23px; \\\">SeeAll<img src=\\\"images/down.gif\\\" class=\\\"downarrowclass\\\" style=\\\"border:0;\\\"></a>\\n                  <ul style=\\\"top: 16px; display: none; visibility: visible; \\\">\\n                    <li>\\n                    <div class=\\\"freeandeasy\\\">\\n                      <h2>Fine Print</h2>\\n                      <p>*Code valid for 6 months!<br>*Can purchase up to 7 vouchers!<br>*Limited Quantity Available!<br>*Can redeem 1 code per order<br>*Not valid with other promotions<br>*voucher not redeemable towards tax and shipping</p>\\n                    </div>\\n                    </li>\\n                  </ul>\\n              </li>\\n            </ul>\\n          </div>\\n          <!--p class=\\\"rightside\\\"><a href=\\\"#\\\">See All</a></p-->\\n          <div class=\\\"topfineprint\\\"></div>\\n          <h1>Info</h1>\\n          <p>www.modasuite.com<br><a class=\\\"freeeasy\\\" href=\\\"mailto:customerservice@modasuite.com\\\" title=\\\"[GMCP] Compose a new mail to Modasuite Help Email\\\" rel=\\\"noreferrer\\\" onclick=\\\"window.open('https://mail.google.com/mail/u/0/?view=cm&amp;fs=1&amp;tf=1&amp;to=customerservice@modasuite.com','Compose new message','width=640,height=480');return false\\\">Modasuite Help Email</a><br>\\n          <strong><a class=\\\"freeeasy\\\" href=\\\"http://bit.ly/n01R03\\\">official site</a></strong></p>\\n          <div class=\\\"topfineprint\\\"></div>\\n          <h1 style=\\\"font-size:30px; padding-top:10px;\\\">Hook a friend up</h1>\\n  <br><p><fb:like href=\\\"http://www.junglecents.com/deals/modasuite\\\" layout=\\\"box_count\\\" show_faces=\\\"true\\\" width=\\\"100\\\" height=\\\"21\\\" font=\\\"\\\"></fb:like></p>\\n        </div>\");", 
      "name": "Red But it Now"
    }, 
    "15073257": {
      "name": "Original Page"
    }, 
    "15211315": {
      "code": "$(\"div#main_page > div:eq(0)\").replaceWith(\"<div class=\\\"dealbox\\\" style=\\\"height:122px;\\\">\\n  <a href=\\\"#\\\"><img src=\\\"http://junglecents.s3.amazonaws.com/temp/meet-mark-cuban-banner.jpg\\\"></a>\\n</div>\\n<div class=\\\"dealbox\\\">\\n  <div class=\\\"images2\\\"><a href=\\\"http://www.junglecents.com/deals/modasuite\\\"><img src=\\\"http://junglecents.s3.amazonaws.com/deals/modasuite/modasuite-4.png\\\" border=\\\"0\\\" alt=\\\"\\\"></a></div>\\n  <div class=\\\"grabit\\\"><a href=\\\"http://www.junglecents.com/deals/modasuite\\\"></a></div>\\n</div>\");\n$(\"div#main_page > div:eq(0) > a:eq(0)\").replaceWith(\"<a href=\\\"http://www.junglecents.com/meetmarkcuban\\\"><img src=\\\"http://junglecents.s3.amazonaws.com/temp/meet-mark-cuban-banner.jpg\\\"></a>\");\n$(\"div#main_page > div:eq(0)\").replaceWith(\"<div class=\\\"dealbox\\\" style=\\\"height:122px; border:none; decoration:none;\\\">\\n  <a href=\\\"http://www.junglecents.com/meetmarkcuban\\\"><img src=\\\"http://junglecents.s3.amazonaws.com/temp/meet-mark-cuban-banner.jpg\\\"></a>\\n</div>\");", 
      "name": "Variation with Banner"
    }, 
    "15212163": {
      "name": "Original Page"
    }, 
    "15715850": {
      "name": "Original Page"
    }, 
    "15727844": {
      "code": "$(\"div.one\").replaceWith(\"<div class=\\\"one\\\">   \\n                      <div class=\\\"head\\\"><h2 style=\\\"font-family: arial; font-size:19px;\\\">Bonus: Win a 1 year Membership to Gamefly.com</h2>\\n\\n<h2 style=\\\"font-family: arial; font-size: 14px; color: #ffb400;\\\">Type <strong><span style=\\\"color: #ffffff;\\\">you favorite video game</span></strong> here in the comment box below. Winners will be randomly chosen. Good luck!</h2><br></div>  \\n                        <div class=\\\"fbcomments\\\"><div style=\\\"background-color:#FFF; width:427px;\\\">\\n                        <fb:comments href=\\\"http://www.junglecents.com/deals/gamefly\\\" num_posts=\\\"10\\\" width=\\\"427\\\" class=\\\"  fb_iframe_widget\\\"><span><div class=\\\"optimizely_iframe_replacement\\\" style=\\\"  background-color: #0F4178 !important;  border: 1px solid #333 !important;  color: #FFF !important;  padding: 5px !important;  text-align: center !important;  height: 40px !important;  width: 200px !important;\\\">Edit this iFrame?<br>Click to learn more.</div></span></fb:comments></div>\\n                        </div>\\n                    </div>\");\n$(\"div.one > div.head > h2:eq(1) > strong:eq(0) > span:eq(0)\").replaceWith(\"<span style=\\\"color: #ffffff;\\\">the name of your favorite video game</span>\");\n$(\"div.finepoint\").replaceWith(\"<div class=\\\"finepoint\\\">\\n          <h1>Fine Print</h1>\\n          <p>*Code valid for 3 months!<br>*For new (first time) members only<br>*1 code per customer<br>*Must be 18yrs of age<br>*Only valid in the US or D.C.</p>\\n\\n          <p></p>\\n          <div id=\\\"smoothmenu1\\\" class=\\\"ddsmoothmenu\\\">\\n            <ul>\\n              <li style=\\\"z-index: 100; \\\"><a class=\\\"freeeasy\\\" href=\\\"#\\\" style=\\\"padding-right: 23px; \\\">SeeAll<img src=\\\"images/down.gif\\\" class=\\\"downarrowclass\\\" style=\\\"border:0;\\\"></a>\\n                  <ul style=\\\"top: 16px; display: none; visibility: visible; \\\">\\n                    <li>\\n                    <div class=\\\"freeandeasy\\\">\\n                      <h2>Fine Print</h2>\\n                      <p>*Code valid for 3 months!<br>*For new (first time) members only<br>*1 code per customer<br>*Must be 18yrs of age<br>*Only valid in the US or D.C.<br>Must use this link after deal purchase: http://www.gamefly.com/prepaid/alternate</p>\\n                    </div>\\n                    </li>\\n                  </ul>\\n              </li>\\n            </ul>\\n          </div>\\n          <!--p class=\\\"rightside\\\"><a href=\\\"#\\\">See All</a></p-->\\n          <div class=\\\"topfineprint\\\"></div>\\n          <h1>Info</h1>\\n          <p>www.gamefly.com<br><a class=\\\"freeeasy\\\" href=\\\"mailto:customerservice@gamefly.com\\\" rel=\\\"noreferrer\\\" title=\\\"[GMCP] Compose a new mail to Gamefly Support\\\" onclick=\\\"window.open('https://mail.google.com/mail/u/0/?view=cm&amp;fs=1&amp;tf=1&amp;to=customerservice@gamefly.com','Compose new message','width=640,height=480');return false\\\">Gamefly Support</a><br>\\n          <strong><a class=\\\"freeeasy\\\" href=\\\"http://bit.ly/vZxaju\\\">official site</a></strong></p>\\n        <div class=\\\"topfineprint\\\"></div>\\n          <h1 style=\\\"font-size:30px; padding-top:10px;\\\">Hook a friend up</h1>\\n  <br><p><fb:like href=\\\"http://www.junglecents.com/deals/modasuite\\\" layout=\\\"box_count\\\" show_faces=\\\"true\\\" width=\\\"100\\\" height=\\\"21\\\" font=\\\"\\\"></fb:like></p>\\n        </div>\");\n$(\"div.finepoint\").replaceWith(\"<div class=\\\"finepoint\\\">\\n          <h1>Fine Print</h1>\\n          <p>*Code valid for 3 months!<br>*For new (first time) members only<br>*1 code per customer<br>*Must be 18yrs of age<br>*Only valid in the US or D.C.</p>\\n\\n          <p></p>\\n          <div id=\\\"smoothmenu1\\\" class=\\\"ddsmoothmenu\\\">\\n            <ul>\\n              <li style=\\\"z-index: 100; \\\"><a class=\\\"freeeasy\\\" href=\\\"#\\\" style=\\\"padding-right: 23px; \\\">SeeAll<img src=\\\"images/down.gif\\\" class=\\\"downarrowclass\\\" style=\\\"border:0;\\\"></a>\\n                  <ul style=\\\"top: 16px; display: none; visibility: visible; \\\">\\n                    <li>\\n                    <div class=\\\"freeandeasy\\\">\\n                      <h2>Fine Print</h2>\\n                      <p>*Code valid for 3 months!<br>*For new (first time) members only<br>*1 code per customer<br>*Must be 18yrs of age<br>*Only valid in the US or D.C.<br>Must use this link after deal purchase: http://www.gamefly.com/prepaid/alternate</p>\\n                    </div>\\n                    </li>\\n                  </ul>\\n              </li>\\n            </ul>\\n          </div>\\n          <!--p class=\\\"rightside\\\"><a href=\\\"#\\\">See All</a></p-->\\n          <div class=\\\"topfineprint\\\"></div>\\n          <h1>Info</h1>\\n          <p>www.gamefly.com<br><a class=\\\"freeeasy\\\" href=\\\"mailto:customerservice@gamefly.com\\\" rel=\\\"noreferrer\\\" title=\\\"[GMCP] Compose a new mail to Gamefly Support\\\" onclick=\\\"window.open('https://mail.google.com/mail/u/0/?view=cm&amp;fs=1&amp;tf=1&amp;to=customerservice@gamefly.com','Compose new message','width=640,height=480');return false\\\">Gamefly Support</a><br>\\n          <strong><a class=\\\"freeeasy\\\" href=\\\"http://bit.ly/vZxaju\\\">official site</a></strong></p>\\n        <div class=\\\"topfineprint\\\"></div>\\n          <h1 style=\\\"font-size:30px; padding-top:10px;\\\">Hook a friend up</h1>\\n  <br><p><fb:like href=\\\"http://www.junglecents.com/deals/gamefly\\\" layout=\\\"box_count\\\" show_faces=\\\"true\\\" width=\\\"100\\\" height=\\\"21\\\" font=\\\"\\\"></fb:like></p>\\n        </div>\");\n$(\"div.one > div.head > h2:eq(0)\").replaceWith(\"<h2 style=\\\"font-family: arial; font-size:19px;\\\">Bonus: Win any video game of your choosing <br>(up to $70 retail).</h2>\");\n$(\"div.one > div.head > h2:eq(0)\").replaceWith(\"<h2 style=\\\"font-family: arial; font-size:19px;\\\">Bonus: Win any game of your choosing<br>(up to $70 retail value).</h2>\");\n$(\"div.one\").replaceWith(\"<div class=\\\"one\\\">   \\n                      <div class=\\\"head\\\"><h2 style=\\\"font-family: arial; font-size:19px;\\\">Bonus: Win any game of your choosing<br>(up to $70 retail value).</h2>\\n\\n<h2 style=\\\"font-family: arial; font-size: 14px; color: #ffb400;\\\">Type <strong><span style=\\\"color: #ffffff;\\\">the name of your favorite video game</span></strong> here in the comment box below. Winners will be randomly chosen. Good luck!</h2><br></div>  \\n                        <div class=\\\"fbcomments\\\"><div style=\\\"background-color:#FFF; width:427px;\\\">\\n                        <fb:comments href=\\\"http://www.junglecents.com/deals/gamefly\\\" num_posts=\\\"10\\\" width=\\\"427\\\" class=\\\"  fb_iframe_widget\\\"></fb:comments></div>\\n                        </div>\\n                    </div>\");", 
      "name": "Variation #1"
    }, 
    "15752086": {
      "code": "$(\"div#main_page > div:eq(0)\").replaceWith(\"<div class=\\\"dealbox\\\" style=\\\"height:122px; border:none; decoration:none;\\\">\\n  <a href=\\\"http://www.junglecents.com/meetmarkcuban\\\"><img src=\\\"http://junglecents.s3.amazonaws.com/temp/meet-mark-cuban-banner.jpg\\\"></a>\\n</div>\\n\\n<div class=\\\"dealbox\\\">\\n  <div class=\\\"images2\\\"><a href=\\\"http://www.junglecents.com/deals/gamefly\\\"><img src=\\\"http://junglecents.s3.amazonaws.com/deals/gamefly/gamefly.png\\\" border=\\\"0\\\" alt=\\\"\\\"></a></div>\\n  <div class=\\\"grabit\\\"><a href=\\\"http://www.junglecents.com/deals/gamefly\\\"></a></div>\\n</div>\");", 
      "name": "Variation #2"
    }, 
    "15792625": {
      "code": "$(\"div#main_page > div:eq(0)\").replaceWith(\"<div class=\\\"dealbox\\\" style=\\\"height:122px; border:none; decoration:none;\\\">\\n  <a href=\\\"http://www.junglecents.com/meetmarkcuban\\\"><img src=\\\"http://junglecents.s3.amazonaws.com/temp/meet-mark-cuban-banner.jpg\\\"></a>\\n</div>\\n\\n<div class=\\\"dealbox\\\">\\n  <div class=\\\"images2\\\"><a href=\\\"http://www.junglecents.com/deals/gamefly\\\"><img src=\\\"http://junglecents.s3.amazonaws.com/deals/gamefly/gamefly.png\\\" border=\\\"0\\\" alt=\\\"\\\"></a></div>\\n  <div class=\\\"grabit\\\"><a href=\\\"http://www.junglecents.com/deals/gamefly\\\"></a></div>\\n</div>\");\n$(\"div#main_page > div:eq(0)\").replaceWith(\"<div style=\\\"height:122px; border:none; decoration:none; width:923px; position:relative; left:-33px; top:0px; padding:52px; float:left; margin:-83px 0 0 0; z-index:98;\\\">\\n  <a href=\\\"http://www.junglecents.com/meetmarkcuban\\\"><img src=\\\"http://junglecents.s3.amazonaws.com/temp/meet-mark-cuban-banner.jpg\\\"></a>\\n</div>\");", 
      "name": "Variation #3"
    }, 
    "16552904": {
      "name": "Original Page"
    }, 
    "16605551": {
      "code": "$(\"div.finepoint\").replaceWith(\"<div class=\\\"finepoint\\\">\\n          <h1>Fine Print</h1>\\n          <p>*Free Shipping!<br>*Voucher expires 12/31/2011<br>*Only valid for \\\"Greatest Shave\\\" box<br>*Can purchase up to 3 vouchers!<br>*Limited Quantity Available!</p>\\n\\n\\n          <p></p>\\n          <div id=\\\"smoothmenu1\\\" class=\\\"ddsmoothmenu\\\">\\n            <ul>\\n              <li style=\\\"z-index: 100; \\\"><a class=\\\"freeeasy\\\" href=\\\"#\\\" style=\\\"padding-right: 23px; \\\">SeeAll<img src=\\\"images/down.gif\\\" class=\\\"downarrowclass\\\" style=\\\"border:0;\\\"></a>\\n                  <ul style=\\\"top: 16px; display: none; visibility: visible; \\\">\\n                    <li>\\n                    <div class=\\\"freeandeasy\\\">\\n                      <h2>Fine Print</h2>\\n                      <p>*Free Shipping!<br>*Voucher expires 12/31/2011<br>*Only valid for \\\"Greatest Shave\\\" box<br>*Can purchase up to 3 vouchers!<br>*Limited Quantity Available!<br>*Redeem 1 code per order<br>\\n                    </p></div>\\n                    </li>\\n                  </ul>\\n              </li>\\n            </ul>\\n          </div>\\n          <!--p class=\\\"rightside\\\"><a href=\\\"#\\\">See All</a></p-->\\n          <div class=\\\"topfineprint\\\"></div>\\n          <h1>Info</h1>\\n          <p>groominglounge.com<br>info@groominglounge.com<br>\\n          <strong><a class=\\\"freeeasy\\\" href=\\\"http://bit.ly/rUr1fW\\\">official site</a></strong></p>\\n        <div class=\\\"topfineprint\\\"></div>\\n          <h1 style=\\\"font-size:30px; padding-top:10px;\\\">Hook a friend up</h1>\\n  <br><p><fb:like href=\\\"http://www.junglecents.com/deals/groominglounge2\\\" layout=\\\"box_count\\\" show_faces=\\\"true\\\" width=\\\"100\\\" height=\\\"21\\\" font=\\\"\\\"></fb:like></p>\\n        </div>\");\n$(\"div.one\").replaceWith(\"<div class=\\\"one\\\">   \\n                      <div class=\\\"head\\\"><h2 style=\\\"font-family: arial; font-size:19px;\\\">Bonus: Win a $50 giftcard to GroomingLounge.com</h2>\\n\\n<h2 style=\\\"font-family: arial; font-size: 14px; color: #ffb400;\\\">Type \\\"<strong><span style=\\\"color: #ffffff;\\\">It's time to shave</span></strong>\\\" here in the comment box below. Winners will be randomly chosen. Good luck!</h2><br></div> \\n                        <div class=\\\"fbcomments\\\"><div style=\\\"background-color:#FFF; width:427px;\\\">\\n                        <fb:comments href=\\\"http://www.junglecents.com/deals/groominglounge2\\\" num_posts=\\\"10\\\" width=\\\"427\\\" class=\\\"  fb_iframe_widget\\\"><span><iframe id=\\\"f15af187c8\\\" name=\\\"f36f32c6b8\\\" scrolling=\\\"no\\\" style=\\\"border-width: initial; border-color: initial; overflow-x: hidden; overflow-y: hidden; width: 427px; height: 199px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; \\\" class=\\\"fb_ltr\\\" src=\\\"https://www.facebook.com/plugins/comments.php?api_key=106492896064856&amp;channel_url=https%3A%2F%2Fs-static.ak.fbcdn.net%2Fconnect%2Fxd_proxy.php%3Fversion%3D3%23cb%3Df17cfd0958%26origin%3Dhttp%253A%252F%252Fwww.junglecents.com%252Ff218750adc%26relation%3Dparent.parent%26transport%3Dpostmessage&amp;href=http%3A%2F%2Fwww.junglecents.com%2Fdeals%2Fgroominglounge2&amp;locale=en_US&amp;numposts=10&amp;sdk=joey&amp;session_key=2.AQA5xzKiMqcY-MUw.3600.1323241200.1-4807068&amp;width=427\\\"></iframe></span></fb:comments></div>\\n                        </div>\\n                    </div>\");\n$(\"div.one\").replaceWith(\"<div class=\\\"one\\\">   \\n                      <div class=\\\"head\\\"><h2 style=\\\"font-family: arial; font-size:19px;\\\">Bonus: Win a $50 giftcard to GroomingLounge.com</h2>\\n\\n<h2 style=\\\"font-family: arial; font-size: 14px; color: #ffb400;\\\">Type \\\"<strong><span style=\\\"color: #ffffff;\\\">It's time to shave</span></strong>\\\" here in the comment box below. Winners will be randomly chosen. Good luck!</h2><br></div> \\n                        <div class=\\\"fbcomments\\\"><div style=\\\"background-color:#FFF; width:427px;\\\">\\n                        <fb:comments href=\\\"http://www.junglecents.com/deals/groominglounge2\\\" num_posts=\\\"10\\\" width=\\\"427\\\" class=\\\"  fb_iframe_widget\\\"></fb:comments></div>\\n                        </div>\\n                    </div>\");", 
      "name": "Variation #1"
    }, 
    "16705486": {
      "code": "$(\"div#main_page > div:eq(0)\").replaceWith(\"<div style=\\\"height:122px; border:none; decoration:none; width:923px; position:relative; left:-33px; top:0px; padding:52px; float:left; margin:-83px 0 0 0; z-index:98;\\\">\\n  <a href=\\\"http://www.junglecents.com/meetmarkcuban\\\"><img src=\\\"http://junglecents.s3.amazonaws.com/temp/meet-mark-cuban-banner.jpg\\\"></a>\\n</div>\\n<div class=\\\"dealbox\\\">\\n  <div class=\\\"images2\\\"><a href=\\\"http://www.junglecents.com/deals/groominglounge2\\\"><img src=\\\"http://junglecents.s3.amazonaws.com/deals/groominglounge2/groominglounge2.png\\\" border=\\\"0\\\" alt=\\\"\\\"></a></div>\\n  <div class=\\\"grabit\\\"><a href=\\\"http://www.junglecents.com/deals/groominglounge2\\\"></a></div>\\n</div>\");", 
      "name": "Variation #4"
    }, 
    "17903576": {
      "code": "$(\"div.one\").replaceWith(\"<div class=\\\"one\\\">   \\n                      <div class=\\\"head\\\"><h2 style=\\\"font-family: arial; font-size:19px;\\\">Bonus: Win a $100 Voucher to Bonobos.com</h2>\\n\\n<h2 style=\\\"font-family: arial; font-size: 14px; color: #ffb400;\\\">Type <strong><span style=\\\"color: #ffffff;\\\">I'm bananas for Bonobos!</span></strong> here in the comment box below. Winners will be randomly chosen. Good luck!</h2><br></div> \\n                        <div class=\\\"fbcomments\\\"><div style=\\\"background-color:#FFF; width:427px;\\\">\\n                        <fb:comments href=\\\"http://www.junglecents.com/deals/bonobos2\\\" num_posts=\\\"10\\\" width=\\\"427\\\" class=\\\"  fb_iframe_widget\\\"><span><iframe id=\\\"f22490198\\\" name=\\\"f2a180a3d8\\\" scrolling=\\\"no\\\" style=\\\"border-width: initial; border-color: initial; overflow-x: hidden; overflow-y: hidden; width: 427px; height: 199px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; border-image: initial; \\\" class=\\\"fb_ltr\\\" src=\\\"https://www.facebook.com/plugins/comments.php?api_key=106492896064856&amp;channel_url=https%3A%2F%2Fs-static.ak.fbcdn.net%2Fconnect%2Fxd_proxy.php%3Fversion%3D3%23cb%3Dfd380a288%26origin%3Dhttp%253A%252F%252Fwww.junglecents.com%252Ff2b0ecdafc%26relation%3Dparent.parent%26transport%3Dpostmessage&amp;href=http%3A%2F%2Fwww.junglecents.com%2Fdeals%2Fbonobos2&amp;locale=en_US&amp;numposts=10&amp;sdk=joey&amp;width=427\\\"></iframe></span></fb:comments></div>\\n                        </div>\\n                    </div>\");\n$(\"div.finepoint\").replaceWith(\"<div class=\\\"finepoint\\\">\\n          <h1>Fine Print</h1>\\n          <p>*Code valid for 6 months!<br>*Limit 1 voucher per customer<br>*Free shipping both ways and Lifetime returns on clothing<br>*Limited Quantity Available<br>*Credit does not have to be used at one time<br>*Not valid with other promotions<br>*Make sure to enter code in 'Gift Certificate' box</p>\\n\\n          <p></p>\\n          <div id=\\\"smoothmenu1\\\" class=\\\"ddsmoothmenu\\\">\\n            <ul>\\n              <li style=\\\"z-index: 100; \\\"><a class=\\\"freeeasy\\\" href=\\\"#\\\" style=\\\"padding-right: 23px; \\\">SeeAll<img src=\\\"images/down.gif\\\" class=\\\"downarrowclass\\\" style=\\\"border:0;\\\"></a>\\n                  <ul style=\\\"top: 16px; display: none; visibility: visible; \\\">\\n                    <li>\\n                    <div class=\\\"freeandeasy\\\">\\n                      <h2>Fine Print</h2>\\n                      <p>*Code valid for 6 months!<br>*Limit 1 voucher per customer<br>*Free shipping both ways and Lifetime returns on clothing<br>*Limited Quantity Available<br>*Credit does not have to be used at one time<br>*Not valid with other promotions<br>*Make sure to enter code in 'Gift Certificate' box</p>\\n                    </div>\\n                    </li>\\n                  </ul>\\n              </li>\\n            </ul>\\n          </div>\\n          <!--p class=\\\"rightside\\\"><a href=\\\"#\\\">See All</a></p-->\\n          <div class=\\\"topfineprint\\\"></div>\\n          <h1>Info</h1>\\n          <p>bonobos.com<br>info@bonobos.com<br>\\n          <strong><a class=\\\"freeeasy\\\" href=\\\"http://bit.ly/pGSXTO\\\">official site</a></strong></p>\\n        <div class=\\\"topfineprint\\\"></div>\\n          <h1 style=\\\"font-size:30px; padding-top:10px;\\\">Hook a friend up</h1>\\n  <br><p><fb:like href=\\\"http://www.junglecents.com/deals/bonobos2\\\" layout=\\\"box_count\\\" show_faces=\\\"true\\\" width=\\\"100\\\" height=\\\"21\\\" font=\\\"\\\"></fb:like></p>\\n        </div>\");\n$(\"div.one\").replaceWith(\"<div class=\\\"one\\\">   \\n                      <div class=\\\"head\\\"><h2 style=\\\"font-family: arial; font-size:19px;\\\">Bonus: Win a $100 Voucher to Bonobos.com</h2>\\n\\n<h2 style=\\\"font-family: arial; font-size: 14px; color: #ffb400;\\\">Type <strong><span style=\\\"color: #ffffff;\\\">I'm bananas for Bonobos!</span></strong> here in the comment box below. Winners will be randomly chosen. Good luck!</h2><br></div> \\n                        <div class=\\\"fbcomments\\\"><div style=\\\"background-color:#FFF; width:427px;\\\">\\n                        <fb:comments href=\\\"http://www.junglecents.com/deals/bonobos2\\\" num_posts=\\\"10\\\" width=\\\"427\\\" class=\\\"  fb_iframe_widget\\\"></fb:comments></div>\\n                        </div>\\n                    </div>\");", 
      "name": "Variation #1"
    }, 
    "17912277": {
      "name": "Original Page"
    }, 
    "18403704": {
      "name": "Original Page"
    }, 
    "18420125": {
      "code": "$(\"span#opt-price-box\").replaceWith(\"<span class=\\\"value-big\\\" id=\\\"opt-price-box\\\">30</span>\");\n$(\"span#opt-price-box\").replaceWith(\"<span class=\\\"value-big\\\" id=\\\"opt-price-box\\\">45</span>\");", 
      "name": "$45"
    }, 
    "18421140": {
      "code": "$(\"span#opt-price-box\").replaceWith(\"<span class=\\\"value-big\\\" id=\\\"opt-price-box\\\">30</span>\");", 
      "name": "$30"
    }
  }
};
var optly={Cleanse:{}};optly.Cleanse.each=function(a,d,b){var c=!!Object.prototype.__lookupGetter__,e;for(e in a)if(a.hasOwnProperty(e)){var f=c?a.__lookupGetter__(e):null;d.call(b,e,!f?a[e]:null,f)}};
optly.Cleanse.finish=function(){if(optly.Cleanse.running)optly.Cleanse.running=!1,optly.Cleanse.each(optly.Cleanse.types,function(a,d){Object.prototype.__defineGetter__&&optly.Cleanse.each(optly.Cleanse.getters[a],function(b,c){d.prototype.__defineGetter__(b,c);optly.Cleanse.log("restored getter",a,b)});optly.Cleanse.each(optly.Cleanse.properties[a],function(b,c){d.prototype[b]=c;optly.Cleanse.log("restored property",a,b)})}),optly.Cleanse.log("finish")};
optly.Cleanse.log=function(a,d,b){d?(d=d.replace(/_/g,""),optly.Cleanse.logs.push("Optimizely / Info / Cleanse / "+a+": "+d+"."+b)):optly.Cleanse.logs.push("Optimizely / Info / Cleanse / "+a)};
optly.Cleanse.start=function(){var a=/^https?:\/\/[^\/]*\//.exec(window.location.href);if(!a||!(a[0].indexOf("optimizely")!==-1&&a[0].indexOf("edit")===-1))optly.Cleanse.log("start"),optly.Cleanse.running=!0,optly.Cleanse.each(optly.Cleanse.types,function(a,b){optly.Cleanse.getters[a]={};optly.Cleanse.properties[a]={};optly.Cleanse.each(b.prototype,function(c,e,f){f?(optly.Cleanse.getters[a][c]=f,optly.Cleanse.log("cleansed getter",a,c)):(optly.Cleanse.properties[a][c]=e,optly.Cleanse.log("cleansed property",
a,c));delete b.prototype[c]})})};optly.Cleanse.getters={};optly.Cleanse.logs=[];optly.Cleanse.properties={};optly.Cleanse.types={Object_:Object};window.optly=window.optly||{};window.optly.Cleanse=window.optly.Cleanse||{finish:optly.Cleanse.finish,logs:optly.Cleanse.logs};optly.Cleanse.start();

var $=function(B,o){var r=B.document,J=B.navigator,C=function(){function a(){if(!b.isReady){try{r.documentElement.doScroll("left")}catch(c){setTimeout(a,1);return}b.ready()}}var b=function(c,a){return new b.fn.init(c,a,t)},p=B.jQuery,g=B.$,t,m=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,u=/\S/,k=/^\s+/,z=/\s+$/,e=/\d/,h=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,s=/^[\],:{}\s]*$/,f=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,y=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,l=/(?:^|:|,)(?:\s*\[)+/g,
n=/(webkit)[ \/]([\w.]+)/,q=/(opera)(?:.*version)?[ \/]([\w.]+)/,v=/(msie) ([\w.]+)/,d=/(mozilla)(?:.*? rv:([\w.]+))?/,c=/-([a-z]|[0-9])/ig,i=/^-ms-/,A=function(c,a){return(a+"").toUpperCase()},x=J.userAgent,j,w,K=Object.prototype.toString,E=Object.prototype.hasOwnProperty,F=Array.prototype.push,D=Array.prototype.slice,G=String.prototype.trim,H=Array.prototype.indexOf,I={};b.fn=b.prototype={constructor:b,init:function(c,a,d){var i;if(!c)return this;if(c.nodeType)return this.context=this[0]=c,this.length=
1,this;if(c==="body"&&!a&&r.body)return this.context=r,this[0]=r.body,this.selector=c,this.length=1,this;if(typeof c==="string")if((i=c.charAt(0)==="<"&&c.charAt(c.length-1)===">"&&c.length>=3?[null,c,null]:m.exec(c))&&(i[1]||!a))if(i[1])return d=(a=a instanceof b?a[0]:a)?a.ownerDocument||a:r,(c=h.exec(c))?b.isPlainObject(a)?(c=[r.createElement(c[1])],b.fn.attr.call(c,a,!0)):c=[d.createElement(c[1])]:(c=b.buildFragment([i[1]],[d]),c=(c.cacheable?b.clone(c.fragment):c.fragment).childNodes),b.merge(this,
c);else{if((a=r.getElementById(i[2]))&&a.parentNode){if(a.id!==i[2])return d.find(c);this.length=1;this[0]=a}this.context=r;this.selector=c;return this}else return!a||a.jquery?(a||d).find(c):this.constructor(a).find(c);else if(b.isFunction(c))return d.ready(c);if(c.selector!==o)this.selector=c.selector,this.context=c.context;return b.makeArray(c,this)},selector:"",jquery:"1.6.4",length:0,size:function(){return this.length},toArray:function(){return D.call(this,0)},get:function(c){return c==null?this.toArray():
c<0?this[this.length+c]:this[c]},pushStack:function(c,a,d){var i=this.constructor();b.isArray(c)?F.apply(i,c):b.merge(i,c);i.prevObject=this;i.context=this.context;if(a==="find")i.selector=this.selector+(this.selector?" ":"")+d;else if(a)i.selector=this.selector+"."+a+"("+d+")";return i},each:function(c,a){return b.each(this,c,a)},ready:function(c){b.bindReady();j.done(c);return this},eq:function(c){return c===-1?this.slice(c):this.slice(c,+c+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},
slice:function(){return this.pushStack(D.apply(this,arguments),"slice",D.call(arguments).join(","))},map:function(c){return this.pushStack(b.map(this,function(a,d){return c.call(a,d,a)}))},end:function(){return this.prevObject||this.constructor(null)},push:F,sort:[].sort,splice:[].splice};b.fn.init.prototype=b.fn;b.extend=b.fn.extend=function(){var c,a,d,i,x,j=arguments[0]||{},A=1,h=arguments.length,e=!1;typeof j==="boolean"&&(e=j,j=arguments[1]||{},A=2);typeof j!=="object"&&!b.isFunction(j)&&(j=
{});h===A&&(j=this,--A);for(;A<h;A++)if((c=arguments[A])!=null)for(a in c)d=j[a],i=c[a],j!==i&&(e&&i&&(b.isPlainObject(i)||(x=b.isArray(i)))?(x?(x=!1,d=d&&b.isArray(d)?d:[]):d=d&&b.isPlainObject(d)?d:{},j[a]=b.extend(e,d,i)):i!==o&&(j[a]=i));return j};b.extend({noConflict:function(c){if(B.$===b)B.$=g;if(c&&B.jQuery===b)B.jQuery=p;return b},isReady:!1,readyWait:1,holdReady:function(c){c?b.readyWait++:b.ready(!0)},ready:function(c){if(c===!0&&!--b.readyWait||c!==!0&&!b.isReady){if(!r.body)return setTimeout(b.ready,
1);b.isReady=!0;c!==!0&&--b.readyWait>0||(j.resolveWith(r,[b]),b.fn.trigger&&b(r).trigger("ready").unbind("ready"))}},bindReady:function(){if(!j){j=b._Deferred();if(r.readyState==="complete")return setTimeout(b.ready,1);if(r.addEventListener)r.addEventListener("DOMContentLoaded",w,!1),B.addEventListener("load",b.ready,!1);else if(r.attachEvent){r.attachEvent("onreadystatechange",w);B.attachEvent("onload",b.ready);var c=!1;try{c=B.frameElement==null}catch(d){}r.documentElement.doScroll&&c&&a()}}},
isFunction:function(c){return b.type(c)==="function"},isArray:Array.isArray||function(c){return b.type(c)==="array"},isWindow:function(c){return c&&typeof c==="object"&&"setInterval"in c},isNaN:function(c){return c==null||!e.test(c)||isNaN(c)},type:function(c){return c==null?String(c):I[K.call(c)]||"object"},isPlainObject:function(c){if(!c||b.type(c)!=="object"||c.nodeType||b.isWindow(c))return!1;try{if(c.constructor&&!E.call(c,"constructor")&&!E.call(c.constructor.prototype,"isPrototypeOf"))return!1}catch(a){return!1}for(var d in c);
return d===o||E.call(c,d)},isEmptyObject:function(c){for(var a in c)return!1;return!0},error:function(c){throw c;},parseJSON:function(c){if(typeof c!=="string"||!c)return null;c=b.trim(c);if(B.JSON&&B.JSON.parse)return B.JSON.parse(c);if(s.test(c.replace(f,"@").replace(y,"]").replace(l,"")))return(new Function("return "+c))();b.error("Invalid JSON: "+c)},parseXML:function(c){var a,d;try{B.DOMParser?(d=new DOMParser,a=d.parseFromString(c,"text/xml")):(a=new ActiveXObject("Microsoft.XMLDOM"),a.async=
"false",a.loadXML(c))}catch(i){a=o}(!a||!a.documentElement||a.getElementsByTagName("parsererror").length)&&b.error("Invalid XML: "+c);return a},noop:function(){},globalEval:function(c){c&&u.test(c)&&(B.execScript||function(c){B.eval.call(B,c)})(c)},camelCase:function(a){return a.replace(i,"ms-").replace(c,A)},nodeName:function(c,a){return c.nodeName&&c.nodeName.toUpperCase()===a.toUpperCase()},each:function(c,a,d){var i,j=0,A=c.length,x=A===o||b.isFunction(c);if(d)if(x)for(i in c){if(a.apply(c[i],
d)===!1)break}else for(;j<A;){if(a.apply(c[j++],d)===!1)break}else if(x)for(i in c){if(a.call(c[i],i,c[i])===!1)break}else for(;j<A;)if(a.call(c[j],j,c[j++])===!1)break;return c},trim:G?function(c){return c==null?"":G.call(c)}:function(c){return c==null?"":c.toString().replace(k,"").replace(z,"")},makeArray:function(c,a){var d=a||[];if(c!=null){var i=b.type(c);c.length==null||i==="string"||i==="function"||i==="regexp"||b.isWindow(c)?F.call(d,c):b.merge(d,c)}return d},inArray:function(c,a){if(!a)return-1;
if(H)return H.call(a,c);for(var d=0,i=a.length;d<i;d++)if(a[d]===c)return d;return-1},merge:function(c,a){var d=c.length,i=0;if(typeof a.length==="number")for(var j=a.length;i<j;i++)c[d++]=a[i];else for(;a[i]!==o;)c[d++]=a[i++];c.length=d;return c},grep:function(c,a,d){for(var i=[],j,d=!!d,A=0,x=c.length;A<x;A++)j=!!a(c[A],A),d!==j&&i.push(c[A]);return i},map:function(c,a,d){var i,j,A=[],x=0,h=c.length;if(c instanceof b||h!==o&&typeof h==="number"&&(h>0&&c[0]&&c[h-1]||h===0||b.isArray(c)))for(;x<
h;x++)i=a(c[x],x,d),i!=null&&(A[A.length]=i);else for(j in c)i=a(c[j],j,d),i!=null&&(A[A.length]=i);return A.concat.apply([],A)},guid:1,proxy:function(c,a){if(typeof a==="string")var d=c[a],a=c,c=d;if(!b.isFunction(c))return o;var i=D.call(arguments,2),d=function(){return c.apply(a,i.concat(D.call(arguments)))};d.guid=c.guid=c.guid||d.guid||b.guid++;return d},access:function(c,a,d,i,j,A){var x=c.length;if(typeof a==="object"){for(var h in a)b.access(c,h,a[h],i,j,d);return c}if(d!==o){i=!A&&i&&b.isFunction(d);
for(h=0;h<x;h++)j(c[h],a,i?d.call(c[h],h,j(c[h],a)):d,A);return c}return x?j(c[0],a):o},now:function(){return(new Date).getTime()},uaMatch:function(c){c=c.toLowerCase();c=n.exec(c)||q.exec(c)||v.exec(c)||c.indexOf("compatible")<0&&d.exec(c)||[];return{browser:c[1]||"",version:c[2]||"0"}},sub:function(){function c(a,d){return new c.fn.init(a,d)}b.extend(!0,c,this);c.superclass=this;c.fn=c.prototype=this();c.fn.constructor=c;c.sub=this.sub;c.fn.init=function(d,i){i&&i instanceof b&&!(i instanceof c)&&
(i=c(i));return b.fn.init.call(this,d,i,a)};c.fn.init.prototype=c.fn;var a=c(r);return c},browser:{}});b.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(c,a){I["[object "+a+"]"]=a.toLowerCase()});x=b.uaMatch(x);if(x.browser)b.browser[x.browser]=!0,b.browser.version=x.version;if(b.browser.webkit)b.browser.safari=!0;u.test("\u00a0")&&(k=/^[\s\xA0]+/,z=/[\s\xA0]+$/);t=b(r);r.addEventListener?w=function(){r.removeEventListener("DOMContentLoaded",w,!1);b.ready()}:r.attachEvent&&
(w=function(){r.readyState==="complete"&&(r.detachEvent("onreadystatechange",w),b.ready())});return b}();(function(a){var b="done fail isResolved isRejected promise then always pipe".split(" "),p=[].slice;a.extend({_Deferred:function(){var b=[],p,m,u,k={done:function(){if(!u){var m=arguments,e,h,s,f,y;p&&(y=p,p=0);for(e=0,h=m.length;e<h;e++)s=m[e],f=a.type(s),f==="array"?k.done.apply(k,s):f==="function"&&b.push(s);y&&k.resolveWith(y[0],y[1])}return this},resolveWith:function(a,e){if(!u&&!p&&!m){e=
e||[];m=1;try{for(;b[0];)b.shift().apply(a,e)}finally{p=[a,e],m=0}}return this},resolve:function(){k.resolveWith(this,arguments);return this},isResolved:function(){return!(!m&&!p)},cancel:function(){u=1;b=[];return this}};return k},Deferred:function(p){var t=a._Deferred(),m=a._Deferred(),u;a.extend(t,{then:function(a,b){t.done(a).fail(b);return this},always:function(){return t.done.apply(t,arguments).fail.apply(this,arguments)},fail:m.done,rejectWith:m.resolveWith,reject:m.resolve,isRejected:m.isResolved,
pipe:function(b,m){return a.Deferred(function(e){a.each({done:[b,"resolve"],fail:[m,"reject"]},function(h,s){var f=s[0],b=s[1],l;if(a.isFunction(f))t[h](function(){if((l=f.apply(this,arguments))&&a.isFunction(l.promise))l.promise().then(e.resolve,e.reject);else e[b+"With"](this===t?e:this,[l])});else t[h](e[b])})}).promise()},promise:function(a){if(a==null){if(u)return u;u=a={}}for(var m=b.length;m--;)a[b[m]]=t[b[m]];return a}});t.done(m.cancel).fail(t.cancel);delete t.cancel;p&&p.call(t,t);return t},
when:function(b){function t(a){return function(s){m[a]=arguments.length>1?p.call(arguments,0):s;--o||e.resolveWith(e,p.call(m,0))}}var m=arguments,u=0,k=m.length,o=k,e=k<=1&&b&&a.isFunction(b.promise)?b:a.Deferred();if(k>1){for(;u<k;u++)m[u]&&a.isFunction(m[u].promise)?m[u].promise().then(t(u),e.reject):--o;o||e.resolveWith(e,m)}else e!==b&&e.resolveWith(e,k?[b]:[]);return e.promise()}})})(C);(function(a){a.support=function(){var b=r.createElement("div"),p=r.documentElement,g,t,m,u,k,o;b.setAttribute("className",
"t");b.innerHTML="   <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'/>";g=b.getElementsByTagName("*");t=b.getElementsByTagName("a")[0];if(!g||!g.length||!t)return{};m=r.createElement("select");u=m.appendChild(r.createElement("option"));g=b.getElementsByTagName("input")[0];k={leadingWhitespace:b.firstChild.nodeType===3,tbody:!b.getElementsByTagName("tbody").length,htmlSerialize:!!b.getElementsByTagName("link").length,style:/top/.test(t.getAttribute("style")),
hrefNormalized:t.getAttribute("href")==="/a",opacity:/^0.55$/.test(t.style.opacity),cssFloat:!!t.style.cssFloat,checkOn:g.value==="on",optSelected:u.selected,getSetAttribute:b.className!=="t",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0};g.checked=!0;k.noCloneChecked=g.cloneNode(!0).checked;m.disabled=!0;k.optDisabled=!u.disabled;try{delete b.test}catch(e){k.deleteExpando=!1}!b.addEventListener&&
b.attachEvent&&b.fireEvent&&(b.attachEvent("onclick",function(){k.noCloneEvent=!1}),b.cloneNode(!0).fireEvent("onclick"));g=r.createElement("input");g.value="t";g.setAttribute("type","radio");k.radioValue=g.value==="t";g.setAttribute("checked","checked");b.appendChild(g);t=r.createDocumentFragment();t.appendChild(b.firstChild);k.checkClone=t.cloneNode(!0).cloneNode(!0).lastChild.checked;b.innerHTML="";b.style.width=b.style.paddingLeft="1px";m=r.getElementsByTagName("body")[0];t=r.createElement(m?
"div":"body");u={visibility:"hidden",width:0,height:0,border:0,margin:0,background:"none"};m&&a.extend(u,{position:"absolute",left:"-1000px",top:"-1000px"});for(o in u)t.style[o]=u[o];t.appendChild(b);p=m||p;p.insertBefore(t,p.firstChild);k.appendChecked=g.checked;k.boxModel=b.offsetWidth===2;if("zoom"in b.style)b.style.display="inline",b.style.zoom=1,k.inlineBlockNeedsLayout=b.offsetWidth===2,b.style.display="",b.innerHTML="<div style='width:4px;'></div>",k.shrinkWrapBlocks=b.offsetWidth!==2;b.innerHTML=
"<table><tr><td style='padding:0;border:0;display:none'></td><td>t</td></tr></table>";m=b.getElementsByTagName("td");g=m[0].offsetHeight===0;m[0].style.display="";m[1].style.display="none";k.reliableHiddenOffsets=g&&m[0].offsetHeight===0;b.innerHTML="";if(r.defaultView&&r.defaultView.getComputedStyle)g=r.createElement("div"),g.style.width="0",g.style.marginRight="0",b.appendChild(g),k.reliableMarginRight=(parseInt((r.defaultView.getComputedStyle(g,null)||{marginRight:0}).marginRight,10)||0)===0;t.innerHTML=
"";p.removeChild(t);if(b.attachEvent)for(o in{submit:1,change:1,focusin:1})p="on"+o,g=p in b,g||(b.setAttribute(p,"return;"),g=typeof b[p]==="function"),k[o+"Bubbles"]=g;t=t=m=u=m=g=b=g=null;return k}();a.boxModel=a.support.boxModel})(C);(function(a){function b(b,p,k){if(k===o&&b.nodeType===1)if(k="data-"+p.replace(t,"-$1").toLowerCase(),k=b.getAttribute(k),typeof k==="string"){try{k=k==="true"?!0:k==="false"?!1:k==="null"?null:!a.isNaN(k)?parseFloat(k):g.test(k)?a.parseJSON(k):k}catch(r){}a.data(b,
p,k)}else k=o;return k}function p(a){for(var b in a)if(b!=="toJSON")return!1;return!0}var g=/^(?:\{.*\}|\[.*\])$/,t=/([A-Z])/g;a.extend({cache:{},uuid:0,expando:"jQuery"+(a.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(b){b=b.nodeType?a.cache[b[a.expando]]:b[a.expando];return!!b&&!p(b)},data:function(b,p,k,g){if(a.acceptData(b)){var e=a.expando,h=typeof p==="string",s=b.nodeType,f=s?a.cache:b,y=s?b[a.expando]:
b[a.expando]&&a.expando;if(y&&(!g||!y||!f[y]||f[y][e])||!(h&&k===o)){if(!y)s?b[a.expando]=y=++a.uuid:y=a.expando;if(!f[y]&&(f[y]={},!s))f[y].toJSON=a.noop;if(typeof p==="object"||typeof p==="function")g?f[y][e]=a.extend(f[y][e],p):f[y]=a.extend(f[y],p);b=f[y];g&&(b[e]||(b[e]={}),b=b[e]);k!==o&&(b[a.camelCase(p)]=k);if(p==="events"&&!b[p])return b[e]&&b[e].events;h?(k=b[p],k==null&&(k=b[a.camelCase(p)])):k=b;return k}}},removeData:function(b,g,k){if(a.acceptData(b)){var o,e=a.expando,h=b.nodeType,
s=h?a.cache:b,f=h?b[a.expando]:a.expando;if(s[f]){if(g&&(o=k?s[f][e]:s[f]))if(o[g]||(g=a.camelCase(g)),delete o[g],!p(o))return;if(k&&(delete s[f][e],!p(s[f])))return;g=s[f][e];a.support.deleteExpando||!s.setInterval?delete s[f]:s[f]=null;if(g){s[f]={};if(!h)s[f].toJSON=a.noop;s[f][e]=g}else h&&(a.support.deleteExpando?delete b[a.expando]:b.removeAttribute?b.removeAttribute(a.expando):b[a.expando]=null)}}},_data:function(b,p,g){return a.data(b,p,g,!0)},acceptData:function(b){if(b.nodeName){var p=
a.noData[b.nodeName.toLowerCase()];if(p)return!(p===!0||b.getAttribute("classid")!==p)}return!0}});a.fn.extend({data:function(p,g){var k=null;if(typeof p==="undefined"){if(this.length&&(k=a.data(this[0]),this[0].nodeType===1))for(var t=this[0].attributes,e,h=0,s=t.length;h<s;h++)e=t[h].name,e.indexOf("data-")===0&&(e=a.camelCase(e.substring(5)),b(this[0],e,k[e]));return k}else if(typeof p==="object")return this.each(function(){a.data(this,p)});var f=p.split(".");f[1]=f[1]?"."+f[1]:"";return g===o?
(k=this.triggerHandler("getData"+f[1]+"!",[f[0]]),k===o&&this.length&&(k=a.data(this[0],p),k=b(this[0],p,k)),k===o&&f[1]?this.data(f[0]):k):this.each(function(){var h=a(this),e=[f[0],g];h.triggerHandler("setData"+f[1]+"!",e);a.data(this,p,g);h.triggerHandler("changeData"+f[1]+"!",e)})},removeData:function(b){return this.each(function(){a.removeData(this,b)})}})})(C);(function(a){function b(b,g,t){var m=g+"defer",r=g+"queue",k=g+"mark",z=a.data(b,m,o,!0);z&&(t==="queue"||!a.data(b,r,o,!0))&&(t==="mark"||
!a.data(b,k,o,!0))&&setTimeout(function(){!a.data(b,r,o,!0)&&!a.data(b,k,o,!0)&&(a.removeData(b,m,!0),z.resolve())},0)}a.extend({_mark:function(b,g){b&&(g=(g||"fx")+"mark",a.data(b,g,(a.data(b,g,o,!0)||0)+1,!0))},_unmark:function(p,g,t){p!==!0&&(t=g,g=p,p=!1);if(g){var t=t||"fx",m=t+"mark";(p=p?0:(a.data(g,m,o,!0)||1)-1)?a.data(g,m,p,!0):(a.removeData(g,m,!0),b(g,t,"mark"))}},queue:function(b,g,t){if(b){var g=(g||"fx")+"queue",m=a.data(b,g,o,!0);t&&(!m||a.isArray(t)?m=a.data(b,g,a.makeArray(t),!0):
m.push(t));return m||[]}},dequeue:function(p,g){var g=g||"fx",o=a.queue(p,g),m=o.shift();m==="inprogress"&&(m=o.shift());m&&(g==="fx"&&o.unshift("inprogress"),m.call(p,function(){a.dequeue(p,g)}));o.length||(a.removeData(p,g+"queue",!0),b(p,g,"queue"))}});a.fn.extend({queue:function(b,g){typeof b!=="string"&&(g=b,b="fx");return g===o?a.queue(this[0],b):this.each(function(){var o=a.queue(this,b,g);b==="fx"&&o[0]!=="inprogress"&&a.dequeue(this,b)})},dequeue:function(b){return this.each(function(){a.dequeue(this,
b)})},delay:function(b,g){b=a.fx?a.fx.speeds[b]||b:b;g=g||"fx";return this.queue(g,function(){var o=this;setTimeout(function(){a.dequeue(o,g)},b)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(b){function g(){--k||t.resolveWith(m,[m])}typeof b!=="string"&&(b=o);var b=b||"fx",t=a.Deferred(),m=this,r=m.length,k=1,z=b+"defer",e=b+"queue";b+="mark";for(var h;r--;)if(h=a.data(m[r],z,o,!0)||(a.data(m[r],e,o,!0)||a.data(m[r],b,o,!0))&&a.data(m[r],z,a._Deferred(),!0))k++,h.done(g);
g();return t.promise()}})})(C);(function(a){var b=/[\n\t\r]/g,p=/\s+/,g=/\r/g,t=/^(?:button|input)$/i,m=/^(?:button|input|object|select|textarea)$/i,u=/^a(?:rea)?$/i,k=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,z,e;a.fn.extend({attr:function(h,b){return a.access(this,h,b,!0,a.attr)},removeAttr:function(h){return this.each(function(){a.removeAttr(this,h)})},prop:function(h,b){return a.access(this,h,b,!0,a.prop)},removeProp:function(h){h=
a.propFix[h]||h;return this.each(function(){try{this[h]=o,delete this[h]}catch(a){}})},addClass:function(h){var b,e,g,l,n,q,v;if(a.isFunction(h))return this.each(function(d){a(this).addClass(h.call(this,d,this.className))});if(h&&typeof h==="string"){b=h.split(p);for(e=0,g=this.length;e<g;e++)if(l=this[e],l.nodeType===1)if(!l.className&&b.length===1)l.className=h;else{n=" "+l.className+" ";for(q=0,v=b.length;q<v;q++)~n.indexOf(" "+b[q]+" ")||(n+=b[q]+" ");l.className=a.trim(n)}}return this},removeClass:function(h){var e,
f,g,l,n,q,v;if(a.isFunction(h))return this.each(function(d){a(this).removeClass(h.call(this,d,this.className))});if(h&&typeof h==="string"||h===o){e=(h||"").split(p);for(f=0,g=this.length;f<g;f++)if(l=this[f],l.nodeType===1&&l.className)if(h){n=(" "+l.className+" ").replace(b," ");for(q=0,v=e.length;q<v;q++)n=n.replace(" "+e[q]+" "," ");l.className=a.trim(n)}else l.className=""}return this},toggleClass:function(h,b){var e=typeof h,g=typeof b==="boolean";return a.isFunction(h)?this.each(function(e){a(this).toggleClass(h.call(this,
e,this.className,b),b)}):this.each(function(){if(e==="string")for(var l,n=0,q=a(this),v=b,d=h.split(p);l=d[n++];)v=g?v:!q.hasClass(l),q[v?"addClass":"removeClass"](l);else if(e==="undefined"||e==="boolean")this.className&&a._data(this,"__className__",this.className),this.className=this.className||h===!1?"":a._data(this,"__className__")||""})},hasClass:function(a){for(var a=" "+a+" ",e=0,f=this.length;e<f;e++)if(this[e].nodeType===1&&(" "+this[e].className+" ").replace(b," ").indexOf(a)>-1)return!0;
return!1},val:function(b){var e,f,k=this[0];if(!arguments.length){if(k){if((e=a.valHooks[k.nodeName.toLowerCase()]||a.valHooks[k.type])&&"get"in e&&(f=e.get(k,"value"))!==o)return f;f=k.value;return typeof f==="string"?f.replace(g,""):f==null?"":f}return o}var l=a.isFunction(b);return this.each(function(f){var g=a(this);if(this.nodeType===1&&(f=l?b.call(this,f,g.val()):b,f==null?f="":typeof f==="number"?f+="":a.isArray(f)&&(f=a.map(f,function(a){return a==null?"":a+""})),e=a.valHooks[this.nodeName.toLowerCase()]||
a.valHooks[this.type],!e||!("set"in e)||e.set(this,f,"value")===o))this.value=f})}});a.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(b){var e,f=b.selectedIndex,g=[],l=b.options,b=b.type==="select-one";if(f<0)return null;for(var n=b?f:0,k=b?f+1:l.length;n<k;n++)if(e=l[n],e.selected&&(a.support.optDisabled?!e.disabled:e.getAttribute("disabled")===null)&&(!e.parentNode.disabled||!a.nodeName(e.parentNode,"optgroup"))){e=
a(e).val();if(b)return e;g.push(e)}return b&&!g.length&&l.length?a(l[f]).val():g},set:function(b,e){var f=a.makeArray(e);a(b).find("option").each(function(){this.selected=a.inArray(a(this).val(),f)>=0});if(!f.length)b.selectedIndex=-1;return f}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attrFix:{tabindex:"tabIndex"},attr:function(b,s,f,g){var l=b.nodeType;if(!b||l===3||l===8||l===2)return o;if(g&&s in a.attrFn)return a(b)[s](f);if(!("getAttribute"in b))return a.prop(b,
s,f);var n,q;if(g=l!==1||!a.isXMLDoc(b))s=a.attrFix[s]||s,(q=a.attrHooks[s])||(k.test(s)?q=e:z&&(q=z));return f!==o?f===null?(a.removeAttr(b,s),o):q&&"set"in q&&g&&(n=q.set(b,f,s))!==o?n:(b.setAttribute(s,""+f),f):q&&"get"in q&&g&&(n=q.get(b,s))!==null?n:(n=b.getAttribute(s),n===null?o:n)},removeAttr:function(b,e){var f;if(b.nodeType===1&&(e=a.attrFix[e]||e,a.attr(b,e,""),b.removeAttribute(e),k.test(e)&&(f=a.propFix[e]||e)in b))b[f]=!1},attrHooks:{type:{set:function(b,e){if(t.test(b.nodeName)&&b.parentNode)a.error("type property can't be changed");
else if(!a.support.radioValue&&e==="radio"&&a.nodeName(b,"input")){var f=b.value;b.setAttribute("type",e);if(f)b.value=f;return e}}},value:{get:function(b,e){return z&&a.nodeName(b,"button")?z.get(b,e):e in b?b.value:null},set:function(b,e,f){if(z&&a.nodeName(b,"button"))return z.set(b,e,f);b.value=e}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",
frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(b,e,f){var g=b.nodeType;if(!b||g===3||g===8||g===2)return o;var l,n;if(g!==1||!a.isXMLDoc(b))e=a.propFix[e]||e,n=a.propHooks[e];return f!==o?n&&"set"in n&&(l=n.set(b,f,e))!==o?l:b[e]=f:n&&"get"in n&&(l=n.get(b,e))!==null?l:b[e]},propHooks:{tabIndex:{get:function(a){var b=a.getAttributeNode("tabindex");return b&&b.specified?parseInt(b.value,10):m.test(a.nodeName)||u.test(a.nodeName)&&a.href?0:o}}}});a.attrHooks.tabIndex=a.propHooks.tabIndex;
e={get:function(b,e){var f;return a.prop(b,e)===!0||(f=b.getAttributeNode(e))&&f.nodeValue!==!1?e.toLowerCase():o},set:function(b,e,f){e===!1?a.removeAttr(b,f):(e=a.propFix[f]||f,e in b&&(b[e]=!0),b.setAttribute(f,f.toLowerCase()));return f}};if(!a.support.getSetAttribute)z=a.valHooks.button={get:function(a,b){var e;return(e=a.getAttributeNode(b))&&e.nodeValue!==""?e.nodeValue:o},set:function(a,b,e){var g=a.getAttributeNode(e);g||(g=r.createAttribute(e),a.setAttributeNode(g));return g.nodeValue=b+
""}},a.each(["width","height"],function(b,e){a.attrHooks[e]=a.extend(a.attrHooks[e],{set:function(a,b){if(b==="")return a.setAttribute(e,"auto"),b}})});a.support.hrefNormalized||a.each(["href","src","width","height"],function(b,e){a.attrHooks[e]=a.extend(a.attrHooks[e],{get:function(a){a=a.getAttribute(e,2);return a===null?o:a}})});if(!a.support.style)a.attrHooks.style={get:function(a){return a.style.cssText.toLowerCase()||o},set:function(a,b){return a.style.cssText=""+b}};if(!a.support.optSelected)a.propHooks.selected=
a.extend(a.propHooks.selected,{get:function(){return null}});a.support.checkOn||a.each(["radio","checkbox"],function(){a.valHooks[this]={get:function(a){return a.getAttribute("value")===null?"on":a.value}}});a.each(["radio","checkbox"],function(){a.valHooks[this]=a.extend(a.valHooks[this],{set:function(b,e){if(a.isArray(e))return b.checked=a.inArray(a(b).val(),e)>=0}})})})(C);(function(a){function b(){return!1}function p(){return!0}function g(d,c,i){var b=a.extend({},i[0]);b.type=d;b.originalEvent=
{};b.liveFired=o;a.event.handle.call(c,b);b.isDefaultPrevented()&&i[0].preventDefault()}function t(d){var c,i,b,e,j,w,h,f,l,g,n,s=[];e=[];j=a._data(this,"events");if(!(d.liveFired===this||!j||!j.live||d.target.disabled||d.button&&d.type==="click")){d.namespace&&(n=RegExp("(^|\\.)"+d.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)"));d.liveFired=this;var k=j.live.slice(0);for(h=0;h<k.length;h++)j=k[h],j.origType.replace(u,"")===d.type?e.push(j.selector):k.splice(h--,1);e=a(d.target).closest(e,
d.currentTarget);for(f=0,l=e.length;f<l;f++){g=e[f];for(h=0;h<k.length;h++)if(j=k[h],g.selector===j.selector&&(!n||n.test(j.namespace))&&!g.elem.disabled){w=g.elem;b=null;if(j.preType==="mouseenter"||j.preType==="mouseleave")d.type=j.preType,(b=a(d.relatedTarget).closest(j.selector)[0])&&a.contains(w,b)&&(b=w);(!b||b!==w)&&s.push({elem:w,handleObj:j,level:g.level})}}for(f=0,l=s.length;f<l;f++){e=s[f];if(i&&e.level>i)break;d.currentTarget=e.elem;d.data=e.handleObj.data;d.handleObj=e.handleObj;n=e.handleObj.origHandler.apply(e.elem,
arguments);if(n===!1||d.isPropagationStopped())if(i=e.level,n===!1&&(c=!1),d.isImmediatePropagationStopped())break}return c}}function m(a,c){return(a&&a!=="*"?a+".":"")+c.replace(z,"`").replace(e,"&")}var u=/\.(.*)$/,k=/^(?:textarea|input|select)$/i,z=/\./g,e=/ /g,h=/[^\w\s.|`]/g,s=function(a){return a.replace(h,"\\$&")};a.event={add:function(d,c,i,e){if(!(d.nodeType===3||d.nodeType===8)){if(i===!1)i=b;else if(!i)return;var x,j;if(i.handler)x=i,i=x.handler;if(!i.guid)i.guid=a.guid++;if(j=a._data(d)){var w=
j.events,h=j.handle;if(!w)j.events=w={};if(!h)j.handle=h=function(c){return typeof a!=="undefined"&&(!c||a.event.triggered!==c.type)?a.event.handle.apply(h.elem,arguments):o};h.elem=d;for(var c=c.split(" "),f,l=0,g;f=c[l++];){j=x?a.extend({},x):{handler:i,data:e};f.indexOf(".")>-1?(g=f.split("."),f=g.shift(),j.namespace=g.slice(0).sort().join(".")):(g=[],j.namespace="");j.type=f;if(!j.guid)j.guid=i.guid;var n=w[f],s=a.event.special[f]||{};if(!n&&(n=w[f]=[],!s.setup||s.setup.call(d,e,g,h)===!1))d.addEventListener?
d.addEventListener(f,h,!1):d.attachEvent&&d.attachEvent("on"+f,h);if(s.add&&(s.add.call(d,j),!j.handler.guid))j.handler.guid=i.guid;n.push(j);a.event.global[f]=!0}d=null}}},global:{},remove:function(d,c,i,e){if(!(d.nodeType===3||d.nodeType===8)){i===!1&&(i=b);var x,j,w=0,h,f,l,g,n,k,q=a.hasData(d)&&a._data(d),v=q&&q.events;if(q&&v){if(c&&c.type)i=c.handler,c=c.type;if(!c||typeof c==="string"&&c.charAt(0)===".")for(x in c=c||"",v)a.event.remove(d,x+c);else{for(c=c.split(" ");x=c[w++];)if(g=x,h=x.indexOf(".")<
0,f=[],h||(f=x.split("."),x=f.shift(),l=RegExp("(^|\\.)"+a.map(f.slice(0).sort(),s).join("\\.(?:.*\\.)?")+"(\\.|$)")),n=v[x])if(i){g=a.event.special[x]||{};for(j=e||0;j<n.length;j++)if(k=n[j],i.guid===k.guid){if(h||l.test(k.namespace))e==null&&n.splice(j--,1),g.remove&&g.remove.call(d,k);if(e!=null)break}if(n.length===0||e!=null&&n.length===1)(!g.teardown||g.teardown.call(d,f)===!1)&&a.removeEvent(d,x,q.handle),delete v[x]}else for(j=0;j<n.length;j++)if(k=n[j],h||l.test(k.namespace))a.event.remove(d,
g,k.handler,j),n.splice(j--,1);if(a.isEmptyObject(v)){if(c=q.handle)c.elem=null;delete q.events;delete q.handle;a.isEmptyObject(q)&&a.removeData(d,o,!0)}}}}},customEvent:{getData:!0,setData:!0,changeData:!0},trigger:function(d,c,i,b){var e=d.type||d,j=[],w;e.indexOf("!")>=0&&(e=e.slice(0,-1),w=!0);e.indexOf(".")>=0&&(j=e.split("."),e=j.shift(),j.sort());if(i&&!a.event.customEvent[e]||a.event.global[e]){d=typeof d==="object"?d[a.expando]?d:new a.Event(e,d):new a.Event(e);d.type=e;d.exclusive=w;d.namespace=
j.join(".");d.namespace_re=RegExp("(^|\\.)"+j.join("\\.(?:.*\\.)?")+"(\\.|$)");if(b||!i)d.preventDefault(),d.stopPropagation();if(i){if(!(i.nodeType===3||i.nodeType===8)){d.result=o;d.target=i;c=c!=null?a.makeArray(c):[];c.unshift(d);j=i;b=e.indexOf(":")<0?"on"+e:"";do{w=a._data(j,"handle");d.currentTarget=j;w&&w.apply(j,c);if(b&&a.acceptData(j)&&j[b]&&j[b].apply(j,c)===!1)d.result=!1,d.preventDefault();j=j.parentNode||j.ownerDocument||j===d.target.ownerDocument&&B}while(j&&!d.isPropagationStopped());
if(!d.isDefaultPrevented()){var h,j=a.event.special[e]||{};if((!j._default||j._default.call(i.ownerDocument,d)===!1)&&!(e==="click"&&a.nodeName(i,"a"))&&a.acceptData(i)){try{if(b&&i[e])(h=i[b])&&(i[b]=null),a.event.triggered=e,i[e]()}catch(f){}h&&(i[b]=h);a.event.triggered=o}}return d.result}}else a.each(a.cache,function(){var i=this[a.expando];i&&i.events&&i.events[e]&&a.event.trigger(d,c,i.handle.elem)})}},handle:function(d){var d=a.event.fix(d||B.event),c=((a._data(this,"events")||{})[d.type]||
[]).slice(0),i=!d.exclusive&&!d.namespace,b=Array.prototype.slice.call(arguments,0);b[0]=d;d.currentTarget=this;for(var e=0,j=c.length;e<j;e++){var w=c[e];if(i||d.namespace_re.test(w.namespace)){d.handler=w.handler;d.data=w.data;d.handleObj=w;w=w.handler.apply(this,b);if(w!==o)d.result=w,w===!1&&(d.preventDefault(),d.stopPropagation());if(d.isImmediatePropagationStopped())break}}return d.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),
fix:function(d){if(d[a.expando])return d;for(var c=d,d=a.Event(c),i=this.props.length,b;i;)b=this.props[--i],d[b]=c[b];if(!d.target)d.target=d.srcElement||r;if(d.target.nodeType===3)d.target=d.target.parentNode;if(!d.relatedTarget&&d.fromElement)d.relatedTarget=d.fromElement===d.target?d.toElement:d.fromElement;if(d.pageX==null&&d.clientX!=null)i=d.target.ownerDocument||r,c=i.documentElement,i=i.body,d.pageX=d.clientX+(c&&c.scrollLeft||i&&i.scrollLeft||0)-(c&&c.clientLeft||i&&i.clientLeft||0),d.pageY=
d.clientY+(c&&c.scrollTop||i&&i.scrollTop||0)-(c&&c.clientTop||i&&i.clientTop||0);if(d.which==null&&(d.charCode!=null||d.keyCode!=null))d.which=d.charCode!=null?d.charCode:d.keyCode;if(!d.metaKey&&d.ctrlKey)d.metaKey=d.ctrlKey;if(!d.which&&d.button!==o)d.which=d.button&1?1:d.button&2?3:d.button&4?2:0;return d},guid:1E8,proxy:a.proxy,special:{ready:{setup:a.bindReady,teardown:a.noop},live:{add:function(d){a.event.add(this,m(d.origType,d.selector),a.extend({},d,{handler:t,guid:d.handler.guid}))},remove:function(d){a.event.remove(this,
m(d.origType,d.selector),d)}},beforeunload:{setup:function(d,c,i){if(a.isWindow(this))this.onbeforeunload=i},teardown:function(a,c){if(this.onbeforeunload===c)this.onbeforeunload=null}}}};a.removeEvent=r.removeEventListener?function(a,c,i){a.removeEventListener&&a.removeEventListener(c,i,!1)}:function(a,c,i){a.detachEvent&&a.detachEvent("on"+c,i)};a.Event=function(d,c){if(!this.preventDefault)return new a.Event(d,c);d&&d.type?(this.originalEvent=d,this.type=d.type,this.isDefaultPrevented=d.defaultPrevented||
d.returnValue===!1||d.getPreventDefault&&d.getPreventDefault()?p:b):this.type=d;c&&a.extend(this,c);this.timeStamp=a.now();this[a.expando]=!0};a.Event.prototype={preventDefault:function(){this.isDefaultPrevented=p;var a=this.originalEvent;if(a)a.preventDefault?a.preventDefault():a.returnValue=!1},stopPropagation:function(){this.isPropagationStopped=p;var a=this.originalEvent;if(a)a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=
p;this.stopPropagation()},isDefaultPrevented:b,isPropagationStopped:b,isImmediatePropagationStopped:b};var f=function(d){var c=d.relatedTarget,i=!1,b=d.type;d.type=d.data;if(c!==this&&(c&&(i=a.contains(this,c)),!i))a.event.handle.apply(this,arguments),d.type=b},y=function(d){d.type=d.data;a.event.handle.apply(this,arguments)};a.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(d,c){a.event.special[d]={setup:function(i){a.event.add(this,c,i&&i.selector?y:f,d)},teardown:function(i){a.event.remove(this,
c,i&&i.selector?y:f)}}});if(!a.support.submitBubbles)a.event.special.submit={setup:function(){if(a.nodeName(this,"form"))return!1;else a.event.add(this,"click.specialSubmit",function(d){var c=d.target,i=a.nodeName(c,"input")||a.nodeName(c,"button")?c.type:"";(i==="submit"||i==="image")&&a(c).closest("form").length&&g("submit",this,arguments)}),a.event.add(this,"keypress.specialSubmit",function(d){var c=d.target,i=a.nodeName(c,"input")||a.nodeName(c,"button")?c.type:"";(i==="text"||i==="password")&&
a(c).closest("form").length&&d.keyCode===13&&g("submit",this,arguments)})},teardown:function(){a.event.remove(this,".specialSubmit")}};if(!a.support.changeBubbles){var l,n=function(d){var c=a.nodeName(d,"input")?d.type:"",i=d.value;if(c==="radio"||c==="checkbox")i=d.checked;else if(c==="select-multiple")i=d.selectedIndex>-1?a.map(d.options,function(c){return c.selected}).join("-"):"";else if(a.nodeName(d,"select"))i=d.selectedIndex;return i},q=function(d,c){var i=d.target,b,e;if(k.test(i.nodeName)&&
!i.readOnly&&(b=a._data(i,"_change_data"),e=n(i),(d.type!=="focusout"||i.type!=="radio")&&a._data(i,"_change_data",e),!(b===o||e===b)))if(b!=null||e)d.type="change",d.liveFired=o,a.event.trigger(d,c,i)};a.event.special.change={filters:{focusout:q,beforedeactivate:q,click:function(d){var c=d.target,i=a.nodeName(c,"input")?c.type:"";(i==="radio"||i==="checkbox"||a.nodeName(c,"select"))&&q.call(this,d)},keydown:function(d){var c=d.target,i=a.nodeName(c,"input")?c.type:"";(d.keyCode===13&&!a.nodeName(c,
"textarea")||d.keyCode===32&&(i==="checkbox"||i==="radio")||i==="select-multiple")&&q.call(this,d)},beforeactivate:function(d){d=d.target;a._data(d,"_change_data",n(d))}},setup:function(){if(this.type==="file")return!1;for(var d in l)a.event.add(this,d+".specialChange",l[d]);return k.test(this.nodeName)},teardown:function(){a.event.remove(this,".specialChange");return k.test(this.nodeName)}};l=a.event.special.change.filters;l.focus=l.beforeactivate}a.support.focusinBubbles||a.each({focus:"focusin",
blur:"focusout"},function(d,c){function i(i){var d=a.event.fix(i);d.type=c;d.originalEvent={};a.event.trigger(d,null,d.target);d.isDefaultPrevented()&&i.preventDefault()}var b=0;a.event.special[c]={setup:function(){b++===0&&r.addEventListener(d,i,!0)},teardown:function(){--b===0&&r.removeEventListener(d,i,!0)}}});a.each(["bind","one"],function(d,c){a.fn[c]=function(i,d,b){var e;if(typeof i==="object"){for(var w in i)this[c](w,d,i[w],b);return this}if(arguments.length===2||d===!1)b=d,d=o;c==="one"?
(e=function(c){a(this).unbind(c,e);return b.apply(this,arguments)},e.guid=b.guid||a.guid++):e=b;if(i==="unload"&&c!=="one")this.one(i,d,b);else{w=0;for(var h=this.length;w<h;w++)a.event.add(this[w],i,e,d)}return this}});a.fn.extend({unbind:function(d,c){if(typeof d==="object"&&!d.preventDefault)for(var i in d)this.unbind(i,d[i]);else{i=0;for(var b=this.length;i<b;i++)a.event.remove(this[i],d,c)}return this},delegate:function(a,c,i,b){return this.live(c,i,b,a)},undelegate:function(a,c,i){return arguments.length===
0?this.unbind("live"):this.die(c,null,i,a)},trigger:function(d,c){return this.each(function(){a.event.trigger(d,c,this)})},triggerHandler:function(d,c){if(this[0])return a.event.trigger(d,c,this[0],!0)},toggle:function(d){var c=arguments,i=d.guid||a.guid++,b=0,e=function(i){var e=(a.data(this,"lastToggle"+d.guid)||0)%b;a.data(this,"lastToggle"+d.guid,e+1);i.preventDefault();return c[e].apply(this,arguments)||!1};for(e.guid=i;b<c.length;)c[b++].guid=i;return this.click(e)},hover:function(a,c){return this.mouseenter(a).mouseleave(c||
a)}});var v={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};a.each(["live","die"],function(d,c){a.fn[c]=function(i,d,e,j){var w=0,h,f,l=j||this.selector,g=j?this:a(this.context);if(typeof i==="object"&&!i.preventDefault){for(h in i)g[c](h,d,i[h],l);return this}if(c==="die"&&!i&&j&&j.charAt(0)===".")return g.unbind(j),this;if(d===!1||a.isFunction(d))e=d||b,d=o;for(i=(i||"").split(" ");(j=i[w++])!=null;)if(h=u.exec(j),f="",h&&(f=h[0],j=j.replace(u,"")),j==="hover")i.push("mouseenter"+
f,"mouseleave"+f);else if(h=j,v[j]?(i.push(v[j]+f),j+=f):j=(v[j]||j)+f,c==="live"){f=0;for(var n=g.length;f<n;f++)a.event.add(g[f],"live."+m(j,l),{data:d,selector:l,handler:e,origType:j,origHandler:e,preType:h})}else g.unbind("live."+m(j,l),e);return this}});a.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),function(d,c){a.fn[c]=function(a,d){d==
null&&(d=a,a=null);return arguments.length>0?this.bind(c,a,d):this.trigger(c)};a.attrFn&&(a.attrFn[c]=!0)})})(C);(function(){function a(c,a,d,b,e,w){for(var e=0,h=b.length;e<h;e++){var f=b[e];if(f){for(var l=!1,f=f[c];f;){if(f.sizcache===d){l=b[f.sizset];break}if(f.nodeType===1&&!w)f.sizcache=d,f.sizset=e;if(f.nodeName.toLowerCase()===a){l=f;break}f=f[c]}b[e]=l}}}function b(c,a,d,b,j,h){for(var j=0,f=b.length;j<f;j++){var l=b[j];if(l){for(var g=!1,l=l[c];l;){if(l.sizcache===d){g=b[l.sizset];break}if(l.nodeType===
1){if(!h)l.sizcache=d,l.sizset=j;if(typeof a!=="string"){if(l===a){g=!0;break}}else if(e.filter(a,[l]).length>0){g=l;break}}l=l[c]}b[j]=g}}}var p=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,g=0,t=Object.prototype.toString,m=!1,u=!0,k=/\\/g,z=/\W/;[0,0].sort(function(){u=!1;return 0});var e=function(c,a,b,x){var b=b||[],j=a=a||r;if(a.nodeType!==1&&a.nodeType!==9)return[];if(!c||typeof c!=="string")return b;var f,
g,n,k,q,v=!0,o=e.isXML(a),m=[],y=c;do if(p.exec(""),f=p.exec(y))if(y=f[3],m.push(f[1]),f[2]){k=f[3];break}while(f);if(m.length>1&&s.exec(c))if(m.length===2&&h.relative[m[0]])g=d(m[0]+m[1],a);else for(g=h.relative[m[0]]?[a]:e(m.shift(),a);m.length;)c=m.shift(),h.relative[c]&&(c+=m.shift()),g=d(c,g);else if(!x&&m.length>1&&a.nodeType===9&&!o&&h.match.ID.test(m[0])&&!h.match.ID.test(m[m.length-1])&&(f=e.find(m.shift(),a,o),a=f.expr?e.filter(f.expr,f.set)[0]:f.set[0]),a){f=x?{expr:m.pop(),set:l(x)}:e.find(m.pop(),
m.length===1&&(m[0]==="~"||m[0]==="+")&&a.parentNode?a.parentNode:a,o);g=f.expr?e.filter(f.expr,f.set):f.set;for(m.length>0?n=l(g):v=!1;m.length;)f=q=m.pop(),h.relative[q]?f=m.pop():q="",f==null&&(f=a),h.relative[q](n,f,o)}else n=[];n||(n=g);n||e.error(q||c);if(t.call(n)==="[object Array]")if(v)if(a&&a.nodeType===1)for(c=0;n[c]!=null;c++)n[c]&&(n[c]===!0||n[c].nodeType===1&&e.contains(a,n[c]))&&b.push(g[c]);else for(c=0;n[c]!=null;c++)n[c]&&n[c].nodeType===1&&b.push(g[c]);else b.push.apply(b,n);else l(n,
b);k&&(e(k,j,b,x),e.uniqueSort(b));return b};e.uniqueSort=function(c){if(q&&(m=u,c.sort(q),m))for(var a=1;a<c.length;a++)c[a]===c[a-1]&&c.splice(a--,1);return c};e.matches=function(c,a){return e(c,null,null,a)};e.matchesSelector=function(c,a){return e(a,null,null,[c]).length>0};e.find=function(c,a,d){var b;if(!c)return[];for(var e=0,f=h.order.length;e<f;e++){var l,g=h.order[e];if(l=h.leftMatch[g].exec(c)){var n=l[1];l.splice(1,1);if(n.substr(n.length-1)!=="\\"&&(l[1]=(l[1]||"").replace(k,""),b=h.find[g](l,
a,d),b!=null)){c=c.replace(h.match[g],"");break}}}b||(b=typeof a.getElementsByTagName!=="undefined"?a.getElementsByTagName("*"):[]);return{set:b,expr:c}};e.filter=function(c,a,d,b){for(var j,f,l=c,g=[],n=a,k=a&&a[0]&&e.isXML(a[0]);c&&a.length;){for(var s in h.filter)if((j=h.leftMatch[s].exec(c))!=null&&j[2]){var m,q,v=h.filter[s];q=j[1];f=!1;j.splice(1,1);if(q.substr(q.length-1)!=="\\"){n===g&&(g=[]);if(h.preFilter[s])if(j=h.preFilter[s](j,n,d,g,b,k)){if(j===!0)continue}else f=m=!0;if(j)for(var p=
0;(q=n[p])!=null;p++)if(q){m=v(q,j,p,n);var r=b^!!m;d&&m!=null?r?f=!0:n[p]=!1:r&&(g.push(q),f=!0)}if(m!==o){d||(n=g);c=c.replace(h.match[s],"");if(!f)return[];break}}}if(c===l)if(f==null)e.error(c);else break;l=c}return n};e.error=function(c){throw"Syntax error, unrecognized expression: "+c;};var h=e.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(?:(['"])(.*?)\3|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/,
TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(c){return c.getAttribute("href")},type:function(c){return c.getAttribute("type")}},relative:{"+":function(c,a){var d=
typeof a==="string",b=d&&!z.test(a),d=d&&!b;b&&(a=a.toLowerCase());for(var b=0,j=c.length,f;b<j;b++)if(f=c[b]){for(;(f=f.previousSibling)&&f.nodeType!==1;);c[b]=d||f&&f.nodeName.toLowerCase()===a?f||!1:f===a}d&&e.filter(a,c,!0)},">":function(c,a){var d,b=typeof a==="string",j=0,f=c.length;if(b&&!z.test(a))for(a=a.toLowerCase();j<f;j++){if(d=c[j])d=d.parentNode,c[j]=d.nodeName.toLowerCase()===a?d:!1}else{for(;j<f;j++)(d=c[j])&&(c[j]=b?d.parentNode:d.parentNode===a);b&&e.filter(a,c,!0)}},"":function(c,
d,e){var f,j=g++,h=b;typeof d==="string"&&!z.test(d)&&(f=d=d.toLowerCase(),h=a);h("parentNode",d,j,c,f,e)},"~":function(c,d,e){var f,j=g++,h=b;typeof d==="string"&&!z.test(d)&&(f=d=d.toLowerCase(),h=a);h("previousSibling",d,j,c,f,e)}},find:{ID:function(c,a,d){if(typeof a.getElementById!=="undefined"&&!d)return(c=a.getElementById(c[1]))&&c.parentNode?[c]:[]},NAME:function(c,a){if(typeof a.getElementsByName!=="undefined"){for(var d=[],b=a.getElementsByName(c[1]),e=0,f=b.length;e<f;e++)b[e].getAttribute("name")===
c[1]&&d.push(b[e]);return d.length===0?null:d}},TAG:function(c,a){if(typeof a.getElementsByTagName!=="undefined")return a.getElementsByTagName(c[1])}},preFilter:{CLASS:function(c,a,d,b,e,f){c=" "+c[1].replace(k,"")+" ";if(f)return c;for(var f=0,h;(h=a[f])!=null;f++)h&&(e^(h.className&&(" "+h.className+" ").replace(/[\t\n\r]/g," ").indexOf(c)>=0)?d||b.push(h):d&&(a[f]=!1));return!1},ID:function(c){return c[1].replace(k,"")},TAG:function(c){return c[1].replace(k,"").toLowerCase()},CHILD:function(c){if(c[1]===
"nth"){c[2]||e.error(c[0]);c[2]=c[2].replace(/^\+|\s*/g,"");var a=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(c[2]==="even"&&"2n"||c[2]==="odd"&&"2n+1"||!/\D/.test(c[2])&&"0n+"+c[2]||c[2]);c[2]=a[1]+(a[2]||1)-0;c[3]=a[3]-0}else c[2]&&e.error(c[0]);c[0]=g++;return c},ATTR:function(c,a,d,b,e,f){a=c[1]=c[1].replace(k,"");!f&&h.attrMap[a]&&(c[1]=h.attrMap[a]);c[4]=(c[4]||c[5]||"").replace(k,"");c[2]==="~="&&(c[4]=" "+c[4]+" ");return c},PSEUDO:function(c,a,d,b,j){if(c[1]==="not")if((p.exec(c[3])||"").length>1||
/^\w/.test(c[3]))c[3]=e(c[3],null,null,a);else return c=e.filter(c[3],a,d,1^j),d||b.push.apply(b,c),!1;else if(h.match.POS.test(c[0])||h.match.CHILD.test(c[0]))return!0;return c},POS:function(c){c.unshift(!0);return c}},filters:{enabled:function(c){return c.disabled===!1&&c.type!=="hidden"},disabled:function(c){return c.disabled===!0},checked:function(c){return c.checked===!0},selected:function(c){return c.selected===!0},parent:function(c){return!!c.firstChild},empty:function(c){return!c.firstChild},
has:function(c,a,d){return!!e(d[3],c).length},header:function(c){return/h\d/i.test(c.nodeName)},text:function(c){var a=c.getAttribute("type"),d=c.type;return c.nodeName.toLowerCase()==="input"&&"text"===d&&(a===d||a===null)},radio:function(c){return c.nodeName.toLowerCase()==="input"&&"radio"===c.type},checkbox:function(c){return c.nodeName.toLowerCase()==="input"&&"checkbox"===c.type},file:function(c){return c.nodeName.toLowerCase()==="input"&&"file"===c.type},password:function(c){return c.nodeName.toLowerCase()===
"input"&&"password"===c.type},submit:function(c){var a=c.nodeName.toLowerCase();return(a==="input"||a==="button")&&"submit"===c.type},image:function(c){return c.nodeName.toLowerCase()==="input"&&"image"===c.type},reset:function(c){var a=c.nodeName.toLowerCase();return(a==="input"||a==="button")&&"reset"===c.type},button:function(c){var a=c.nodeName.toLowerCase();return a==="input"&&"button"===c.type||a==="button"},input:function(c){return/input|select|textarea|button/i.test(c.nodeName)},focus:function(c){return c===
c.ownerDocument.activeElement}},setFilters:{first:function(c,a){return a===0},last:function(c,a,d,b){return a===b.length-1},even:function(c,a){return a%2===0},odd:function(c,a){return a%2===1},lt:function(c,a,d){return a<d[3]-0},gt:function(c,a,d){return a>d[3]-0},nth:function(c,a,d){return d[3]-0===a},eq:function(c,a,d){return d[3]-0===a}},filter:{PSEUDO:function(c,a,d,b){var j=a[1],f=h.filters[j];if(f)return f(c,d,a,b);else if(j==="contains")return(c.textContent||c.innerText||e.getText([c])||"").indexOf(a[3])>=
0;else if(j==="not"){a=a[3];d=0;for(b=a.length;d<b;d++)if(a[d]===c)return!1;return!0}else e.error(j)},CHILD:function(a,d){var b=d[1],e=a;switch(b){case "only":case "first":for(;e=e.previousSibling;)if(e.nodeType===1)return!1;if(b==="first")return!0;e=a;case "last":for(;e=e.nextSibling;)if(e.nodeType===1)return!1;return!0;case "nth":var b=d[2],j=d[3];if(b===1&&j===0)return!0;var f=d[0],h=a.parentNode;if(h&&(h.sizcache!==f||!a.nodeIndex)){for(var l=0,e=h.firstChild;e;e=e.nextSibling)if(e.nodeType===
1)e.nodeIndex=++l;h.sizcache=f}e=a.nodeIndex-j;return b===0?e===0:e%b===0&&e/b>=0}},ID:function(a,d){return a.nodeType===1&&a.getAttribute("id")===d},TAG:function(a,d){return d==="*"&&a.nodeType===1||a.nodeName.toLowerCase()===d},CLASS:function(a,d){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(d)>-1},ATTR:function(a,d){var b=d[1],b=h.attrHandle[b]?h.attrHandle[b](a):a[b]!=null?a[b]:a.getAttribute(b),e=b+"",j=d[2],f=d[4];return b==null?j==="!=":j==="="?e===f:j==="*="?e.indexOf(f)>=
0:j==="~="?(" "+e+" ").indexOf(f)>=0:!f?e&&b!==!1:j==="!="?e!==f:j==="^="?e.indexOf(f)===0:j==="$="?e.substr(e.length-f.length)===f:j==="|="?e===f||e.substr(0,f.length+1)===f+"-":!1},POS:function(a,d,b,e){var f=h.setFilters[d[2]];if(f)return f(a,b,d,e)}}},s=h.match.POS,f=function(a,d){return"\\"+(d-0+1)},y;for(y in h.match)h.match[y]=RegExp(h.match[y].source+/(?![^\[]*\])(?![^\(]*\))/.source),h.leftMatch[y]=RegExp(/(^(?:.|\r|\n)*?)/.source+h.match[y].source.replace(/\\(\d+)/g,f));var l=function(a,
d){a=Array.prototype.slice.call(a,0);return d?(d.push.apply(d,a),d):a};try{Array.prototype.slice.call(r.documentElement.childNodes,0)}catch(n){l=function(a,d){var b=0,e=d||[];if(t.call(a)==="[object Array]")Array.prototype.push.apply(e,a);else if(typeof a.length==="number")for(var f=a.length;b<f;b++)e.push(a[b]);else for(;a[b];b++)e.push(a[b]);return e}}var q,v;r.documentElement.compareDocumentPosition?q=function(a,d){return a===d?(m=!0,0):!a.compareDocumentPosition||!d.compareDocumentPosition?a.compareDocumentPosition?
-1:1:a.compareDocumentPosition(d)&4?-1:1}:(q=function(a,d){if(a===d)return m=!0,0;else if(a.sourceIndex&&d.sourceIndex)return a.sourceIndex-d.sourceIndex;var b,e,f=[],h=[];b=a.parentNode;e=d.parentNode;var l=b;if(b===e)return v(a,d);else if(b){if(!e)return 1}else return-1;for(;l;)f.unshift(l),l=l.parentNode;for(l=e;l;)h.unshift(l),l=l.parentNode;b=f.length;e=h.length;for(l=0;l<b&&l<e;l++)if(f[l]!==h[l])return v(f[l],h[l]);return l===b?v(a,h[l],-1):v(f[l],d,1)},v=function(a,d,b){if(a===d)return b;
for(a=a.nextSibling;a;){if(a===d)return-1;a=a.nextSibling}return 1});e.getText=function(a){for(var d="",b,f=0;a[f];f++)b=a[f],b.nodeType===3||b.nodeType===4?d+=b.nodeValue:b.nodeType!==8&&(d+=e.getText(b.childNodes));return d};(function(){var a=r.createElement("div"),d="script"+(new Date).getTime(),b=r.documentElement;a.innerHTML="<a name='"+d+"'/>";b.insertBefore(a,b.firstChild);if(r.getElementById(d))h.find.ID=function(a,c,d){if(typeof c.getElementById!=="undefined"&&!d)return(c=c.getElementById(a[1]))?
c.id===a[1]||typeof c.getAttributeNode!=="undefined"&&c.getAttributeNode("id").nodeValue===a[1]?[c]:o:[]},h.filter.ID=function(a,c){var d=typeof a.getAttributeNode!=="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&d&&d.nodeValue===c};b.removeChild(a);b=a=null})();(function(){var a=r.createElement("div");a.appendChild(r.createComment(""));if(a.getElementsByTagName("*").length>0)h.find.TAG=function(a,c){var d=c.getElementsByTagName(a[1]);if(a[1]==="*"){for(var b=[],e=0;d[e];e++)d[e].nodeType===
1&&b.push(d[e]);d=b}return d};a.innerHTML="<a href='#'></a>";if(a.firstChild&&typeof a.firstChild.getAttribute!=="undefined"&&a.firstChild.getAttribute("href")!=="#")h.attrHandle.href=function(a){return a.getAttribute("href",2)};a=null})();r.querySelectorAll&&function(){var a=e,d=r.createElement("div");d.innerHTML="<p class='TEST'></p>";if(!(d.querySelectorAll&&d.querySelectorAll(".TEST").length===0)){e=function(d,b,f,i){b=b||r;if(!i&&!e.isXML(b)){var g=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(d);
if(g&&(b.nodeType===1||b.nodeType===9))if(g[1])return l(b.getElementsByTagName(d),f);else if(g[2]&&h.find.CLASS&&b.getElementsByClassName)return l(b.getElementsByClassName(g[2]),f);if(b.nodeType===9){if(d==="body"&&b.body)return l([b.body],f);else if(g&&g[3]){var n=b.getElementById(g[3]);if(n&&n.parentNode){if(n.id===g[3])return l([n],f)}else return l([],f)}try{return l(b.querySelectorAll(d),f)}catch(k){}}else if(b.nodeType===1&&b.nodeName.toLowerCase()!=="object"){var g=b,s=(n=b.getAttribute("id"))||
"__sizzle__",q=b.parentNode,m=/^\s*[+~]/.test(d);n?s=s.replace(/'/g,"\\$&"):b.setAttribute("id",s);if(m&&q)b=b.parentNode;try{if(!m||q)return l(b.querySelectorAll("[id='"+s+"'] "+d),f)}catch(v){}finally{n||g.removeAttribute("id")}}}return a(d,b,f,i)};for(var b in a)e[b]=a[b];d=null}}();(function(){var a=r.documentElement,d=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(d){var b=!d.call(r.createElement("div"),"div"),f=!1;try{d.call(r.documentElement,"[test!='']:sizzle")}catch(j){f=
!0}e.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!e.isXML(a))try{if(f||!h.match.PSEUDO.test(c)&&!/!=/.test(c)){var j=d.call(a,c);if(j||!b||a.document&&a.document.nodeType!==11)return j}}catch(l){}return e(c,null,null,[a]).length>0}}})();(function(){var a=r.createElement("div");a.innerHTML="<div class='test e'></div><div class='test'></div>";if(a.getElementsByClassName&&a.getElementsByClassName("e").length!==0&&(a.lastChild.className="e",a.getElementsByClassName("e").length!==
1))h.order.splice(1,0,"CLASS"),h.find.CLASS=function(a,c,d){if(typeof c.getElementsByClassName!=="undefined"&&!d)return c.getElementsByClassName(a[1])},a=null})();e.contains=r.documentElement.contains?function(a,d){return a!==d&&(a.contains?a.contains(d):!0)}:r.documentElement.compareDocumentPosition?function(a,d){return!!(a.compareDocumentPosition(d)&16)}:function(){return!1};e.isXML=function(a){return(a=(a?a.ownerDocument||a:0).documentElement)?a.nodeName!=="HTML":!1};var d=function(a,d){for(var b,
f=[],j="",l=d.nodeType?[d]:d;b=h.match.PSEUDO.exec(a);)j+=b[0],a=a.replace(h.match.PSEUDO,"");a=h.relative[a]?a+"*":a;b=0;for(var g=l.length;b<g;b++)e(a,l[b],f);return e.filter(j,f)};C.find=e;C.expr=e.selectors;C.expr[":"]=C.expr.filters;C.unique=e.uniqueSort;C.text=e.getText;C.isXMLDoc=e.isXML;C.contains=e.contains})();(function(a){function b(b,h,g){h=h||0;if(a.isFunction(h))return a.grep(b,function(a,b){return!!h.call(a,b,a)===g});else if(h.nodeType)return a.grep(b,function(a){return a===h===g});
else if(typeof h==="string"){var f=a.grep(b,function(a){return a.nodeType===1});if(m.test(h))return a.filter(h,f,!g);else h=a.filter(h,f)}return a.grep(b,function(b){return a.inArray(b,h)>=0===g})}var p=/Until$/,g=/^(?:parents|prevUntil|prevAll)/,r=/,/,m=/^.[^:#\[\.,]*$/,u=Array.prototype.slice,k=a.expr.match.POS,z={children:!0,contents:!0,next:!0,prev:!0};a.fn.extend({find:function(b){var h=this,g,f;if(typeof b!=="string")return a(b).filter(function(){for(g=0,f=h.length;g<f;g++)if(a.contains(h[g],
this))return!0});var k=this.pushStack("","find",b),l,n,q;for(g=0,f=this.length;g<f;g++)if(l=k.length,a.find(b,this[g],k),g>0)for(n=l;n<k.length;n++)for(q=0;q<l;q++)if(k[q]===k[n]){k.splice(n--,1);break}return k},has:function(b){var h=a(b);return this.filter(function(){for(var b=0,e=h.length;b<e;b++)if(a.contains(this,h[b]))return!0})},not:function(a){return this.pushStack(b(this,a,!1),"not",a)},filter:function(a){return this.pushStack(b(this,a,!0),"filter",a)},is:function(b){return!!b&&(typeof b===
"string"?a.filter(b,this).length>0:this.filter(b).length>0)},closest:function(b,h){var g=[],f,m,l=this[0];if(a.isArray(b)){var n,q={},v=1;if(l&&b.length){for(f=0,m=b.length;f<m;f++)n=b[f],q[n]||(q[n]=k.test(n)?a(n,h||this.context):n);for(;l&&l.ownerDocument&&l!==h;){for(n in q)f=q[n],(f.jquery?f.index(l)>-1:a(l).is(f))&&g.push({selector:n,elem:l,level:v});l=l.parentNode;v++}}return g}n=k.test(b)||typeof b!=="string"?a(b,h||this.context):0;for(f=0,m=this.length;f<m;f++)for(l=this[f];l;)if(n?n.index(l)>
-1:a.find.matchesSelector(l,b)){g.push(l);break}else if(l=l.parentNode,!l||!l.ownerDocument||l===h||l.nodeType===11)break;g=g.length>1?a.unique(g):g;return this.pushStack(g,"closest",b)},index:function(b){return!b?this[0]&&this[0].parentNode?this.prevAll().length:-1:typeof b==="string"?a.inArray(this[0],a(b)):a.inArray(b.jquery?b[0]:b,this)},add:function(b,h){var g=typeof b==="string"?a(b,h):a.makeArray(b&&b.nodeType?[b]:b),f=a.merge(this.get(),g);return this.pushStack(!g[0]||!g[0].parentNode||g[0].parentNode.nodeType===
11||!f[0]||!f[0].parentNode||f[0].parentNode.nodeType===11?f:a.unique(f))},andSelf:function(){return this.add(this.prevObject)}});a.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(b){return a.dir(b,"parentNode")},parentsUntil:function(b,h,g){return a.dir(b,"parentNode",g)},next:function(b){return a.nth(b,2,"nextSibling")},prev:function(b){return a.nth(b,2,"previousSibling")},nextAll:function(b){return a.dir(b,"nextSibling")},prevAll:function(b){return a.dir(b,
"previousSibling")},nextUntil:function(b,h,g){return a.dir(b,"nextSibling",g)},prevUntil:function(b,h,g){return a.dir(b,"previousSibling",g)},siblings:function(b){return a.sibling(b.parentNode.firstChild,b)},children:function(b){return a.sibling(b.firstChild)},contents:function(b){return a.nodeName(b,"iframe")?b.contentDocument||b.contentWindow.document:a.makeArray(b.childNodes)}},function(b,h){a.fn[b]=function(k,f){var m=a.map(this,h,k),l=u.call(arguments);p.test(b)||(f=k);f&&typeof f==="string"&&
(m=a.filter(f,m));m=this.length>1&&!z[b]?a.unique(m):m;if((this.length>1||r.test(f))&&g.test(b))m=m.reverse();return this.pushStack(m,b,l.join(","))}});a.extend({filter:function(b,h,g){g&&(b=":not("+b+")");return h.length===1?a.find.matchesSelector(h[0],b)?[h[0]]:[]:a.find.matches(b,h)},dir:function(b,g,m){for(var f=[],b=b[g];b&&b.nodeType!==9&&(m===o||b.nodeType!==1||!a(b).is(m));)b.nodeType===1&&f.push(b),b=b[g];return f},nth:function(a,b,g){for(var b=b||1,f=0;a;a=a[g])if(a.nodeType===1&&++f===
b)break;return a},sibling:function(a,b){for(var g=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&g.push(a);return g}})})(C);(function(a){function b(b,c){if(c.nodeType===1&&a.hasData(b)){var e=a.expando,f=a.data(b),g=a.data(c,f);if(f=f[e]){var j=f.events,g=g[e]=a.extend({},f);if(j){delete g.handle;g.events={};for(var h in j){e=0;for(f=j[h].length;e<f;e++)a.event.add(c,h+(j[h][e].namespace?".":"")+j[h][e].namespace,j[h][e],j[h][e].data)}}}}}function p(b,c){var e;if(c.nodeType===1){c.clearAttributes&&c.clearAttributes();
c.mergeAttributes&&c.mergeAttributes(b);e=c.nodeName.toLowerCase();if(e==="object")c.outerHTML=b.outerHTML;else if(e==="input"&&(b.type==="checkbox"||b.type==="radio")){if(b.checked)c.defaultChecked=c.checked=b.checked;if(c.value!==b.value)c.value=b.value}else if(e==="option")c.selected=b.defaultSelected;else if(e==="input"||e==="textarea")c.defaultValue=b.defaultValue;c.removeAttribute(a.expando)}}function g(a){return"getElementsByTagName"in a?a.getElementsByTagName("*"):"querySelectorAll"in a?a.querySelectorAll("*"):
[]}function t(a){if(a.type==="checkbox"||a.type==="radio")a.defaultChecked=a.checked}function m(b){a.nodeName(b,"input")?t(b):"getElementsByTagName"in b&&a.grep(b.getElementsByTagName("input"),t)}function u(b,c){c.src?a.ajax({url:c.src,async:!1,dataType:"script"}):a.globalEval((c.text||c.textContent||c.innerHTML||"").replace(q,"/*$0*/"));c.parentNode&&c.parentNode.removeChild(c)}var k=/ jQuery\d+="(?:\d+|null)"/g,z=/^\s+/,e=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,
h=/<([\w:]+)/,s=/<tbody/i,f=/<|&#?\w+;/,y=/<(?:script|object|embed|option|style)/i,l=/checked\s*(?:[^=]|=\s*.checked.)/i,n=/\/(java|ecma)script/i,q=/^\s*<!(?:\[CDATA\[|\-\-)/,v={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",
""]};v.optgroup=v.option;v.tbody=v.tfoot=v.colgroup=v.caption=v.thead;v.th=v.td;if(!a.support.htmlSerialize)v._default=[1,"div<div>","</div>"];a.fn.extend({text:function(b){return a.isFunction(b)?this.each(function(c){var e=a(this);e.text(b.call(this,c,e.text()))}):typeof b!=="object"&&b!==o?this.empty().append((this[0]&&this[0].ownerDocument||r).createTextNode(b)):a.text(this)},wrapAll:function(b){if(a.isFunction(b))return this.each(function(c){a(this).wrapAll(b.call(this,c))});if(this[0]){var c=
a(b,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&c.insertBefore(this[0]);c.map(function(){for(var a=this;a.firstChild&&a.firstChild.nodeType===1;)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(b){return a.isFunction(b)?this.each(function(c){a(this).wrapInner(b.call(this,c))}):this.each(function(){var c=a(this),e=c.contents();e.length?e.wrapAll(b):c.append(b)})},wrap:function(b){return this.each(function(){a(this).wrapAll(b)})},unwrap:function(){return this.parent().each(function(){a.nodeName(this,
"body")||a(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});else if(arguments.length){var b=a(arguments[0]);b.push.apply(b,this.toArray());return this.pushStack(b,
"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});else if(arguments.length){var b=this.pushStack(this,"after",arguments);b.push.apply(b,a(arguments[0]).toArray());return b}},remove:function(b,c){for(var e=0,f;(f=this[e])!=null;e++)if(!b||a.filter(b,[f]).length)!c&&f.nodeType===1&&(a.cleanData(f.getElementsByTagName("*")),a.cleanData([f])),f.parentNode&&f.parentNode.removeChild(f);return this},
empty:function(){for(var b=0,c;(c=this[b])!=null;b++)for(c.nodeType===1&&a.cleanData(c.getElementsByTagName("*"));c.firstChild;)c.removeChild(c.firstChild);return this},clone:function(b,c){b=b==null?!1:b;c=c==null?b:c;return this.map(function(){return a.clone(this,b,c)})},html:function(b){if(b===o)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(k,""):null;else if(typeof b==="string"&&!y.test(b)&&(a.support.leadingWhitespace||!z.test(b))&&!v[(h.exec(b)||["",""])[1].toLowerCase()]){b=
b.replace(e,"<$1></$2>");try{for(var c=0,f=this.length;c<f;c++)if(this[c].nodeType===1)a.cleanData(this[c].getElementsByTagName("*")),this[c].innerHTML=b}catch(g){this.empty().append(b)}}else a.isFunction(b)?this.each(function(c){var e=a(this);e.html(b.call(this,c,e.html()))}):this.empty().append(b);return this},replaceWith:function(b){if(this[0]&&this[0].parentNode){if(a.isFunction(b))return this.each(function(c){var e=a(this),f=e.html();e.replaceWith(b.call(this,c,f))});typeof b!=="string"&&(b=
a(b).detach());return this.each(function(){var c=this.nextSibling,e=this.parentNode;a(this).remove();c?a(c).before(b):a(e).append(b)})}else return this.length?this.pushStack(a(a.isFunction(b)?b():b),"replaceWith",b):this},detach:function(a){return this.remove(a,!0)},domManip:function(b,c,e){var f,g,h,n=b[0],m=[];if(!a.support.checkClone&&arguments.length===3&&typeof n==="string"&&l.test(n))return this.each(function(){a(this).domManip(b,c,e,!0)});if(a.isFunction(n))return this.each(function(f){var g=
a(this);b[0]=n.call(this,f,c?g.html():o);g.domManip(b,c,e)});if(this[0]){f=n&&n.parentNode;f=a.support.parentNode&&f&&f.nodeType===11&&f.childNodes.length===this.length?{fragment:f}:a.buildFragment(b,this,m);h=f.fragment;if(g=h.childNodes.length===1?h=h.firstChild:h.firstChild){c=c&&a.nodeName(g,"tr");g=0;for(var k=this.length,q=k-1;g<k;g++)e.call(c?a.nodeName(this[g],"table")?this[g].getElementsByTagName("tbody")[0]||this[g].appendChild(this[g].ownerDocument.createElement("tbody")):this[g]:this[g],
f.cacheable||k>1&&g<q?a.clone(h,!0,!0):h)}m.length&&a.each(m,u)}return this}});a.buildFragment=function(b,c,e){var f,g,h,n;c&&c[0]&&(n=c[0].ownerDocument||c[0]);n.createDocumentFragment||(n=r);if(b.length===1&&typeof b[0]==="string"&&b[0].length<512&&n===r&&b[0].charAt(0)==="<"&&!y.test(b[0])&&(a.support.checkClone||!l.test(b[0])))g=!0,(h=a.fragments[b[0]])&&h!==1&&(f=h);f||(f=n.createDocumentFragment(),a.clean(b,n,f,e));g&&(a.fragments[b[0]]=h?f:1);return{fragment:f,cacheable:g}};a.fragments={};
a.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(b,c){a.fn[b]=function(e){var f=[],e=a(e),g=this.length===1&&this[0].parentNode;if(g&&g.nodeType===11&&g.childNodes.length===1&&e.length===1)return e[c](this[0]),this;else{for(var g=0,h=e.length;g<h;g++){var l=(g>0?this.clone(!0):this).get();a(e[g])[c](l);f=f.concat(l)}return this.pushStack(f,b,e.selector)}}});a.extend({clone:function(d,c,e){var f=d.cloneNode(!0),h,l,n;if((!a.support.noCloneEvent||
!a.support.noCloneChecked)&&(d.nodeType===1||d.nodeType===11)&&!a.isXMLDoc(d)){p(d,f);h=g(d);l=g(f);for(n=0;h[n];++n)l[n]&&p(h[n],l[n])}if(c&&(b(d,f),e)){h=g(d);l=g(f);for(n=0;h[n];++n)b(h[n],l[n])}return f},clean:function(b,c,g,l){c=c||r;typeof c.createElement==="undefined"&&(c=c.ownerDocument||c[0]&&c[0].ownerDocument||r);for(var k=[],j,q=0,o;(o=b[q])!=null;q++)if(typeof o==="number"&&(o+=""),o){if(typeof o==="string")if(f.test(o)){o=o.replace(e,"<$1></$2>");j=(h.exec(o)||["",""])[1].toLowerCase();
var p=v[j]||v._default,t=p[0],u=c.createElement("div");for(u.innerHTML=p[1]+o+p[2];t--;)u=u.lastChild;if(!a.support.tbody){t=s.test(o);p=j==="table"&&!t?u.firstChild&&u.firstChild.childNodes:p[1]==="<table>"&&!t?u.childNodes:[];for(j=p.length-1;j>=0;--j)a.nodeName(p[j],"tbody")&&!p[j].childNodes.length&&p[j].parentNode.removeChild(p[j])}!a.support.leadingWhitespace&&z.test(o)&&u.insertBefore(c.createTextNode(z.exec(o)[0]),u.firstChild);o=u.childNodes}else o=c.createTextNode(o);var y;if(!a.support.appendChecked)if(o[0]&&
typeof(y=o.length)==="number")for(j=0;j<y;j++)m(o[j]);else m(o);o.nodeType?k.push(o):k=a.merge(k,o)}if(g){b=function(a){return!a.type||n.test(a.type)};for(q=0;k[q];q++)l&&a.nodeName(k[q],"script")&&(!k[q].type||k[q].type.toLowerCase()==="text/javascript")?l.push(k[q].parentNode?k[q].parentNode.removeChild(k[q]):k[q]):(k[q].nodeType===1&&(c=a.grep(k[q].getElementsByTagName("script"),b),k.splice.apply(k,[q+1,0].concat(c))),g.appendChild(k[q]))}return k},cleanData:function(b){for(var c,e,f=a.cache,g=
a.expando,h=a.event.special,l=a.support.deleteExpando,n=0,k;(k=b[n])!=null;n++)if(!k.nodeName||!a.noData[k.nodeName.toLowerCase()])if(e=k[a.expando]){if((c=f[e]&&f[e][g])&&c.events){for(var m in c.events)h[m]?a.event.remove(k,m):a.removeEvent(k,m,c.handle);if(c.handle)c.handle.elem=null}l?delete k[a.expando]:k.removeAttribute&&k.removeAttribute(a.expando);delete f[e]}}})})(C);(function(a){function b(b,f,g){var k=f==="width"?b.offsetWidth:b.offsetHeight,d=f==="width"?e:h;if(k>0)return g!=="border"&&
a.each(d,function(){g||(k-=parseFloat(a.css(b,"padding"+this))||0);g==="margin"?k+=parseFloat(a.css(b,g+this))||0:k-=parseFloat(a.css(b,"border"+this+"Width"))||0}),k+"px";k=s(b,f,f);if(k<0||k==null)k=b.style[f]||0;k=parseFloat(k)||0;g&&a.each(d,function(){k+=parseFloat(a.css(b,"padding"+this))||0;g!=="padding"&&(k+=parseFloat(a.css(b,"border"+this+"Width"))||0);g==="margin"&&(k+=parseFloat(a.css(b,g+this))||0)});return k+"px"}var p=/alpha\([^)]*\)/i,g=/opacity=([^)]*)/,t=/([A-Z]|^ms)/g,m=/^-?\d+(?:px)?$/i,
u=/^-?\d/,k=/^([\-+])=([\-+.\de]+)/,z={position:"absolute",visibility:"hidden",display:"block"},e=["Left","Right"],h=["Top","Bottom"],s,f,y;a.fn.css=function(b,e){return arguments.length===2&&e===o?this:a.access(this,b,e,!0,function(b,e,d){return d!==o?a.style(b,e,d):a.css(b,e)})};a.extend({cssHooks:{opacity:{get:function(a,b){if(b){var e=s(a,"opacity","opacity");return e===""?"1":e}else return a.style.opacity}}},cssNumber:{fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,
zIndex:!0,zoom:!0},cssProps:{"float":a.support.cssFloat?"cssFloat":"styleFloat"},style:function(b,e,f,g){if(b&&!(b.nodeType===3||b.nodeType===8||!b.style)){var d,c=a.camelCase(e),h=b.style,m=a.cssHooks[c],e=a.cssProps[c]||c;if(f!==o){g=typeof f;if(g==="string"&&(d=k.exec(f)))f=+(d[1]+1)*+d[2]+parseFloat(a.css(b,e)),g="number";if(!(f==null||g==="number"&&isNaN(f)))if(g==="number"&&!a.cssNumber[c]&&(f+="px"),!m||!("set"in m)||(f=m.set(b,f))!==o)try{h[e]=f}catch(p){}}else return m&&"get"in m&&(d=m.get(b,
!1,g))!==o?d:h[e]}},css:function(b,e,f){var g,d,e=a.camelCase(e);d=a.cssHooks[e];e=a.cssProps[e]||e;e==="cssFloat"&&(e="float");if(d&&"get"in d&&(g=d.get(b,!0,f))!==o)return g;else if(s)return s(b,e)},swap:function(a,b,e){var f={},d;for(d in b)f[d]=a.style[d],a.style[d]=b[d];e.call(a);for(d in b)a.style[d]=f[d]}});a.curCSS=a.css;a.each(["height","width"],function(e,f){a.cssHooks[f]={get:function(e,g,d){var c;if(g){if(e.offsetWidth!==0)return b(e,f,d);else a.swap(e,z,function(){c=b(e,f,d)});return c}},
set:function(a,b){if(m.test(b)){if(b=parseFloat(b),b>=0)return b+"px"}else return b}}});if(!a.support.opacity)a.cssHooks.opacity={get:function(a,b){return g.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(b,e){var f=b.style,g=b.currentStyle,d=a.isNaN(e)?"":"alpha(opacity="+e*100+")",c=g&&g.filter||f.filter||"";f.zoom=1;if(e>=1&&a.trim(c.replace(p,""))===""&&(f.removeAttribute("filter"),g&&!g.filter))return;f.filter=p.test(c)?c.replace(p,
d):c+" "+d}};a(function(){if(!a.support.reliableMarginRight)a.cssHooks.marginRight={get:function(b,e){var f;a.swap(b,{display:"inline-block"},function(){f=e?s(b,"margin-right","marginRight"):b.style.marginRight});return f}}});r.defaultView&&r.defaultView.getComputedStyle&&(f=function(b,e){var f,g,e=e.replace(t,"-$1").toLowerCase();if(!(g=b.ownerDocument.defaultView))return o;if(g=g.getComputedStyle(b,null))f=g.getPropertyValue(e),f===""&&!a.contains(b.ownerDocument.documentElement,b)&&(f=a.style(b,
e));return f});r.documentElement.currentStyle&&(y=function(a,b){var e,f=a.currentStyle&&a.currentStyle[b],d=a.runtimeStyle&&a.runtimeStyle[b],c=a.style;if(!m.test(f)&&u.test(f)){e=c.left;if(d)a.runtimeStyle.left=a.currentStyle.left;c.left=b==="fontSize"?"1em":f||0;f=c.pixelLeft+"px";c.left=e;if(d)a.runtimeStyle.left=d}return f===""?"auto":f});s=f||y;if(a.expr&&a.expr.filters)a.expr.filters.hidden=function(b){var e=b.offsetHeight;return b.offsetWidth===0&&e===0||!a.support.reliableHiddenOffsets&&(b.style.display||
a.css(b,"display"))==="none"},a.expr.filters.visible=function(b){return!a.expr.filters.hidden(b)}})(C);return C}(window);
var h=void 0,i=null;function aa(a,b){b=b===!0;if(!j)return!1;var c=i,d=[],e=[];k(a)?d.push(a):n(p(),function(a){t(a,"manual")&&d.push(a)});n(d,function(a){if(b||ba(a,!0))(c=ca(a,b))&&e.push(a)});da(e);ea();fa()}
function ga(a,b,c){ha=!0;j&&c!==!0&&v.e(document.location.href);a=String(a);b=String(b);if(b==="-1"){w[a]&&delete w[a];ia[a]&&delete ia[a];for(b=0;b<x.length;b++)x[b].h===a&&x.splice(b,1);ja()}else if((c=y(a))&&c.length>0){a:{for(var c=y(a),d=0;d<c.length;d++){var e=ka(c[d]);if(z(e,b)){c=c[d];break a}}c=""}A[a]=A[a]||{};A[a][c]=b;B("Distributor","Preferring variation partial "+b+" of section "+c+" of experiment "+a);a=la(a);a.length===1&&C(a[0],"api.bucketUser",!1,!0)}else C(b,"api.bucketUser",!1,
!0);ea()}function ma(){D=j=!1}function na(a,b){var c=[],d=b;E(b)&&(c=Array.prototype.slice.call(b,1,b.length),d=b[0]);var e=a[d];e?(B("API",'Called function "'+d+'"'),d!=="acknowledgePreviewMode"&&F(d,{type:"api"}),e.apply(i,c)):B("API",'Error for unknown function "'+d+'"');oa()}
function pa(){qa={};G={};ra={};n(H(),function(a){var b=I(a);qa[b]=a.split("_");var c=G,d;a:{var e=I(a);d=y(e);if(d.length===0){d=sa(e);for(e=0;e<d.length;e++)if(d[e]===a){d=e;break a}}else{for(var e=a.split("_"),f=[],g=0;g<d.length;g++)for(var l=ka(d[g]),o=0;o<l.length;o++)l[o]===e[g]&&f.push(o);if(f!==[]){d=f;break a}}d=-1}c[b]=d;ra[b]=ta(a)});ua(window.optimizely,{activeExperiments:va,allExperiments:wa(),all_experiments:wa(),variationIdsMap:qa,variationMap:G,variationNamesMap:ra,variation_map:G})}
function xa(a){if(!k(a))return!1;ya=Number(a)}function za(){Aa=!0}var qa={},G={},ra={};function z(a,b){for(var c=0;c<a.length;c++)if(b==a[c])return!0;return!1}function Ba(a){var b=a.length;if(b===0)return i;if(b===1)return 0;for(var c=0,d=0;d<b;d++)c+=a[d];c*=Math.random();for(d=0;d<b;d++){if(c<a[d])return d;c-=a[d]}return Math.floor(Math.random()*b)}function Ca(a,b){var c=Array.prototype.slice.call(arguments,1,arguments.length);return function(){var b=Array.prototype.slice.call(arguments,0,arguments.length);b.unshift.apply(b,c);return a.apply(this,b)}}
function n(a,b){var c=i;if(E(a))for(var d=a.length,e=0;e<d;++e){if(c=b.call(h,a[e],e),L(c))break}else for(d in a)if(Object.prototype.hasOwnProperty.call(a,d)&&(c=b.call(h,d,a[d]),L(c)))break;return c}function ua(a,b){n(b,function(b,d){a[b]=d})}function Da(a,b){return n(b,function(b){if(b===a)return!0})||!1}function E(a){return a&&typeof a==="object"&&a.length&&typeof a.length==="number"}function L(a){return typeof a!=="undefined"}
function k(a){return(typeof a==="number"||typeof a==="string")&&Number(a)==a}function Ea(a){Ea=Object.keys||function(a){var c=[];n(a,function(a){c.push(a)});return c};return Ea.call(i,a)}function Fa(a){var b=document.L||document.getElementsByTagName("head")[0]||document.documentElement,c=document.createElement("script");c.src=a;c.type="text/javascript";b.appendChild(c)}function Ha(a){return a.replace(/^[\s\xa0]+|[\s\xa0]+$/g,"")};function Ia(){if(Ja===i){for(var a=p(),b=Ka,c=[],d=0,e=a.length;d<e;d++){var f=a[d];b(f)&&c.push(f)}Ja=c}return Ja}function wa(){return M("experiments")||{}}function p(){return Ea(M("experiments")||{})}function N(a){return'experiment "'+(t(a,"name")||"")+'" ('+a+")"}function y(a){return t(a,"section_ids")||[]}function sa(a){return t(a,"variation_ids")||[]}function ka(a){return M("sections",a,"variation_ids")||[]}
function La(a){var b=[];n(a.split("_"),function(a){(a=M("variations",a,"code"))&&b.push(a)});return b.join("\n")}function I(a){var b={};n(p(),function(a){n(y(a),function(d){n(ka(d),function(d){b[d]=a})});n(sa(a),function(d){b[d]=a})});I=function(a){return b[a.split("_")[0]]||""};return I.call(i,a)}function ta(a){var b;return Ma(a).join(b||", ")}function Ma(a){var b=[];n(a.split("_"),function(a){b.push(M("variations",a,"name")||"Unnamed")});return b}function Ka(a){return!!t(a,"active")}
function t(a,b){return M("experiments",a,b)}function M(a){var b=DATA;if(n(arguments,function(a){a=b[a];if(L(a))b=a;else return i})!==i)return b}var Ja=i;function F(a,b){b=b||{};window.optimizelyPreview=window.optimizelyPreview||[];Na||(window.optimizelyPreview.push(["addEvent",window.location.href,{type:"url"}]),Na=!0);window.optimizelyPreview.push(["addEvent",a,b])}function Oa(){B("Preview","Preview acknowledgement received")}var Na=!1,Pa=[];function Qa(){var a=window.location.search||"";a.indexOf("?")===0&&(a=a.substring(1));for(var a=a.split("&"),b=[],c=0;c<a.length;c++){var d="",e="",f=a[c].split("=");f.length>0&&(d=f[0]);f.length>1&&(e=f[1]);b.push([d,e])}return b}function Ra(){for(var a=window.location.search,b,c=/optimizely_([^=]+)=([^&]*)/g,d={};b=c.exec(a);)d[b[1]]=decodeURIComponent(b[2]);return d}
function Sa(a,b){var c=y(a),d=[];if(b.length===1){var c=sa(a),e=b[0],f=c[e];!f&&z(c,e)&&(f=e);f&&d.push(f)}else c.length===b.length&&n(c,function(a,c){var e=b[c];if(e=ka(a)[e])d.push(e);else return d=[],i});return d.join("_")}var Ta="//cdn.optimizely.com/,https://cdn.optimizely.com/,//optimizely.appspot.com/,https://optimizely.appspot.com/,//www.local/,https://www.local/,//www-local.optimizely.com/,https://www-local.optimizely.com/".split(",");function ba(a,b){b=b===!0;B("Condition","Testing experiment "+a);var c=Ka(a),d=t(a,"manual")||!1;if(c)if(Ua(a)){if(!b&&d)return B("Condition"," Failed for experiment "+a+" (manual activation mode)"),O[a]="it is set to use manual activation mode",!1}else return B("Condition","Failed for experiment "+a+" (condition failed)"),!1;else return B("Condition","Failed for experiment "+a+" (paused)"),O[a]="it is paused",!1;return!0}
function Ua(a){var b=t(a,"conditions")||[],c=!0;n(b,function(b){var e=b.type;if(b.only_first_time&&Va(a))B("Condition",e+" condition passed because it only gets checked when bucketing",!0);else{var f=!b.not,g=(0,Wa[e])(b),b=g!==f,g=g?"passed":"failed",f=f?"pass":"fail";B("Condition",e+" condition "+g+" when expected to "+f,!b);if(b)return c=!1,O[a]=e+" condition "+g+" when expected to "+f,!1}});return c}
function Xa(a){for(var b=0;b<a.values.length;b++){var c=a.values[b];if(Ya(window.location.href,c.value,c.match))return!0}return!1}
var Wa={browser:function(a){var b=Za(),c=$a(),d=!1,e=ab();n(a.values,function(a){e!=="unknown"?d=a==="mobile":a.indexOf(b)===0&&(a=a.substr(b.length),d=a===""||a<=c&&c<Number(a)+1);if(d)return i});return d},code:function(a){a=a.value;if(a===h)return!0;try{return Boolean(eval(a))}catch(b){return!1}},cookies:function(a){for(var b=!1,c=a.names||[],a=a.values||[],d=0;d<c.length;d++){var e=P(c[d]);if(b=L(a[d])&&Ha(a[d])!==""?b||a[d]===e:b||e!==i&&e!==h)return!0}return!1},event:function(a){var b=P("optimizelyCustomEvents")||
"{}";try{b=Q(b)}catch(c){b={}}var d=b[bb()]||[];E(d)||(d=[]);var e=!1;n(a.values,function(a){if($.inArray(a,d)!==-1)return e=!0});return e},language:function(a){var b=cb(),c=!1;n(a.values,function(a){if(c=a==="any"||b.indexOf(a)===0)return i});return c},query:function(a){if(a.values.length===0)return!0;var b=!1,c=Qa();n(a.values,function(a){for(var e=a.key,a=a.value||"",f=0;f<c.length;f++){var g=c[f],l=g[0],g=g[1];if(e!==""&&e===l&&(a===""||a===g))return b=!0}});return b},referrer:function(a){for(var b=
0;b<a.values.length;b++){var c=a.values[b];if(Ya(document.referrer,c.value,c.match))return!0}return!1},url:Xa,visitor:function(a){var b=db?"returning":"new";switch(a.value){case "new":return b==="returning"?!1:!0;case "returning":return b==="returning"}return!0}};var eb="com,local,net,org,xxx,edu,es,gov,biz,info,fr,nl,ca,de,kr,it,me,ly,tv,mx,cn,jp,il,in,iq".split(","),fb=/\/\* _optimizely_variation_url( +include="([^"]*)")?( +exclude="([^"]*)")?( +match_type="([^"]*)")?( +include_match_types="([^"]*)")?( +exclude_match_types="([^"]*)")? \*\//;function P(a){var b=a+"=";return n((document.cookie||"").split(/\s*;\s*/),function(a){if(a.indexOf(b)===0)return decodeURIComponent(a.substr(b.length))})}
function R(a,b,c){var d,e;if(!d){var f=document.location.hostname;d=f;var f=f.split("."),g=f[f.length-1];f.length>2&&f[f.length-2]==="appspot"&&g==="com"?d="."+f[f.length-3]+".appspot.com":f.length>1&&Da(g,eb)&&(d="."+f[f.length-2]+"."+f[f.length-1])}a=[a,"=",encodeURIComponent(b),"; domain=",d,"; path=",e||"/"];c&&a.push("; expires=",(new Date(+new Date+c*1E3)).toUTCString());document.cookie=a.join("")};function gb(){var a=navigator.userAgent,b=hb([{id:"gc",substring:"Chrome",g:"Chrome"},{id:"safari",H:navigator.vendor,substring:"Apple",g:"Version"},{id:"ff",substring:"Firefox",g:"Firefox"},{id:"opera",prop:window.opera,g:"Opera"},{id:"ie",substring:"MSIE",g:"MSIE"},{id:"mo",substring:"Gecko",g:"rv"}],a),c=hb([{id:"android",substring:"Android"},{id:"blackberry",substring:"BlackBerry"},{id:"ipad",substring:"iPad"},{id:"iphone",substring:"iPhone"},{id:"ipod",substring:"iPod"},{id:"windows phone",substring:"Windows Phone"}],
a),d=i,e=b.g;e&&(d=ib(a,e)||ib(navigator.appVersion,e));return{t:b.id||"unknown",u:d||"unknown",F:c.id||"unknown"}}function ib(a,b){var c=a.indexOf(b),d=i;c!==-1&&(c+=b.length+1,d=parseFloat(a.substring(c)));return d}function hb(a,b){return n(a,function(a){var d=a.H||b;if(d&&d.indexOf(a.substring)!==-1||a.prop)return a})||{}};var ya=0,j=!0,S=!1,T="",U=!1,jb=!1,ha=!1,Aa=!1,D=!0;function ca(a,b){var b=b===!0,c=kb(a);if(c&&c.length>0)return B("Distributor","Not distributing experiment "+a+" (already in plan)"),!0;if(b||a in w)return B("Distributor","Not distributing experiment "+a+" (is ignored)"),!1;c=t(a,"active_variation_ids")||[];if(c.length===0)return B("Distributor","Permanently ignoring experiment "+a+" (no active variations)"),lb(a),!1;else{var d=t(a,"ignore")||0;if(d>Math.floor(Math.random()*100))return B("Distributor","Permanently ignoring experiment "+a+"("+d+"% likelihood)"),
lb(a),!1;else{d=c;A[a]!==h&&(B("Distributor","Taking into account bucketUser variations for experiment "+a),d=la(a));var e;e=d;for(var f=t(a,"active_variation_weights")||{},g=[],l=0,o=e.length;l<o;l++)g.push(f[e[l]]);e=Ba(g);d=d[e];B("Distributor","Picked variation "+d+" [index "+e+" of "+c.length+"]");C(d,"distributor",!1);return!0}}}
function la(a){for(var b=t(a,"active_variation_ids")||[],c=[],d=0;d<b.length;d++){var e=!0,f=h;for(f in A[a])b[d].indexOf(A[a][f])===-1&&(e=!1);e&&c.push(b[d])}return c}var A={};function da(a){if(j){E(a)?mb(a):(a=[],mb());a=a.concat(V);V=[];for(var b=0;b<a.length;b++)z(va,a[b])||va.push(a[b]);a=nb(a);W.push.apply(W,a);ob()}}
function ob(){var a=!1;pb=i;for(B("Evaluator",qb+" times waited");!a&&W.length>0;){B("Evaluator",W.length+" steps remaining");var b=W.shift(),c=b,a=!1;if(c.K&&!rb)B("Evaluator","Document not ready yet"),a=!0;else if(c.i&&!rb&&(c=c.f))for(var c=E(c)?c:[c],d=0;d<c.length;d++){var e=c[d];if(!(e===i||e===h||!e.length)&&$(e).length===0)B("Evaluator","'"+e+"' not found"),a=!0}a?W.unshift(b):b.j?(B("Evaluator","Bound event "+b.j+" to selector "+b.f),sb(b.f,b.j)):b.code&&(B("Evaluator","Run code: "+b.code),
tb(b.code))}a?(pb=setTimeout(ob,qb===0?10:50),qb++):B("Evaluator",qb+" total times waited")}
function tb(a){if(a.indexOf("_optimizely_redirect")!==-1){B("Evaluator","Redirect detected");var b=P("optimizelyRedirect");if(b===h||b===i||b==="")B("Evaluator","OK to redirect"),R("optimizelyRedirect",window.location.href,5),R("optimizelyReferrer",document.referrer||"http://www.optimizely.com/redirect-no-referrer");else{B("Evaluator","NOT OK to redirect");return}}eval("var $j = $;");try{eval(a)}catch(c){b=U,U=!0,B("Evaluator","Error: "+c.message),B("Evaluator","Code: "+a),U=b,B("Evaluator","Failed to run code: "+
c.message)}}function sb(a,b){var c="mousedown",d=ab();if(d==="iphone"||d==="ipad"||d==="ipod")c="touchstart";$(a).bind(c,function(){v.e.call(v,b,"custom")})}function ub(a){vb=a}function mb(a){a||(a=p());for(var b=0;b<a.length;b++){var c=a[b],d=O[c];d?(F("Not activating "+N(c)+" because "+d+".",{type:"explanation"}),delete O[c]):F("Activating "+N(c)+".",{type:"explanation"})}}var va=[],V=V||[],vb=0,rb=!1,O={},W=[],pb=i,qb=0;
$(function(){rb=!0;pb!==i&&(B("Evaluator","Document is ready"),clearTimeout(pb),vb>0?setTimeout(ob,vb):ob())});var Q,wb;
(function(){function a(a){d.lastIndex=0;return d.test(a)?'"'+a.replace(d,function(a){var b=g[a];return typeof b==="string"?b:"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+a+'"'}function b(c,d){var g,q,m,J,K=e,u,r=d[c];typeof l==="function"&&(r=l.call(d,c,r));switch(typeof r){case "string":return a(r);case "number":return isFinite(r)?String(r):"null";case "boolean":case "null":return String(r);case "object":if(!r)return"null";e+=f;u=[];if(Object.prototype.toString.apply(r)==="[object Array]"){J=
r.length;for(g=0;g<J;g+=1)u[g]=b(g,r)||"null";m=u.length===0?"[]":e?"[\n"+e+u.join(",\n"+e)+"\n"+K+"]":"["+u.join(",")+"]";e=K;return m}if(l&&typeof l==="object"){J=l.length;for(g=0;g<J;g+=1)typeof l[g]==="string"&&(q=l[g],(m=b(q,r))&&u.push(a(q)+(e?": ":":")+m))}else for(q in r)Object.prototype.hasOwnProperty.call(r,q)&&(m=b(q,r))&&u.push(a(q)+(e?": ":":")+m);m=u.length===0?"{}":e?"{\n"+e+u.join(",\n"+e)+"\n"+K+"}":"{"+u.join(",")+"}";e=K;return m}}var c=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,
d=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,e,f,g={"\u0008":"\\b","\t":"\\t","\n":"\\n","\u000c":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},l;wb=function(a,c,d){var g;f=e="";if(typeof d==="number")for(g=0;g<d;g+=1)f+=" ";else typeof d==="string"&&(f=d);if((l=c)&&typeof c!=="function"&&(typeof c!=="object"||typeof c.length!=="number"))throw Error("JSON.stringify");return b("",{"":a})};Q=function(a,b){function d(a,c){var e,
f,g=a[c];if(g&&typeof g==="object")for(e in g)Object.prototype.hasOwnProperty.call(g,e)&&(f=d(g,e),f!==h?g[e]=f:delete g[e]);return b.call(a,c,g)}var e,a=String(a);c.lastIndex=0;c.test(a)&&(a=a.replace(c,function(a){return"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)}));if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return e=eval("("+a+")"),typeof b===
"function"?d({"":e},""):e;throw new SyntaxError("JSON.parse");}})();function xb(){if(D){var a=yb||(typeof window.s!=="undefined"?window.s:i);a?n(H(),function(b){var c=I(b),d=t(c,"is_site_catalyst_enabled")!=="custom_variables"?-1:t(c,"site_catalyst_evar")||-1;d!==-1&&(b=zb(c,b,100,100,25),a["eVar"+d]=b.key+": "+b.value)}):B("Integrator","Error with SiteCatalyst integration: 's' variable not defined")}}function Ab(a,b){return a.replace(/[^a-zA-Z0-9\.\~\!\*\(\)\']+/g,"_").substring(0,b)}
function zb(a,b,c,d,e){a=Bb+(t(a,"name")||"");b=Ma(b);b.length>1?(b=$.map(b,function(a){return a.substr(0,e-1)}),b=b.join("~")):b=b[0];a=Ab(a,c);b=Ab(b.replace("#",""),d);return{key:a,value:b}}
function fa(){D&&n(H(),function(a){var b=I(a);if(t(b,"google_analytics_slot")){window._gaq=window._gaq||[];var c=t(b,"google_analytics_slot")||0,d=window._gaq,e=zb(b,a,28,24,5);try{d.push(["_setCustomVar",c,e.key,e.value,2])}catch(f){B("Integrator","Error sending Google Analytics data for "+N(b))}}if(M("kissmetrics")){window._kmq=window._kmq||[];c=window._kmq;a=zb(b,a,100,100,15);d={};d[a.key]=a.value;try{c.push(["set",d])}catch(g){B("Integrator","Error sending KISSmetrics data for "+N(b))}}})}
function Cb(){var a=P("optimizelyReferrer");if(a&&a.length>0){a="_gaq.push(['_setReferrerOverride', '"+a+"']);";try{eval(a)}catch(b){B("Integrator","Error with _gaq.push (Google Analytics integration):"+a)}R("optimizelyReferrer","")}}function Db(a){Bb=a}function Eb(a){yb=a}var Bb="Optimizely_",yb=i;function Ya(a,b,c){var d="";switch(c){case "exact":return a=X(a),a=Fb(a,"optimizely_log"),a=Fb(a,"optimizely_verbose"),d=X(b),B("Match","Exact match checking "+a+" and "+d,!0),a===d;case "regex":try{return B("Match","RegEx match checking "+a+" with "+b,!0),Boolean(a.match(b))}catch(e){return!1}case "simple":return a=X(Gb(a)),b=X(Gb(b)),B("Match","Simple match checking "+a+" with "+b,!0),a===b;case "substring":return a=X(a),b=X(b),B("Match","Substring match checking if "+a+" contains "+b,!0),a.indexOf(b)!==
-1;default:return!1}}function Gb(a){var b=a.indexOf("?");b!==-1&&(a=a.substring(0,b));b=a.indexOf("#");b!==-1&&(a=a.substring(0,b));return a}function Fb(a,b){return a.replace("&"+b+"=true","").replace("?"+b+"=true&","?").replace("?"+b+"=true","")}function X(a){for(var a=a.toLowerCase(),b=a.charAt(a.length-1);b==="/"||b==="&"||b==="?";)a=a.substring(0,a.length-1),b=a.charAt(a.length-1);n(Hb,function(b){a.indexOf(b)===0&&(a=a.substring(b.length))});return a}
var Hb=["http://edit.local/","http://preview.optimizely.com/","http://","https://","www."];function C(a,b,c,d){var c=c===!0,d=d===!0,e=I(a);if(e&&(d||!Va(e))){if(d&&Va(e))for(d=0;d<x.length;d++)x[d].h===e&&x.splice(d,1);x.push({h:e,id:a,source:b});c&&(V=V||[],V.push(e));ia[e]=!0;ja();B("Plan","Added experiment "+e+" and variation id "+a+" to the plan, source is "+b,!0)}}function Va(a){return a in w||a in ia}
function nb(a){a===h?a=[]:k(a)&&(a=[a]);var b=H(a),c=[],d=[],e=[],f=[];n(a,function(a){Ib(a,c,e,d,f)});n(b,function(a){for(var a=La(a),a=a.split("\n"),b=[],c=!0,e=0,Ob=a.length;e<Ob;e++){var q=$.trim(a[e]);if(q==="/* _optimizely_variation_url_end */")c=!0;else if(q!==""){var m=fb.exec(q);if(m&&m.length===11){var J=m[2]?m[2].split(" "):[],q=m[4]?m[4].split(" "):[],K=m[6]?m[6]:"substring",u=m[8]?m[8].split(" "):[],m=m[10]?m[10].split(" "):[];J.length>0&&(c=Jb(J,u,K),c=Xa(c));c&&q.length>0&&(c=Jb(q,
m,K),c=!Xa(c))}else c&&b.push(q)}}a=b.join("\n");Kb(a,d,f)});a=[];a.push.apply(a,d);a.push.apply(a,e);a.push.apply(a,f);a.push.apply(a,c);return a}function kb(a){var b=i;n(x,function(c){if(a==c.h)b=c.id});return b}function H(a){var b=[],c=!L(a),a=a||[];n(x,function(d){(c||z(a,d.h))&&b.push(d.id)});return b}function lb(a){var b;if(b===!0||!Va(a))w[a]=!0,ja()}function ea(){var a={};n(x,function(b){var c=I(b.id);a[c]=b.id});n(w,function(b){a[b]="0"});R("optimizelyBuckets",wb(a),31536E4)}
function ja(){n(Lb,function(a){a()})}
function Ib(a,b,c,d,e){var f=t(a,"events")||{};n(f,function(c,d){b.push({j:d,f:c,type:"event '"+d+"' (experiment "+a+")",i:!0})});var f=t(a,"css")||"",g=t(a,"code")||"",l=t(a,"html")||"";l&&c.push({code:'$("body").append("<div style=\'display:none\'>'+l.replace(/([\f\n\r\t\\'"])/g,"\\$1")+'</div>");',f:"body",type:"global html (experiment "+a+")",i:!0});f&&c.push({code:'$("body").append("<style>'+f.replace(/([\f\n\r\t\\'"])/g,"\\$1")+'</style>");',f:"body",type:"global css (experiment "+a+")",i:!0});
g&&Kb(g,d,e)}
function Kb(a,b,c){if(a.indexOf("_optimizely_redirect")!==-1)b.push({code:a,type:"code forced (redirect)"});else{for(var a=a.split("\n"),d=!1,e=[],f=[];a.length>0;){var g=Ha(a.shift()),l=f.length>0;if(g)if(g.indexOf("_optimizely_evaluate=force")!==-1)d=!0;else if(g.indexOf("_optimizely_evaluate=safe")!==-1)d=!1;else if(d)e.push(g);else{if(!l){var o=Mb.exec(g),Ga=[];o?(Ga.push(o[1]),(o=Nb.exec(g))&&o.length>4&&Ga.push(o[4]),c.push({code:g,f:Ga,type:"safe jquery",i:!0})):l=!0}l&&f.push(g)}}e.length>0&&
b.push({code:e.join("\n"),type:"forced evaluation"});f.length>0&&c.push({code:f.join("\n"),type:"safe non-jquery",K:!0})}}function Jb(a,b,c){for(var d={values:[]},e=0,f=a.length;e<f;e++)d.values.push({value:a[e],match:b[e]||c});return d}var Lb=[],w={},Mb=/^\$j?\(['"](.+?)['"]\)\..+;\s*$/,Nb=/^\$j?\(['"](.+?)['"]\)\.detach\(\)\.(appendTo|insertAfter|insertBefore|prependTo)\(['"](.+?)['"]\);\s*$/,ia={},x=[];function B(a,b,c){Pb.push({w:new Date,v:a,message:b,m:c||!1});Qb&&oa()}function oa(){U&&(n(Pb,function(a){if(!a.C&&(!a.m||a.m===jb)){var b=+a.w;U&&window.console&&window.console.log&&window.console.log("Optimizely / "+a.v+" / "+a.message+(" [time "+(Rb?b-Rb:0)+" +"+(Sb?b-Sb:0)+"]"));Sb=b;Rb||(Rb=b);a.C=!0}}),Qb=!0)}var Sb=i,Rb=i,Pb=[],Qb=!1;var v={};v.r=function(a,b){var c={},c=b&&k(b)?{revenue:Number(b)}:b;v.e(a,"custom",c)};v.e=function(a,b,c){c=c||{};S&&(k(c.revenue)?F(a,{value:c.revenue}):F(a));D&&(v.k.push({name:a,type:b,options:c}),v.q&&v.n(),B("Tracker","Tracking event '"+a+"'"))};v.z=function(){$("html").one("mousedown",Ca(v.e,"engagement"))};v.A=function(a){return function(){v.G(a)}};
v.l=function(){var a=P("optimizelyPendingLogEvents")||"[]",b=[];try{b=Q(a)}catch(c){}if(E(b))for(var a=0,d=b.length;a<d;a++){var e=b[a];if(typeof e!=="string"){b=[];break}else try{Q(e);b=[];break}catch(f){}}else b=[];return b};v.D=function(a,b){var c=new Image;c.onload=b;c.src=document.location.protocol+"//log2.optimizely.com/event?"+a};v.G=function(a){for(var b=v.l(),c=0,d=b.length;c<d;c++)if(b[c]===a){b.splice(c,1);break}v.p(b)};v.k=[];v.q=!1;
v.n=function(){var a=["a="+M("id"),"y="+!!M("ip_anonymization")];ha&&a.push("override=true");n(H(),function(b){var c=I(b);a.push("x"+c+"="+b)});a.push("f="+Ia().join(","));var b=a.join("&"),c=[];n(v.k,function(a){var b=[];a.name&&b.push("n="+encodeURIComponent(a.name));a.options.revenue&&b.push("v="+encodeURIComponent(a.options.revenue));a.options.anonymous!==!0&&b.push("u="+bb());b.push("t="+ +new Date);c.push(b.join("&"));if(a.type==="custom")try{v.J(a.name)}catch(d){}});var d=c.concat(v.l());v.p(d);
d=v.o?c:d;v.o=!0;for(var e=0,f=d.length;e<f;e++){var g=d[e];v.D(b+"&"+g,v.A(g))}v.k=[];v.q=!0};v.p=function(a){for(var b=wb(a);b.length>1536;)a=a.slice(0,-1),b=wb(a);R("optimizelyPendingLogEvents",b,15)};
v.J=function(a){var b=bb(),c=P("optimizelyCustomEvents")||"{}";try{c=Q(c)}catch(d){c={}}var e=c[b]||(c[b]=[]),e=E(e)?e:[];$.inArray(a,e)!==-1&&e.splice($.inArray(a,e),1);e.push(a);e.length>10&&e.shift();c[b]=e;var a=0,e=i,f=0,g;for(g in c)if(c.hasOwnProperty(g)&&(a++,c[g].length>f&&g!==b))e=g,f=c[g].length;a>10&&e!==i&&delete c[e];R("optimizelyCustomEvents",wb(c),31536E4)};v.o=!1;var Y;function Za(){function a(){return Y.t}Y=Y||gb();Za=a;return a()}function cb(){var a="";try{a=navigator.userLanguage||window.navigator.language,a=a.toLowerCase()}catch(b){a=""}return a}function $a(){function a(){return Y.u}Y=Y||gb();$a=a;return a()}function bb(){var a=P("optimizelyEndUserId");a||(a="oeu"+ +new Date+"r"+Math.random(),R("optimizelyEndUserId",a,31536E4));return a}function ab(){function a(){return Y.F}Y=Y||gb();ab=a;return a()}var db=h;function Tb(a){return function(b){if(typeof b==="object"&&Ub()){var c=i,d;for(d in b)b.hasOwnProperty(d)&&(c=a.call(this,d,b[d]));return c}else return a.apply(this,arguments)}}function Ub(){for(var a in{})return!0;return!1};var Z=$;Z.fn.attr=Tb(Z.fn.attr);Z.fn.css=Tb(Z.fn.css);Z.fn.extend=Tb(Z.fn.extend);Z.each=function(){var a=Z.each;return function(b,c,d){if((b.length===h||Z.isFunction(b))&&Ub())if(d)for(var e in b){if(b.hasOwnProperty(e)&&c.apply(b[e],d)===!1)break}else for(e in b){if(b.hasOwnProperty(e)&&!c.call(b[e],e,b[e])===!1)break}else a.apply(this,arguments);return b}}();
Z.fn.B=function(){var a=Z.fn.B;return function(b,c,d){return typeof b==="string"&&c&&Z.type(c)==="object"&&Ub()?(b=new a(b,h,d),b.attr(c),b):new a(b,c,d)}}();B("Main","Started, revision "+M("revision"));
(function(){var a=Ra(),b=/x(\d+)/,c=!1;n(a,function(a,d){var g=b.exec(a);if(g&&(c=!0,g=g[1],d!=="-1")){var l=Sa(g,d.split("_"));C(l,"query",!0);Pa.push(g)}});if(a.opt_out==="true"||a.opt_out==="false")R("optimizelyOptOut",a.opt_out,31536E4),R("optimizelyBuckets",a.opt_out,31536E4),a.opt_out==="true"&&alert("You have successfully opted out of Optimizely for this domain.");j=a.disable!=="true"&&a.opt_out!=="true"&&P("optimizelyOptOut")!=="true";S=(a.preview||S)&&j&&!a.cross_browser;T=a.load_script;
U=a.log==="true";jb=a.verbose==="true";D=!c||a.force_tracking==="true";a.client==="false"&&(j=!1,T="js/"+M("id")+".js");if(T){var d=!1;n(Ta,function(a){if(T.substring(0,a.length)==a)return d=!0});d||(T="")}})();var Vb=P("optimizelyBuckets"),db=Vb!==h&&Vb!==i;
(function(){var a=P("optimizelyBuckets");if(a){try{a=Q(a)}catch(b){a={}}var c={};n(a,function(a,b){var b=String(b),f=I(b);y(f).length>1&&b.indexOf("_")===-1?(c[f]=c[f]||{},c[f][a]=b):b!=="0"?C(b,"cookie",!1):lb(a)});n(c,function(a,b){var c;a:{c=[];for(var g=y(a),l=0;l<g.length;l++){var o=b[g[l]];if(o==="0"){c="";break a}c.push(o)}c=c.join("_")}c.length>0?C(c,"cookie",!1):lb(a)})}})();
(function(){Lb.push(pa);var a={$:$,activeExperiments:va||[],allExperiments:wa(),all_experiments:wa(),allVariations:M("variations")||{},revision:M("revision"),variationIdsMap:qa,variation_map:G,variationMap:G,variationNamesMap:ra},b={},c=Ca(na,b);ua(b,{acknowledgePreviewMode:Oa,activate:aa,bucketUser:ga,delayDomReadyEval:ub,delayPageviewTracking:xa,disable:ma,integrationPrefix:Db,push:c,sc_activate:xb,sc_svar:Eb,skipPageTracking:za,trackEvent:v.r});ua(a,b);b=window.optimizely;E(b)&&n(b,function(a){c(a)});
window.optimizely=a})();B("Info","Is enabled: "+j);B("Info","Is previewing: "+S);B("Info","Script to load: "+(T||"none"));B("Info","Browser type: "+Za());B("Info","Browser version: "+$a());var Wb=ab();Wb!=="unknown"&&B("Info","Mobile browser type: "+Wb);B("Info","Visitor type: "+(db?"returning":"new"));B("Info","User ID: "+bb());T&&Fa(T);
j&&(n(p(),function(a){if(!Da(a,V)&&ba(a)){B("Distributor","Going to distribute "+N(a));var b=ca(a),c=!1;S&&Pa.length>0&&!z(Pa,a)&&(B("Distributor","Not going to evaluate because of preview mode, for "+N(a)),c=!0,O[a]="it is not being previewed");b&&!c&&(V=V||[],V.push(a))}}),ea(),v.z(),Aa||(ya>0?setTimeout(function(){v.e(document.location.href)},ya):v.e(document.location.href)),v.n(),fa(),Cb());
U&&(n(w,function(a){var b=t(a,"name")||"";B("Plan","Ignore experiment '"+b+"' ("+a+")")}),n(x,function(a){var b=I(a.id),c=ta(a.id);B("Plan",N(b)+' in variation "'+c+'" ('+a.id+")")}));j&&(da(),pa(),oa());
if(S)window.optimizelyPreview=window.optimizelyPreview||[],B("Preview","Will load preview script"),$(document).ready(function(){var a="//optimizely.s3.amazonaws.com/js/"+M("id")+"_preview.js?account_id="+M("id")+"&no_cache="+Math.floor(1E9*Math.random());Fa(a);B("Preview","Now loading preview script "+a)});

optly.Cleanse.finish();
})();

