<?php

$User_ID = $_COOKIE["User_ID"];

if (strlen($User_ID)>0) {


?>

<html><head><title>Dream Loom</title>

<link type="text/css" rel="stylesheet" href="style.css"> 
</head>

<body>

<h2>Personal Weaving Space</h2>

<a href="dream-build.php">Make a Dream</a><BR>
<a href="dream-contrib-UI.php">Contribute a Dream</a><BR />
<a href="dream-view-UI.php">Review Dreams</a> (yours or another's)<BR />

<br /><br /><br /><br /><br /><a href="loom-concept.php">More about the system</a>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1203790-1";
urchinTracker();
</script></body></html>


<?php 
// email graphic for help linked to apology page for hidden email.  
//'lick for frustration' linked to db - rest assured your click has had incremental impact upon a register in our database.

} else { 
	Header("Location: index.php");
}
?>