function init(){
  flawidth = screen.width * 0.70;
  flaheight = flawidth*.5;
  document.getElementById('flashSite').style.width = flawidth+"px";
  var soA = new SWFObject("siteOCO2007V008.swf", "flashSite", flawidth, flaheight, "8");
  soA.write("flashSite");
}
