$(function() {

    alert('THIS PROMOTION HAS NOW ENDED');

    $('#ssContent table tr:nth-child(even)').css({
        backgroundColor: '#444444'
    });

    $('#sstTop, #sstMid').empty();

    $('#sstMid').click(function() {
        self.location.href='/startsmart/';
    });
});

