// JavaScript Document 




var offerInfo = readCookie("offerInfo");

document.write(offerInfo);
//alert(offerInfo);


