$(document).ready(function(){

    $(document).pngFix();

    $('#switch').pulse({
        speed: 1500,
        textColors: ['red','white']
    });


});