It works perfectly on VBA. On my site below I used a simple header and background to create a xmas theme to match the snow. I also added a live countdown to xmas and new years that shows a live time in days/hours/minutes/seconds until both events happen.
www.globalschoolconnect.com
At the bottom of my headinclude template I added this code so it would display on all pages. There is no need to do anything special for VBA to get it to work so long as the code is placed in your headinclude template. Note: I had to use a full url path to the snowflake.js for it to work.
Input your domain and any sub-folders needed to match your site in
red.
Code:
<!-- Start Snowflake Code -->
<script type="text/javascript" src="http://www.your.domain.com/clientscript/snowflake.js"></script>
<!-- End Snowflake Code -->