Peterborough Community Radio Ltd
23/24 Herlington Centre, Orton Malbourne Peterborough PE2 5PN
Advertise on PCRFM
Privacy Policy
Competition’s Terms and Conditions
Website Terms and Conditions
// 1. Define a color for the snow
snowStorm.snowColor = '#fff';
// 2. To optimize, define the max number of flakes that can
// be shown on screen at once
snowStorm.flakesMaxActive = 150;
// 3. Allow the snow to flicker in and out of the view
snowStorm.useTwinkleEffect = true;
// 4. Start the snowstorm!
snowStorm.start();