function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
  s = document.URL;
  p = s.indexOf("?");
  if (p>0)
  {
   s = s.substr(p,s.length-p);
  }
  
  
  p = s.indexOf("kx=");  
  p2 = s.indexOf("&",p+3)
  if (p2<0)
     kx = s.substr(p+3,s.length-p);
  else 
     kx = s.substr(p+3,p2-p-3); 
     
	//alert(p);
if ((p>0))
{
	if (kx.length>2)
	{
		document.write("<script language=JavaScript src=\'http://www.cncard.com/js/webvar/new/xgsp_"+ kx +".js\'><\/script>");
	}
	else
	{
	writenews()
	}
}
else
{
writenews()
}

document.write ('<style>');
document.write ('a:link {  color: #000000; text-decoration: none}');
document.write ('a:hover {  color: #000000; text-decoration: underline}');
document.write ('a:visited {  color: #000000;text-decoration: none}');
document.write ('</style>');

function writenews()
{
document.write ('<table width=\"129\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">');
document.write ('  <tr> ');
document.write ('    <td bgcolor=\"#000000\" height=\"5\"></td>');
document.write ('  </tr>');
document.write ('</table>');
document.write ('<table width=\"143\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">');
document.write ('  <tr> ');
document.write ('    <td width=\"142\" height=\"22\"><img src=\"images/webvar_27.gif\" width=\"142\" height=\"22\"></td>');
document.write ('    <td width=\"1\"></td>');
document.write ('  </tr>');
document.write ('  <tr> ');
document.write ('    <td width=\"142\" height=\"150\" background=\"images/webvar_34.gif\" valign=\"top\"> ');
document.write ('      <table width=\"135\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">');
document.write ('        <tr><td height=5> ');
document.write ('        </td></tr>');
document.write ('        <tr><TD style=line-height:21px>');
document.write ('¡¤<a href=cncardstep1.htm?kx=payment target=_blank><font color=\"#FF0000\">ÉêÇëÖ§¸¶@Íø ÇáËÉÍøÉÏ<br>¡¡ÊÕ¿î</font></a><br>');
document.write ('        </td></tr>');
document.write ('      </table>');
document.write ('    </td>');
document.write ('    <td width=\"1\"></td>');
document.write ('  </tr>');
document.write ('  <tr> ');
document.write ('    <td width=\"142\"><img src=\"images/webvar_24.gif\" width=142 height=10>');
document.write ('    <td width=\"1\"></td>');
document.write ('  </tr>');
document.write ('</table>');
}