Commit 074a4958 by o.kimura

T122slide

parent 51312785
...@@ -211,11 +211,11 @@ function includeSideEn_pict() { ...@@ -211,11 +211,11 @@ function includeSideEn_pict() {
function includeShowcaseImage() { function includeShowcaseImage() {
showcaseimage = new Array(); showcaseimage = new Array();
showcaseimage[0] = "<img src='images/showcase01.jpg' alt='' width='1280' height='377' />"; showcaseimage[0] = "<img src='images/japantoilet.png' alt='' width='1280' height='377' />";
showcaseimage[1] = "<img src='images/showcase02.jpg' alt='' width='1280' height='377' />"; showcaseimage[1] = "<img src='images/japantoilet.png' alt='' width='1280' height='377' />";
showcaseimage[2] = "<img src='images/showcase03.jpg' alt='' width='1280' height='377' />"; showcaseimage[2] = "<img src='images/japantoilet.png' alt='' width='1280' height='377' />";
showcaseimage[3] = "<img src='images/showcase04.jpg' alt='' width='1280' height='377' />"; showcaseimage[3] = "<img src='images/japantoilet.png' alt='' width='1280' height='377' />";
showcaseimage[4] = "<img src='images/showcase05.jpg' alt='' width='1280' height='377' />"; showcaseimage[4] = "<img src='images/japantoilet.png' alt='' width='1280' height='377' />";
n = Math.floor(Math.random() * showcaseimage.length); n = Math.floor(Math.random() * showcaseimage.length);
document.write(showcaseimage[n]); document.write(showcaseimage[n]);
/* showcaseimage = new Array(); /* showcaseimage = new Array();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment