How to add snow flakes to your page

Decide how many flakes you want. Say 5 to start with. Add the following to your page.
<script language="javascript" SRC="http://www.cs.ucl.ac.uk/staff/W.Langdon/snowflake.js"><!--
// -->
</script>
<script language="JavaScript1.2"><!--
initialise(5); // number of snow flakes 1-100+
snow();
 -->
</script>
</a>

You specify the number of flakes as the parameter of the initialise() routine.

Remember the snow flakes are mostly white, so ensure they stand out against the rest of your page. E.g. by setting the back ground to black in the body



W.B.Langdon 4 Dec 2005