﻿// JScript 文件
document.writeln("<iframe style=\"overflow-x:hidden;overflow-y:hidden;margin:0;border-width:0\" height=\""+Sourich_H+"\" width=\""+Sourich_W+"\" src=\"http://cpad2.sourich.com/union/?Sourich_Style="+Sourich_Style+"&Sourich_Cbd="+gfEscapePlus(Sourich_Cbd)+"&Sourich_Cbg="+gfEscapePlus(Sourich_Cbg)+"&Sourich_Box_Len="+Sourich_Box_Len+"&Sourich_Curl="+gfEscapePlus(Sourich_Curl)+"\" scrolling=\"no\" frameborder=\"0\" allowTransparency=\"true\"></iframe>");

function   gfEscapePlus(strOrg){   
  strOrg   =   escape(strOrg);   
  while(strOrg!=(strOrg=strOrg.replace("%A0","%20")));
  return   strOrg;
}