
// SWFOBJECT

document.observe('dom:loaded', function(){

  if ($('homepage-flash-replace')) {
    swfobject.embedSWF("flash/homepage.swf", "homepage-flash-replace", "750", "325", "9.0.0", false, {}, {}, { 'id' : 'flash-feature'});
  }
  if ($('game-flash-replace')) {
    swfobject.embedSWF("flash/dunking_game.swf", "game-flash-replace", "750", "555", "9.0.0", false, {}, {}, { 'id' : 'flash-feature'});
  }
  if ($('wear-care-flash-replace')) {
    swfobject.embedSWF("flash/wear_and_care.swf", "wear-care-flash-replace", "750", "407", "9.0.0", false, {}, {}, { 'id' : 'flash-feature'});
  }
  if ($('the-doctors-flash-replace')) {
    swfobject.embedSWF("flash/the_doctors.swf", "the-doctors-flash-replace", "750", "440", "9.0.0", false, {}, {}, { 'id' : 'flash-feature'});
  }
if ($('map-flash-replace')) {
    swfobject.embedSWF("flash/map.swf", "map-flash-replace", "750", "600", "9.0.0", false, {}, {}, { 'id' : 'flash-feature'});
  }
});

