$(document).ready(function() {
        $('#great_jobs').delay(1500).animate({ width: 'show' });
        $('#we_have_both').delay(3500).animate({ width: 'show' });
});
