//refid === "BTWB" || refid === "FB02" || refid === "ZA00"
/* add your javascript here 
$( document ).ready(function() {
  var refid = $.cookie("ReferrerID");
  if (refid === "BTWB" || refid === "WHPR" ) {
   $('.info').removeClass('info');
  }
});
*/
$( document ).ready(function() {
    function customBlockShow() {
        var refid = $.cookie("ReferrerID");
        if (refid === "ACT2" || refid === "BTWB" || refid === "FB02" || refid === "LAP1" || refid === "LAP2" || refid === "LAP3" || refid === "LAP4" || refid === "N9BT" || refid === "RR00" || refid === "SC01" || refid === "ZA00") {
            $('.custom261020201616').removeClass('custom261020201616');
        }
		 if (refid === "BTWB" || refid === "WHPR" ) {
   $('.info').removeClass('info');
  }
    }
    // setTimeout(function() {
        customBlockShow();
    //  }, 5000);
});