Relates to:
petsitting,Cat at Home, pets...
About http://www.catsathome.net/:
We at Cats at Home are dedicated to the care of most animals-especially cats. We offer an alternative to catteries which is ideal for those who have cats that could not cope in a cattery environment or those of you that prefer your pets to be kept in their own home...
Description:
// CREDITS:0 // Snowmaker // By Peter Gehrig // Copyright (c) 2003 Peter Gehrig. 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 // 11/27/2003 // IMPORTANT: // If you add this script to a script-library or script-archive // you have to add a highly visible link to // http://www.24fun.com on the webpage // where this script will be featured /////////////////////////////////////////////////////////////////////////// // CONFIGURATION STARTS HERE /////////////////////////////////////////////////////////////////////////// // Set the number of snowflakes (more than 30 - 40 not recommended) var snowmax=40 // Set the colors for the snow. Add as many colors as you like var snowcolor=new Array(#aaaacc,#ddddFF,#ccccDD) // Set the fonts, that create the snowflakes. Add as many fonts as you like var snowtype=new Array(Arial Black,Arial Narrow,Times,Comic Sans MS) // Set...