$(document).ready(function(){
  //Only do this if they have flash version 9 and above
  if (swfobject.hasFlashPlayerVersion("9.0.0")) {
    swfobject.embedSWF("/flash/banner.swf", "banner", "356", "246", "9.0.0", "false", {}, {menu: "true", wmode: "opaque"}, {});
    swfobject.embedSWF("/flash/aloc-graph.swf", "chart", "261", "261", "9.0.0", "false", {}, {menu: "true", wmode: "transparent"}, {});
    swfobject.embedSWF("/flash/animated-map.swf", "map", "202", "170", "9.0.0", "false", {}, {menu: "true", wmode: "opaque"}, {});
    swfobject.embedSWF("/flash/nz-facts.swf", "nz-facts", "412", "170", "9.0.0", "false", {}, {menu: "true", wmode: "transparent"}, {});
  }
});