// フラッシュ

function addFlash () {

    var movie = "cmn/img/top.swf";

    var width = "760";

    var height = "188";

    var val = "";

    var color = "ffffff";

    var menu = "false";

    var quality = "high";

    var loop = "true";

    var id = "kifl";

    var align = "middle";

    if (val == "val") {

      var loc = window.location;

      var xml = "";

      var val = "NowURL=" + loc + "&XMLFile=" + xml;

    }

   document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ');

   document.write('codebase="https://active.macromedia.com/flash2/cabs/swflash.cab#version=6,0,0,0" ');

   document.write('width="'+width+'" ');

   document.write('height="'+height+'" ');

   document.write('id="'+id+'" ');

   document.write('align="'+align+'">\n');

   if(val == "novals"){

     document.write('<param name="movie" value="'+movie+'" />\n');

   }else{

     document.write('<param name="movie" value="'+movie+'?'+val+'" />\n');

     document.write('<param name="FlashVars" VALUE="'+val+'" />\n');

   }

   document.write('<param name="menu" value="'+menu+'" />\n');

   document.write('<param name="quality" value="'+quality+'" />\n');

   document.write('<param name="loop" value="'+loop+'" />\n');

   document.write('<param name="bgcolor" value="#'+color+'" />\n');

   document.write('<embed ');

   if(val == "novals"){

     document.write('src="'+movie+'" ');

   }else{

     document.write('src="'+movie+'?'+val+'" ');

     document.write('FlashVars="'+val+'" ');

   }

   document.write('menu="'+menu+'" ');

   document.write('quality="'+quality+'" ');

   document.write('loop="'+loop+'" ');

   document.write('bgcolor="#'+color+'" ');

   document.write('width="'+width+'" ');

   document.write('height="'+height+'" ');

   document.write('name="'+id+'" ');

   document.write('align="'+align+'" ');

   document.write('type="application/x-shockwave-flash" ');

   document.write('pluginspage="https://www.macromedia.com/go/getflashplayer" />\n');

   document.write('</object>\n');

}



// HTML

function addHtml () {

  document.write ("<a href=\"http://www.kandagaigo.ac.jp/kuis/seven/\"><img src=\"http://www.kandagaigo.ac.jp/kuis/img/top_img.jpg\" alt=\"KIFL Kanda Institute of Foreign Languages\" width=\"760\" height=\"188\"></a>\n");

}

