﻿var tips = new Array(10);
tips[0] = "◆ 經典語錄: 心變強奪，打完再射";
tips[1] = "◆ YU-GI-OH is the best!!! XD";
tips[2] = "◆ 決鬥者的技術都是其次，品格才是最重要的。";
tips[3] = "◆ 卡組的英文是DECK，並不是DESK";
tips[4] = "◆ 神鳥一啄，再無下Turn";
tips[5] = "◆ 所謂的技術，是需要建立於卡片之上的";
tips[6] = "◆ 人誰無宿?";
tips[7] = "◆ 栗波與羊，終被踐踏";
tips[8] = "◆ 歇後語: 旋風連鎖即效魔法 (<span title='毫無意義'>答案見此</span>)";
tips[9] = "◆ 四星千九，無限湧獸";


var index = Math.floor(Math.random() * tips.length);
document.write(tips[index]);