<%@LANGUAGE="VBSCRIPT"%> <% ' *** Visit Counter *** ' FELIXONE 2002 - SB by Felice Di Stefano - www.felixone.it Dim FX_count Dim FX_digit FX_digit = 5 Dim FX_dpath FX_dpath = Server.MapPath("FX_DataCounter") Dim FX_fpath FX_fpath = Server.MapPath("FX_DataCounter/counter.txt") set FX_fso = Server.CreateObject("Scripting.FileSystemObject") ' Check if directory and file exists, if not create it. If (Not FX_fso.fileExists(FX_fpath)) Then If (Not FX_fso.folderExists(FX_dpath)) Then FX_fso.CreateFolder(FX_dpath) End If Application.Lock() set FX_file = FX_fso.OpenTextFile(FX_fpath, 8, true) FX_file.write(0) FX_file.Close() Application.Unlock() End If ' Read file and update it once per session set FX_fobj = FX_fso.getfile(FX_fpath) set FX_file = FX_fobj.OpenAsTextStream(1,-2) FX_count = FX_file.Read(100) If (Session("FX_DataCounter") = "") Then Application.Lock() set FX_file = FX_fso.CreateTextFile(FX_fpath, 8, false) FX_file.write(FX_count+1) FX_file.Close() Application.Unlock() set FX_fso = nothing FX_count = FX_count+1 Session("FX_DataCounter") = FX_count End If ' Add leadings FX_numlength = Len(cStr(FX_count)) If (FX_numlength < FX_digit) Then FX_lead = cInt(FX_digit - FX_numlength) For i=1 To FX_lead FX_count = "0" & FX_count Next End If %> About Us
HomeWelcomeAbout UsOur HomeInterests & BeliefsPhotogalleryContact UsContact Us

About Us
Our married life together started twelve years ago. We started with a friendship based on honesty and trust and it grew into love. We enjoy spending time together. We really look forward to sharing the special love we have for each other with a child of our own. Ray has worked for fifteen years as an operations engineer in the power department at a local paper manufacturer. He has flexible hours that will allow him to teach our child to play ball in the back yard, and he imagines lazy summer afternoons fishing with our child. Although Valerie worked in the business field for many years, she is now a homemaker with lots of time, love, and hugs to share, and is looking forward to being a stay at home mom. Valerie dreams of the day she can play hide and seek, and swing our child in our big back yard. We can’t wait to see our child making sand castles in their sandbox and look forward to seeing our child’s happy face when we fly kites together.

Our Families
We have a close knit family that lives nearby and are so excited about having a new child in the family to shower love and attention on. Our nieces and nephew can’t wait to show our child the baby ducks and kittens. Our parents are already planning sleepovers and outings to the petting zoo and the playground. We look forward to family holiday celebrations with big home cooked meals and family vacations together at White Lake. Our trips to the coast will be so much more fun when we can walk on the beach and search for seashells with our child. We can’t wait to see a smile on a sticky little face as our little one digs into a special birthday cake and enjoys opening presents and playing games.