/*-----------------------------------------------
flashInsert for Home template

  Insert flash content using SWFObject
  $Id: tpl_home.js 336 2007-05-26 20:24:15Z keolo $
-----------------------------------------------*/
function flashInsert() {
    var so = new SWFObject("/common/flash/home.swf", "flash-content-flash", "2880", "1200", "8", "#000000");

    for (i = 0; i < names.length; i++) {
      so.addVariable(names[i], values[i]);
    }

    so.write("flash-content");
}
