holow
Spencer Williams' Web Page dedicated to the anime show Bleach!!!

Chapter 1

Chapter 2

Chapter 3

Chapter 4

 
 
 

<script>
//hello user
//ask user for name
//Andy Harris, 09/00
var userName;
userName = prompt("What is your name?");
alert(userName);
</script>