| |
Bank Information:
Beneficiary Name: BLUE GIANT TECHNOLOGY LIMITED
Beneficiary Bank: HSBC HongKong
A/C number: 642-011811-838
SWIFT CODE: HSBCHKHHHKH
BANK CODE: 004
ADD of bank: Units 2301-2303,23/F,Futura Plaza,111-113 How Ming Street,Kwun Tong,KLN ,HK |
|
| You are the?
<%
CounterFile = Server.MapPath ("jsq/count.cnt")
Set fs = CreateObject("Scripting.FileSystemObject")
On Error Resume Next
Set a = fs.OpenTextFile(CounterFile, 1, 0, 0)
usercnt = a.Readline
set fs = Nothing
usercnt = FormatNumber(usercnt + 1,0)
Set fs = CreateObject("Scripting.FileSystemObject")
set b = fs.CreateTextFile (CounterFile, 1, 0)
b.WriteLine usercnt
Set b = Nothing
Response.Write usercnt
%>
<% startdate = DateDiff("d",Now,"05/19/2008")
if startdate < 0 then startdate = startdate * -1
avgvpd= Int((usercnt)/startdate)
%>
visitors
|