if(document.addEventListener){document.addEventListener("DOMContentLoaded",init,false);window.addEventListener("onunload",function(){document.removeEventListener("DOMContentLoaded",init,false);window.removeEventListener("onunload",arguments.callee)})}if(window.attachEvent){window.attachEvent("onload",init);window.attachEvent("onunload",function(){window.detachEvent("onload",init);window.detachEvent("onunload",arguments.callee)})}function init(){centerLogo("couponListings");centerLogo("couponsLanding")}function centerLogo(b){var c;var h;var m;var g;var k;var f;var a;var d;var j=document.getElementsByTagName("div");for(var l=0;l<j.length;l++){h=0;m=0;g=0;k=0;f=0;a=0;d=null;if(j[l].id==b){c=j[l].getElementsByTagName("img");for(var e=0;e<c.length;e++){if(c[e].src.indexOf("logo_sm")!=-1){g=c[e].offsetHeight;k=c[e].offsetWidth;d=c[e].parentNode;while(d.nodeName!="DIV"){d=d.parentNode}parentNodeHeight=d.offsetHeight;parentNodeWidth=d.offsetWidth;f=parentNodeHeight-g;a=parentNodeWidth-k;if(f>1){c[e].style.marginTop=f/2+"px"}if(a>1){c[e].style.marginLeft=a/2+"px"}}d.style.visibility="visible"}}}};