window.onload = pageInit;

var motoFlash = new flashObject();
motoFlash.file = "swf/moto_nfl_main.swf";
motoFlash.width = "990";
motoFlash.height = "545";
motoFlash.bgcolor = "#1A1A1A";
motoFlash.containerId = "motoContainer";
motoFlash.flashId = "motoFlash";
motoFlash.write();

function pageInit() {
  var myTO = setTimeout("motoFlash.display();", 0);
}
