













.
<script type="text/javascript"> //<!-- //-> </script>
heads=new Array(); heads[0]="../../../../liz_arum_classes/[class name]/heads/[last name of a student in class].png"; heads[1]="../../../../liz_arum_classes/[class name]/heads/[last name of a student in class].png"; heads[2]="../../../../liz_arum_classes/[class name]/heads/[last name of a student in class].png"; heads[3]="../../../../liz_arum_classes/[class name]/heads/[last name of a student in class].png"; //continue for number of students in class
function updateHeads(){
rand=Math.floor(Math.random()*heads.length)
document.getElementById("head").src=heads[rand];
}function update[Word](){ rand=Math.floor(Math.random()*[array name].length) document.getElementById("[word]").src=[array name][rand]; }
function getAngry(){
updateAngryEyes();
__________
__________
__________
__________
}
function getHappy(){
updateHappyEyes();
__________
__________
__________
__________
}
function getFace(){
if(Math.random()<.5){
__________
}else{
__________
}
}<body onload="______________;return true;">
<!-- By setting action to # the page reloads itself when a button is clicked-->
<form id="face" method="post" action="#" >
<div>
<input type="button" value="[what you want written on the button]" onclick="getAngry();return true;" />
<br />
<input type="button" value="[what you want written on the button]" onclick="getHappy();return true;" />
<br />
<input type="button" value="[what you want written on the button]" onclick="updateHeads();return true;" />
<br />
<input type="button" value="[what you want written on the button]" onclick="[function that changes noses];return true;" />
<br />
<input type="button" value="[what you want written on the button]" onclick="[function that changes hair];return true;" />
<br />
</div>
</form>
<!-- the following places all the images on the page-->
<img src="" alt="" id="head" style="padding:0em;position:absolute;top:150px;left:270px;" />
<img src="" alt="" id="eyes" style="padding:0em;position:absolute;top:270px;left:280px;" />
<img src="" alt="" id="nose" style="padding:0em;position:absolute;top:430px;left:280px;" />
<img src="" alt="" id="mouth" style="padding:0em;position:absolute;top:490px;left:280px;" />
<img src="" alt="" id="hair" style="padding:0em;position:absolute;top:50px;left:200px;" />
<tr>
<td class="assignment"><a href="last_assignment.html">last assignment</a></td>
<td class="description">Applications used</td>
<td class="date">9/20/05</td>
</tr>
<tr>
<td class="assignment"><a href="last_assignment.html">last assignment</a></td>
<td class="description">Applications used</td>
<td class="date">9/20/05</td>
</tr>
<tr>
<td class="assignment"><a href="last_assignment.html">last assignment</a></td>
<td class="description">Applications used</td>
<td class="date">9/20/05</td>
</tr>
<td class="assignment">Face Game</td>
<td class="description">BBEdit, Photoshop and Javascript</td>
<td class="date"></td>