The problem is that due to an overuse (abuse really) of absolute positioning, your page has no layout height in FF, so the script sees nowhere for the snow to fall. As a result, it just keeps dancing around at the top of the page. Add (highlighted):
Code:
. . . haveninc.com/kidcessory-haven-flower-favicon.ico" type="image/vnd.microsoft.icon" /> <!--$end pageHtmlBefore$-->
</head>
<body bgcolor="#FFFFFF" background="clipart/backgrounds/fullpage/sunFlowerBg.gif" text="#000000" link="#006600" vlink="#CC3300" topmargin="0" leftmargin="0">
<!--$begin exclude$-->
<div id="centerwrapper" style="height:100%;">
<div id="root" style="position:absolute;width:960px;height:2106px;">
<!--$end exclude$-->
<div id="e0" style="position:absolute;lef . . .
Bookmarks