var mywindow = null;
function ShowCode(id,txt,type) {
try {
document.getElementById('cp_sh'+id).innerHTML='<font size="5"> code: <b style="color:#FF0000">'+txt+'</b></font>';
mywindow = window.open("/coupons-codes/Kohl_s/"+type+"/"+id+"/" , "cs_codes", "width=750,height=550,toolbar=1,menubar=1,location=1,scrollbars=1,resizable=1,titlebar=1,copyhistory=1",false);
 
  if (mywindow && mywindow.open && !mywindow.closed)
{
window.focus();
return false;
} else
{
var message1 = "Please Enable Pop-up Windows to Copy and Paste Coupons OR Take a Note of this Coupon Code:\ "+txt;
document.getElementById(id).innerHTML=message1;
alert(message1);
return true;
};
} catch(e) { return false; }
}

document.write(decodeURIComponent('%3Ch3%3E%3Cimg%20class%3D%22cof_img%22%20src%3D%22%2F_images%2Flogos%2FKohl_s.gif%22%20alt%3D%22Kohl%27s%22%20width%3D%2290%22%20height%3D%2230%22%20%2F%3ECoupon%20of%20the%20Day%3C%2Fh3%3E%3Cp%20class%3D%22coupon%22%20id%3D%22coupon_cotd_268588%22%3E%3Cb%20style%3D%22color%3Ared%22%3EFor%20ALL%20Customers%21%3C%2Fb%3E%20Take%20an%20Extra%2015%25%20OFF%20Everything%20at%20Kohl%27s.%3Cspan%3EExpires%3A%2009%2F06%2F2010%3C%2Fspan%3E%3C%2Fp%3E%3Cp%20id%3D%22cp_sh_cotd_268588%22%3E%3Ca%20id%3D%22cp_an268588%22%20class%3D%22coupon_link%22%20href%3D%22%2Fcoupons-codes%2FKohl_s%2Fsc%2F268588%2C%2C5448414e4b594f553135%2F%22%20rel%3D%22nofollow%22%20onclick%3D%22return%20ShowNC_Code%28this%29%3B%22%20item%3D%22show%22%3EClick%20to%20Show%20Coupon%20Code%3C%2Fa%3E%3C%2Fp%3E'));
