jQuery(document).ready(function () {  
  
  $('.sci_topbg').snowfall({
     /*shadow  : true,*/
    flakeCount :200
    ,minSpeed : 1
    ,maxSpeed : 2
     
  });
  
});           


