document.observe('dom:loaded', function(){
  // Loads the home page animation
  var so = new SWFObject('/swfs/home_animation.swf','player','702','660','8');
  so.addVariable('autostart','true');
  so.addVariable('gpu','wmode');
  splash.addVariable('wmode', 'transparent');
  so.write('animation');
});
