﻿$(document).ready(function() {
    $('.glow').glowbuttons();
    //    $('.glow-button').pulse({ backgroundColors: ['#D64206', '#E89776'], speed: 700 });

    //$('.glow').glowbuttons({ from: '#016bbd', to: '#b1ddff', className: 'blue', speed: 1000 });
});