function pagestyle(cssPrefix) { var n = readcookie(); / ar url =" http://images.chinaren.com/product/club/"+cssPrefix+n+".css"; var url =" http://s1.cr.itc.cn/club/"+cssPrefix+n+".css"; var oCSS = document.getElementById("cssfile"); if (oCSS!=null && oCSS.tagName.toLowerCase()=="link") { document.getElementsByTagName("head").item(0).removeChild(oCSS); } oCSS = document.createElement('link'); oCSS.setAttribute("rel","stylesheet"); oCSS.setAttribute("type","text/css"); oCSS.setAttribute("id",'cssfile'); oCSS.setAttribute("href", url); document.getElementsByTagName("head").item(0).appendChild(oCSS); } function changestyle(n){ writecookie(n); if(top && top.frames.length > 0){ for(var i =0;i