var m_loc = UCase(location.href); if(m_loc.indexOf("/MAGAZINE/INDEX.ASP") >=0 || m_loc.indexOf("/INDEX.ASP") >=0 ) { viewIcon() } function UCase(str) { var str_new =""; var k; for (k=0; k 5) return; var strRandomX = Math.round(Math.random()*900) + 100; var strRandomY = Math.round(Math.random()*420) + 180; document.write ("
"); document.write (" "); document.write (" "); document.write (" "); document.write (" "); document.write (" "); document.write ("
"); setCookie_Icon("ViewCnt", parseInt(ViewCnt) + 1, 1); } function GoIcon(form) { self.location.href= ""; //window.open(""); } function IconClose(form) { form.style.display = "none"; } function setCookie_Icon(name,value,expire) { var today=new Date(); today.setDate(today.getDate()+parseInt(expire)); document.cookie=name+"="+escape(value)+";Domain=interpark.com;path=/; expires="+today.toGMTString()+";"; } function getCookie_Icon(name) { var nameOfCookie = name + "="; var x = 0; while ( x <= document.cookie.length ) { var y = (x+nameOfCookie.length); if ( document.cookie.substring( x, y ) == nameOfCookie ) { if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 ) endOfCookie = document.cookie.length; return unescape( document.cookie.substring( y, endOfCookie ) ); } x = document.cookie.indexOf( " ", x ) + 1; if ( x == 0 ) break; } return ""; }