Commit 1c3dafeb by o.kimura

アイシン戻し

parent 77b96333
Showing with 6 additions and 6 deletions
...@@ -209,14 +209,14 @@ function includeSideEn_pict() { ...@@ -209,14 +209,14 @@ function includeSideEn_pict() {
function includeShowcaseImage() { function includeShowcaseImage() {
showcaseimage = new Array(); showcaseimage = new Array();
showcaseimage[0] = "<img src='images/japantoilet.png' alt='' width='1280' height='377' />"; showcaseimage[0] = "<img src='images/showcase01.jpg' alt='' width='1280' height='377' />";
showcaseimage[1] = "<img src='images/japantoilet.png' alt='' width='1280' height='377' />"; showcaseimage[1] = "<img src='images/showcase02.jpg' alt='' width='1280' height='377' />";
showcaseimage[2] = "<img src='images/japantoilet.png' alt='' width='1280' height='377' />"; showcaseimage[2] = "<img src='images/showcase03.jpg' alt='' width='1280' height='377' />";
showcaseimage[3] = "<img src='images/japantoilet.png' alt='' width='1280' height='377' />"; showcaseimage[3] = "<img src='images/showcase04.jpg' alt='' width='1280' height='377' />";
showcaseimage[4] = "<img src='images/japantoilet.png' alt='' width='1280' height='377' />"; showcaseimage[4] = "<img src='images/showcase05.jpg' 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();
showcaseimage[0] = "<a href='https://toilet-episode-cp.com/' target='_blank'><img src='images/campaign_mv_pc_f.png' alt='' width='965' height='auto' class='mv_fade' /></a>"; showcaseimage[0] = "<a href='https://toilet-episode-cp.com/' target='_blank'><img src='images/campaign_mv_pc_f.png' alt='' width='965' height='auto' class='mv_fade' /></a>";
document.write(showcaseimage[0]);*/ document.write(showcaseimage[0]);*/
} }
......
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