-
Notifications
You must be signed in to change notification settings - Fork 0
/
ResourcesForms.html
116 lines (93 loc) · 5.09 KB
/
ResourcesForms.html
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<link href="Style/StyleSheet.css" rel="stylesheet" type="text/css" />
<title>Swosu Health Services</title>
</head>
<body>
<header>
<h1><span id="swosu">
<a href="index.html">
<img src="Images/swosulogo.jpg" /></a></span>Health Services</h1>
</header>
<nav>
<ul>
<li><a href="index.html">Mission/Services</a></li>
<li><a href="Staff.html">Staff</a></li>
<li><a href="Immunization.html">Immunization</a></li>
<li><a href="PatientRights.html">Patient Rights</a></li>
<li><a href="ResourcesForms.html">Resources Forms</a></li>
<li><a href="ChargesFees.html">Charges Fees</a></li>
<li><a href="AfterHoursCare.html">After Hours Care</a></li>
<li><a href="InfectiousDiseases.html">Infectious Diseases</a></li>
<li><a href="ForParents.html">For Parents</a></li>
</ul>
</nav>
<article>
<h2>Health Resources</h2>
<h3>Sexual Health</h3>
<ul class="left-indent">
<li><a href="http://www.thebody.com">AIDS and HIV Information</a></li>
<li><a href="hiv.asp">HIV Test Decision Information</a></li>
<li><a href="http://www.stdwizard.org/">Take 5 Minutes to see if you should be tested for an STD-Take this quiz!</a></li>
</ul>
<h2>Women's Health</h2>
<ul class="left-indent">
<li><a href="http://www.afraidtoask.com">Afraid to Ask</a></li>
<li><a href="http://www.healthatoz.com">Health A to Z</a></li>
<li><a href="http://www.womenshealth.gov">The National Women's Health Information Center</a></li>
<li><a href="http://www.womenshealth.gov">National Women's Health Resource Center</a></li>
</ul>
<h2>Alcohol & Drugs</h2>
<ul class="left-indent">
<li><a href="http://www.collegedrinkingprevention.gov/collegestudents/10myths/flash/myth.html">Take the Quiz! 10 Myths of College Drinking</a></li>
<li><a href="http://www.collegedrinkingprevention.gov/CollegeStudents/anatomy/InteractiveBody_flash.aspx">Check Out How Alcohol Affects the Body!</a></li>
<li><a href="http://www.edc.org/hec">The higher education center for alcohol and other drug prevention</a></li>
</ul>
<h2><a class="floatright" href="https://www.supertracker.usda.gov" title="SuperTracker">
<img alt="SuperTracker" class="no-mobile" height="100" src="images/SuperTracker.jpg" width="100" /></a>Diet and Exercise</h2>
<ul>
<li><a href="http://www.cdc.gov/nccdphp/dnpa/nutrition/index.htm">CDC Nutrition Topics</a></li>
<li><a href="http://www.cdc.gov/nccdphp/dnpa/physical/index.htm">CDC Physical Activity for Everyone</a></li>
<li><a href="http://www.choosemyplate.gov/">USDA - ChooseMyPlate.gov</a></li>
</ul>
<h2>Eating Disorders</h2>
<ul>
<li><a href="http://www.nationaleatingdisorders.org/">National Eating Disorders Association</a></li>
</ul>
<h2>Depression</h2>
<ul>
<li><a href="http://www.depressionissues.com">depressionissues.com</a></li>
</ul>
<h2>Other Informational Sites</h2>
<ul>
<li><a href="http://www.cdc.gov/family/college/">Centers for Disease Control & Prevention</a></li>
<li><a href="http://www.cdc.gov/hoaxes_rumors.html">Health Related Hoaxes and Rumors</a></li>
<li><a href="http://www.webmd.com">WebMD</a></li>
<li><a href="http://www.healthscout.com">Health Scout</a></li>
<li><a href="http://www.mayoclinic.com/">Mayo Clinic</a></li>
</ul>
<div></div>
<h2>Forms</h2>
<!--<div class="form-list"><script language="javascript" src="http://www.swosu.edu/resources/pubforms/PublicationListSyndicator.aspx?psid=118" type="text/javascript"></script>
</div>
<h2>Policies</h2>
<div class="form-list left-indent"><script language="javascript" src="http://www.swosu.edu/resources/pubforms/PublicationListSyndicator.aspx?psid=518" type="text/javascript"></script>
</div>
<h2 class="form-list">Student Health Insurance Information</h2>
<div class="form-list"><script language="javascript" src="http://www.swosu.edu/resources/pubforms/PublicationListSyndicator.aspx?psid=52" type="text/javascript"></script>
</div>-->
<a href="http://www.swosu.edu/resources/pubforms/PublicationListSyndicator.aspx?psid=118">Item1</a>
<h2>Policies</h2>
<div class="form-list left-indent">
<script language="javascript" src="http://www.swosu.edu/resources/pubforms/PublicationListSyndicator.aspx?psid=518" type="text/javascript"></script>
</div>
<h2 class="form-list">Student Health Insurance Information</h2>
<div class="form-list">
<script language="javascript" src="http://www.swosu.edu/resources/pubforms/PublicationListSyndicator.aspx?psid=52" type="text/javascript"></script>
</div>
<h2>Policies</h2>
</article>
</body>
</html>