var imgMax  = 2; //セットする文字列の数。
var imgRand = Math.floor(Math.random() * imgMax);

if(imgRand == 0)
document.write('Feel free to link this website.');

else if(imgRand == 1)
document.write('このサイトはリンクフリーです。');


