<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> Transplant Awareness Group, Inc.

There are several ways to enroll in the New York State Organ and Tissue Donor Registry:

  • Download an Organ Donor Card (PDF Version)
  • Register On-Line
  • Check the box on your application for a new / renewal driver's license (or non-driver identification card)
  • Share your intentions with your family.

For more information on organ donation:

Visit the FOE

This website and the "Transplant Awareness News" newsletter have been made possible
through the generous contributions of the

Fraternal Order of Eagles #1253 of Ithaca, New York

"People Helping People"

<% rsTemp.Close Set rsTemp = Nothing %>
<% 'Dimension variables Dim fsoObject 'File System Object Dim tsObject 'Text Stream Object Dim filObject 'File Object Dim lngVisitorNumber 'Holds the visitor number Dim intWriteDigitLoopCount 'Loop counter to display the graphical hit count Set fsoObject = Server.CreateObject("Scripting.FileSystemObject") Set filObject = fsoObject.GetFile(Server.MapPath("hit_count.txt")) Set tsObject = filObject.OpenAsTextStream lngVisitorNumber = CLng(tsObject.ReadAll) lngVisitorNumber = lngVisitorNumber + 1 Set tsObject = fsoObject.CreateTextFile(Server.MapPath("hit_count.txt")) tsObject.Write CStr(lngVisitorNumber) Set fsoObject = Nothing Set tsObject = Nothing Set filObject = Nothing %>

Visitor Number: <% Response.Write(lngVisitorNumber) Response.Write("

") %>