var abtest={DW_pageParams:{testname:"ingumballs",testversion:"v3",testgroup:null},skin:null,loginstate:null,css:[],actions:{"control":function(){
},"onleft":function(){
abtest.css.push("#content-top #buzz-promo {display:none !important}","#rail-gumball {display:block !important}","#rail{margin-top:0 !important;background-color:#f2f2f2 !important;}","#main-content-area {min-height:1760px;}");
}},init:function(){
if(/abtest\s*=\s*(.*?)(;|$)/.test(document.cookie)===true){
var _1="";
_1=document.cookie.match(/abtest\s*=\s*(.*?)(;|$)/)[1];
abtest.DW_pageParams.testgroup=_1;
abtest.actions[_1]();
}else{
var _2=Math.random()*100;
if(_2<=50){
abtest.setgroup("control");
}
if(_2>50){
abtest.setgroup("onleft");
abtest.actions["onleft"]();
}
}
abtest.buildstyle(abtest.css);
},buildstyle:function(_3){
var o="";
for(i in _3){
o+=_3[i];
}
var f=document.createDocumentFragment();
var s=document.createElement("style");
s.type="text/css";
s.id="abteststyle";
f.appendChild(s);
if(s.styleSheet){
s.styleSheet.cssText=o;
}else{
s.appendChild(document.createTextNode(o));
}
document.getElementsByTagName("head")[0].appendChild(f);
},setgroup:function(_7){
abtest.DW_pageParams.testgroup=_7;
document.cookie="abtest="+_7+"; path=/";
}};
abtest.init();

