﻿// JScript 文件
if(typeof(Sourich_Type)=='undefined'||Sourich_Type=='0'){
document.writeln("<iframe style=\"overflow-x:hidden;overflow-y:hidden;margin:0;border-width:0\" height=\""+Sourich_H+"\" width=\""+Sourich_W+"\" src=\"http://cpad1.sourich.com/?Sourich_Template="+Sourich_Template+"&Sourich_H="+Sourich_H+"&Sourich_W="+Sourich_W+"&Sourich_Cbd="+gfEscapePlus(Sourich_Cbd)+"&Sourich_Cbg="+gfEscapePlus(Sourich_Cbg)+"&Sourich_Ctitle="+gfEscapePlus(Sourich_Ctitle)+"&Sourich_Cdesc="+gfEscapePlus(Sourich_Cdesc)+"&Sourich_Curl="+gfEscapePlus(Sourich_Curl)+"&Sourich_Clink="+gfEscapePlus(Sourich_Clink)+"\" scrolling=\"no\" frameborder=\"0\" allowTransparency=\"true\"></iframe>");
}
else{
document.writeln("<iframe style=\"overflow-x:hidden;overflow-y:hidden;margin:0;border-width:0\" height=\""+Sourich_H+"\" width=\""+Sourich_W+"\" src=\"http://cpad1.sourich.com/?Sourich_Template="+Sourich_Template+"&Sourich_H="+Sourich_H+"&Sourich_W="+Sourich_W+"&Sourich_Type=1\" scrolling=\"no\" frameborder=\"0\" allowTransparency=\"true\"></iframe>");
}
Sourich_Type='0';

function   gfEscapePlus(strOrg){   
  strOrg   =   escape(strOrg);   
  while(strOrg!=(strOrg=strOrg.replace("%A0","%20")));   
  return   strOrg;
}