﻿ function ViewPoints(title,scoreId)
{ 
     kidow.TitleName = title; 
     kidow.open("/Points/PoPInvitFrom.aspx?scoreId="+scoreId);           
}
 
 gfx=new Array()
// gfx[1]="/hantaCommon/image/common/banner02.gif"
 gfx[1]="/hantaCommon/image/PointsImg/protj02.gif"
// gfx[2]="/hantaCommon/image/common/banner03.gif"
gfx[2]="/hantaCommon/image/PointsImg/protj02.gif"

 gfy=new Array()
// gfy[1]="http://ventus.hankooktire.com"
 gfy[1]="ViewPoints('产品推荐好友','201')"
 gfy[2]="ViewPoints('产品推荐好友','201')"

 su = "";
 su_num = 0;
 while(1)
 {
 num = Math.ceil(Math.random() * 2);
 if(su.indexOf(num) == -1)
 {
 su += "<span onclick=" + gfy[num] + "><img src=" + gfx[num] + " border='0' style='cursor:pointer'></span> ";
 su_num++;
 }
 if(su_num == 1)break;
 }

 
 document.writeln(su)
