Project Contacts
 |
No Picture Available |
Jay Zawacki,
Project Manager - CDM |
Anne Warrow,
Project Manager - City of Ann Arbor |
|
|
Karen Duff,
Assistant Construction Manager - CDM |
Josh Bennett,
Assistant Construction Manager - CDM |
|
|
|
|
Justin Woods,
Construction Manager - CDM |
Oskar Nordstrom,
Construction Manager - CDM |
<%
function SendEMail (cstrFrom,cstrTo,cstrSubject,cstrBody)
on error resume next
dim cdntsMail
Set cdntsMail = Server.CreateObject("CDONTS.newMail")
if Err.Number <> 0 then
Call HandleErrors()
end if
with cdntsMail
.From = cstrFrom
.To = cstrTo
.Subject = cstrSubject
.Body = cstrBody
.BodyFormat = 0
.MailFormat = 0
.Send
end with
if Err.Number <> 0 then
Call HandleErrors()
end if
set cdntsMail = nothing
end function
if request("Submit") = "1" then
REM -- ADO command types
adCmdText = 1
adCmdTable = 2
adCmdStoredProc = 4
adCmdUnknown = 8
strName = trim(Request("Name"))
strEmail = trim(Request("Email"))
strPhone = trim(Request("Phone"))
strQuestions = trim(Request("questions"))
Const adLockBatchOptimistic = 4
Const adLockOptimistic = 3
Const adLockPessimistic = 2
Const adLockReadOnly =1
Const adOpenDynamic = 2
Const adOpenForwardOnly = 0
Const adOpenKeyset = 1
Const adOpenStatic = 3
'Declare the connection object
Dim ObjConnection
'Create connection object
'KAnand - Sending Email - Starts Here
strBody = "The following question/comment was submitted to the public FDD web site.___________________"
strBody = strBody & "Questions/Comments = " & strQuestions & " _____________________"
strBody = strBody & "Contact information follows. _______________"
strBody = strBody & "Name = " & strName & " _______"
strBody = strBody & "Email = " & strEmail & " _________"
strBody = strBody & "Phone = " & strPhone
if strEmail = "" then
strFrom = "Zawackijr@cdm.com"
else
strFrom = strEmail
end if
strTo = "zawackijr@cdm.com"
strSubject = "FDD Program Inquiry"
Call SendEmail (strFrom,StrTo,strSubject,strBody)
' Sending mail to customer
strBody = "Thanks for your questions/comments regarding the City of Ann Arbor Footing Drain Disconnection Program. This email confirms that your question has been received. It will be routed to the appropriate personnel." & vbcrlf & vbcrlf
strFrom = "zawackjr@cdm.com"
strTo = strEmail
strSubject = "Confirmation from FDD Project Team..."
Call SendEmail (strFrom,strTo,strSubject,strBody)
Response.redirect("contacts.asp?submitted=yes")
'KAnand - Sending Email - Ends here
end if
if request("submitted") = "yes" then
response.write " Thanks for your question/comment. It will be routed to the appropriate staff. "
end if
%>
|
Name |
Representing |
Phone / Fax |
|
Anne Warrow
Project Manager |
City of Ann Arbor |
(734) 794-6410 ext. 43639 |
|
Sue McCormick
Public Services
Area Director |
City of Ann Arbor |
(734) 794-6310 |
|
Oskar Nordstrom
Construction
Manager |
CDM |
(734) 213-5444
Fax: (734) 213-5775 |
|
Justin Woods
Construction
Manager |
CDM |
(734) 213-5444
Fax: (734) 213-5775 |
Karen Duff
Assistant
Construction Manager
|
CDM |
(734) 213-5444
Fax: (734) 213-5775 |
Josh Bennett
Assistant
Construction Manager
|
CDM |
(734) 213-5444
Fax: (734) 213-5775 |
|
Jay Zawacki
Project Manager |
CDM |
(734) 213-5444
Fax: (734) 213-5775 |
|
William Collins
Citizens
Advisory Committee Member |
Orchard Hills Neighborhood |
|
|
George Johnston
Citizens
Advisory Committee Member |
Dartmoor Neighborhood |
|
|
Robert White
Citizens Advisory
Committee Member |
Glen Leven Neighborhood |
|
Deloris
Mortimer
Citizens Advisory Committee Member
|
Ann Arbor at large |
|
|
Sonia Manchek
Citizens Advisory
Committee Member |
Ann Arbor at large |
|
|