<script>
// CREDITS:
// FlowerPower: put springtime on your website
// by Urs Dudli and Peter Gehrig 
// Copyright (c) 2001 Peter Gehrig and Urs Dudli. All rights reserved.
// Permission given to use the script provided that this notice remains as is.
// Additional scripts can be found at http://www.24fun.com.
// info@24fun.com
// 3/27/2001

// IMPORTANT: 
// If you add this script to a script-library or a script-archive 
// you have to insert a highly visible link to http://www.24fun.com right into the 
// webpage where the script will be displayed.

// number of blossoms
var numberofblossoms=10

// speed of blossom animation (higher means slower)
var openblossomspeed=200

// how long shall the blossom be visible after being opened? Answer in seconds
var showblossomstime=2
</script>
<script src="imgblossomani.js"></script>
