$(function()
{

  $('#splash_intro').each(function()
  {
    var swf = new SWFObject(this.title, this.id, '780', '235', '6', '#ffffff')
    swf.write(this.id);
    this.title = '';
  });
  
  $('#splash_buttons').each(function()
  {
    var swf = new SWFObject(this.title, this.id, '780', '72', '6', '#ffffff')
    swf.write(this.id);
    this.title = '';
  });

});
