UROLOGY
c o n s u l t a n t
% Function RandomNumber(intHighestNumber) Randomize RandomNumber = Int(Rnd * intHighestNumber) + 1 End Function dim first_no,second_no first_no = RandomNumber(10) second_no = RandomNumber(20) Session("secu_no") = first_no + second_no %>