// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults

function setSticksBG() {
   $('box1').setStyle({backgroundColor: '#ffdb1b'})
   $('box2').setStyle({backgroundColor: '#ffdb1b'})
   $('box3').setStyle({backgroundColor: '#ffdb1b'})
   $('box4').setStyle({backgroundColor: '#ffdb1b'})
   $('box5').setStyle({backgroundColor: '#ffdb1b'})
   $('box6').setStyle({backgroundColor: '#ffdb1b'})
 }

