
// SWFOBJECT

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

  if ($('homepage-flash-replace')) {
    swfobject.embedSWF("flash/homepage.swf", "homepage-flash-replace", "750", "320", "9.0.0", false, {}, { 'wmode' : 'transparent'}, { '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'});
  }

});

