function setCookie(C,E){var A=setCookie.arguments;var H=setCookie.arguments.length;var B=(2<H)?A[2]:null;var G=(3<H)?A[3]:null;var D=(4<H)?A[4]:null;var F=(5<H)?A[5]:false;document.cookie=C+"="+E+((B==null)?"":("; expires="+B.toGMTString()))+((G==null)?"":("; path="+G))+((D==null)?"":("; domain="+D))+((F==true)?"; secure":"")}function DeleteCookie(A,C,B){if(_GetCookieValue(A)){document.cookie=A+"="+((C)?"; path="+C:"")+((B)?"; domain="+B:"")+"; expires=Thu, 01-Jan-70 00:00:01 GMT"}}function showClipperRecommendation(){if(bIE&&_GetCookieValue("isClipperInstalled")!="yes"&&_GetCookieValue("isClipperRecommendationOff")!="yes"){var A=document.createElement("DIV");A.id="divRecommendClipper";A.style.position="absolute";A.style.width="187px";A.style.height="94px";A.style.top="5px";A.style.right="5px";A.style.zIndex="99999";A.innerHTML='<img src="/images/clipper/recommend/layer_a1_c.gif" width="187" height="94" border="0" usemap="#tongcliper"><map name="tongcliper" id="tongcliper"><area shape="rect" coords="64,51,182,75" href="#" onclick="popupClipperInfo(); return false;"><area shape="rect" coords="168,5,180,20" href="#" onclick="hideClipperRecommendation();return false;" ></map>';document.body.appendChild(A);DeleteCookie("isClipperRecommendationShowed","/");setCookie("isClipperRecommendationShowed","yes",null,"/")}}function hideClipperRecommendation(){var A=3;var B=new Date();B.setDate(B.getDate()+A);document.body.removeChild(document.getElementById("divRecommendClipper"));setCookie("isClipperRecommendationOff","yes",B,"/")}function popupClipperInfo(){window.open("/html/tclipper/popupRecommendation.html","ClipperInfo","scrollbars=no,status=no,width=395,height=550,left="+(window.screen.availWidth/2-200)+",top="+(window.screen.availHeight/2-275));document.body.removeChild(document.getElementById("divRecommendClipper"))}