This function initiates the winning indication by flashing all the colored sections four times.
//all colored section flash 4 times in a row to signify the user has won
function userWin() {
winFlashes++;
for(var i = 0; i < 4; i++){
$colors.each(function(){
var color = $(this); //referencing all colored sections