$(document).ready(function() {
  var services = $('#services');
  var legal = $('#legal');
  var about = $('#about');
  var contact = $('#contact');
  var bullets = $('#bullets');
  var mainsrvcs = $('#mainsrvcs');
  var notice = $('#notice');
  var aboutus = $('#aboutus');
  var contacts = $('#contacts');
  var pages = $('.pages');
  var sub = $('.sub');
  var ads = $('#ads');
        $.doTimeout( 1000, function(){ 
           $(bullets).fadeIn(290);
           });
      //  $(bullets).show();
      //$('#logo').css('margin-right','-162px');
  //    $(skip).css('padding-top','10px');
      
  $(window).load(function () {
    //    $(vid).css('margin','0 0 0 0');
     //   $(home).css('width','980px');
      //  $('#bullets').fadeIn("fast");
       $(bullets).show();
       $(ads).show();
        
     $(services).click(function () {
           $(pages).hide();
           $(ads).hide();
           $(mainsrvcs).fadeIn(290);
  });
     $(legal).click(function () {
           $(pages).hide();
           $(ads).hide();
           $(notice).fadeIn(290);
  });
     $(about).click(function () {
           $(pages).hide();
           $(ads).hide();
           $(aboutus).fadeIn(290);
  });
     $(contact).click(function () {
           $(pages).hide();
           $(ads).hide();
           $(contacts).fadeIn(290);
           $(ads).show();
  });  
    $('#rush').click(function () {
           $('.sub').hide();
           $('.rush').show();
  })
      $('#247').click(function () {
           $('.sub').hide();
           $('.247').show();
  })
      $('#special').click(function () {
           $('.sub').hide();
           $('.special').show();
  })
});
});

