|
@@ -158,9 +158,9 @@ function redirect(zbadd,link,sid,sds){
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if(sds){
|
|
if(sds){
|
|
- window.location.href=zbadd+"/article/content/"+sid+".html?keywords="+encodeURIComponent(sds);
|
|
|
|
|
|
+ window.location.href="/article/content/"+sid+".html?keywords="+encodeURIComponent(sds);
|
|
}else{
|
|
}else{
|
|
- window.location.href=zbadd+"/article/content/"+sid+".html";
|
|
|
|
|
|
+ window.location.href="/article/content/"+sid+".html";
|
|
}
|
|
}
|
|
}
|
|
}
|
|
function newredirect(zbadd,link,sid,sds,index){
|
|
function newredirect(zbadd,link,sid,sds,index){
|
|
@@ -176,9 +176,9 @@ function newredirect(zbadd,link,sid,sds,index){
|
|
}
|
|
}
|
|
if(sds){
|
|
if(sds){
|
|
pt = "&"+pt
|
|
pt = "&"+pt
|
|
- window.location.href=zbadd+"/article/content/"+sid+".html?keywords="+encodeURIComponent(sds)+pt;
|
|
|
|
|
|
+ window.location.href="/article/content/"+sid+".html?keywords="+encodeURIComponent(sds)+pt;
|
|
}else{
|
|
}else{
|
|
- window.location.href=zbadd+"/article/content/"+sid+".html"+pt;
|
|
|
|
|
|
+ window.location.href="/article/content/"+sid+".html"+pt;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
function pcredirect(link,sid){
|
|
function pcredirect(link,sid){
|