06/02/2022
//Here you can add your own picture for snow. Just change the url var snowsrc="URL หิมะ" //how many snowflakes there will be (currently 12) var no =47; //How fast will the snow disappear (0 is never) var hidesnowtime = 0; //The height the snow will reach before it disappears ("windowheight" or "pageheight") var snowdistance = "pageheight"; ///////////////////////////////End of Settings/////////////////////////////////// var ie4up = (document.all) ?...
//Here you can add your own picture for snow. Just chan…