$().ready(function () {
  $('#logo').flashObject({
    swf: baseurl+'logo.swf',
    width: 932,
    height: 275,
    id: 'logo'
  });
});

