|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/markrose/mars/ |
Upload File : |
<HTML>
<HEAD><TITLE>Spire</TITLE>
<style>
h2
{color:#9C8900;}
h3
{color:#9C8900;}
h4
{color:#9C8900;}
h5
{color:#9C8900;}
h6
{color:#9C8900;}
</style>
<SCRIPT LANGUAGE="JavaScript" SRC="mars.js">
</SCRIPT>
</HEAD>
<BODY BGCOLOR="#F2EED1">
<form action="" name="theform">
<script language="javascript" type="text/javascript">
function city()
{
window.location = pageref("areopolis");
}
function boss()
{
if (briefed() == "y") {
window.location = pageref("bossbriefed");
} else {
window.location = pageref("boss");
}
}
function office()
{
window.location = pageref("office");
}
function cover()
{
window.location = pageref("cover");
}
</script>
<h2>The Incatena Spire</h2>
This is the headquarters of the Incatena, the administrative hub of human space, housed in an imposing spire that breaks through the Tajima energy screen into the thin Martian atmosphere, dwarfing the more modest domes of Areopolis Centre. From the upper floors there are marvelous views of the endless red Martian desert. Here and there are the remains of an abandoned terraforming project: a few stands of kudzu. Nothing else could be found that would grow here.
<p>The Spire is a bustling place, with men and women and the occasional alien rushing past on their astoundingly important business. You can tell the colonials— they’re the ones who say “Excuse me” when they run into you.
<p>
<script>
if (briefed() == "y") {
document.write( "Perhaps you should go in and speak to the boss again. He’s sure to have a cheery word for you. It was fun last time, wasn’t it?" );
} else {
document.write( "The boss is waiting for you. Go on in. He knows you’re here. Stop dithering." );
}
</script>
<center><input type="button" value="Your office" onClick="office();"></center>
<p><center><input type="button" value="The boss" onClick="boss();"></center>
<p><center><input type="button" value="Acquire a cover" onClick="cover();"></center>
<p><center><input type="button" value="City" onClick="city();"></center>
</form>
</body>
</html>