<html>
<head>
<title>the
Fantastic Four Adventure Trail Exams</title>
<link
rel="stylesheet"
type="text/css"
href="../fantastic.css">
<SCRIPT
LANGUAGE = "JavaScript">
<!--
if
(document.images) { // Active Images
img1on
= new Image();
img1on.src
= "../buttons/clickfour.gif";
img2on
= new Image();
img2on.src
= "../buttons/clickfour.gif";
img3on
= new Image();
img3on.src
= "../buttons/clickfour.gif";
img4on
= new Image();
img4on.src
= "../buttons/clickfour.gif";
img5on
= new Image();
img5on.src
= "../buttons/clickfour.gif";
img6on
= new Image();
img6on.src
= "../buttons/clickfour.gif";
img7on
= new Image();
img7on.src
= "../buttons/clickfour.gif";
img8on
= new Image();
img8on.src
= "../buttons/clickfour.gif";
img1off
= new Image();
img1off.src
= "../buttons/clickreed.gif";
img2off
= new Image();
img2off.src
= "../buttons/clicksue.gif";
img3off
= new Image();
img3off.src
= "../buttons/clickben.gif";
img4off
= new Image();
img4off.src
= "../buttons/clickjohnny.gif";
img5off
= new Image();
img5off.src
= "../buttons/clickcrystal.gif";
img6off
= new Image();
img6off.src
= "../buttons/clicknita.gif";
img7off
= new Image();
img7off.src
= "../buttons/clickfrankie.gif";
img8off
= new Image();
img8off.src
= "../buttons/clicklyja.gif";
}
//
Function to 'activate' images.
function
imgOn(imgName) {
if
(document.images) {
document[imgName].src
= eval(imgName + "on.src");
}
}
//
Function to 'deactivate' images.
function
imgOff(imgName) {
if
(document.images) {
document[imgName].src
= eval(imgName + "off.src");
}
}
//
-->
</script>
</head>
<body
bgcolor="#000080"
text="#FFFFFF">
<h1
align="center"><i><font
face="Arial"
color="#FF0000"
size="4">
Exam
List</font></i></h1>
<div
align="center">
<center>
<table
border="0"
width="700"
height="352">
<tr>
<td
rowspan="3"
width="100"
align="center"
height="348">
<p>
<A
HREF = "../four/reed/index.html"
onMouseOver = "imgOn('img1')"
onMouseOut = "imgOff('img1')"
target="_parent">
<font
face="Arial">
<IMG
NAME = "img1"
border = 0 SRC = "../buttons/clickreed.gif"
width="90"
height="87"></font></A>
</p>
<p>
<A
HREF = "../four/sue/index.html"
onMouseOver = "imgOn('img2')"
onMouseOut = "imgOff('img2')"
target="_parent">
<font
face="Arial">
<img
name = "img2"
border = 0 src = "../buttons/clicksue.gif"
width="90"
height="87"></font></A>
</p>
<p>
<a
href = "../four/thing/index.html"
onMouseOver = "imgOn('img3')"
onMouseOut = "imgOff('img3')"
target="_parent">
<font
face="Arial">
<img
name = "img3"
border="0"
src="../buttons/clickben.gif"
width="90"
height="87"></font></a>
</p>
<p>
<a
href = "../four/torch/index.html"
onMouseOver = "imgOn('img4')"
onMouseOut = "imgOff('img4')"
target="_parent">
<font
face="Arial">
<img
name = "img4"
border="0"
src="../buttons/clickjohnny.gif"
width="90"
height="87">
</font>
</p>
</a>
<p> </td>
<td
width="535"
height="96"
valign="top"><a
href="survey.html"><font
face="Arial"><b>The
Fantastic
Four
Interactive Survey</b></font></a>
<p><font
face="Arial">There
are a lot of questions to be answered about
what
you liked and disliked about the Fantastic Four's comic books. Click
into
our interactive survey and find out where you stand.</font></td>
</tr>
<tr>
<td
width="535"
height="219"
valign="top"><a
href="http://www.selectsmart.com/FREE/select.php3?client=fanfour"><font
face="Arial"><b>The
Fantastic
Four Personality Indicator</b></font></a>
<p><font
face="Arial">Welcome,
trail blazers, to the Fantastic Four
Adventure
Trail Personality Test! Here you will discover which member of
the
FF you are most like! (Warning: This link takes you off this site.)</font>
<p> </td>
</tr>
<tr>
<td
width="535"
height="25"></td>
</tr>
</table>
</center>
</div>
</body>
</html>