-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 1.62 KB
/
index.html
File metadata and controls
24 lines (24 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>MMORPG SURVEY :: FRYMANET.COM</title>
<LINK href="web.css" rel='stylesheet' type='text/css'>
</head>
<body>
<div id="wrapper">
<div class="header"><em>MMORPG</em> Survey</div>
<div id="content">
<p>You are invited to participate in a research study on the social interaction patterns and preferences of massively multiplayer online role-playing game (MMORPG) players. If you are currently a resident of the United States of America and play one or more MMORPGs (i.e., Asheron's Call, DECO Online, EVE Online, EverQuest, Star Trek Online, Star Wars Galaxies, Toontown Online, Ultima Online, World of Warcraft, etc.), you are eligible to participate. You will be asked to complete a 5-10 minute survey. All questions and comments should be directed to Melanie L. Fryman at: <a href="mailto:mlf4g@mtmail.mtsu.edu" target="_blank">mlf4g@mtmail.mtsu.edu</a>.</P>
<p>To proceed, please indicate whether you are over or under the age of 18.</P>
<FORM>
<INPUT TYPE="BUTTON" VALUE="I Am Under the Age of 18" ONCLICK="window.location.href='under_18.html'"><br /><br />
<INPUT TYPE="BUTTON" VALUE="I Am Over the Age of 18" ONCLICK="window.location.href='over_18.html'">
</FORM>
</div>
<div id="footer">
<p>IRB Protocol #11-002 <br />Protocol Approval Date: 07/11/2010<br />Protocol Expiration Date: 07/11/2011</p>
</div>
</div>
</body>
</html>