-
Notifications
You must be signed in to change notification settings - Fork 0
/
contacts.aspx
36 lines (35 loc) · 1.5 KB
/
contacts.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="contacts.aspx.vb" Inherits="contacts" title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<br />
Sometimes one may feel it necessary to bring in various governmental
or media authorities. Following is a list of contacts in these sectors who may be
able to help you, or at least point you in the right direction. Please let me know
of any additional resources. Use these only when appropriate and necessary.<br />
<br />
<strong>Governmental:<br />
</strong><em>1. Department of Consumer Protection.<br />
<strong> </strong></em>Address: .<br />
Phone: .<br />
Fax: .<br />
Toll-Free: .<br />
<em>2. Congressman<br />
</em> Website: <br />
Address:<br />
Phone: <br />
Fax: <br />
<em>3. Senator. <br />
</em>Website: </a><br />
Address: .<br />
Phone: .<br />
Fax: .<br />
Email: .<br />
<br />
<strong>Media:<br />
</strong><em>1. Local Newspaper.<br />
2. Local TV Station.<br />
</em> Website:<br />
Address:<br />
<em>3. Other Local TV Station<br />
</em>Website:<br />
Phone:
</asp:Content>