var msg = new Array();


// 設定開始（メッセージの内容を設定してください）

msg[0] = '<h2 class="site-description textwidget">IE6は対応してませんです。あえて。';
msg[1] = '<h2 class="site-description textwidget">色々と書いていきたいと思います。</h2>';
msg[2] = '<h2 class="site-description textwidget">プログレッシブエンハンスメント</h2>';
msg[3] = '<h2 class="site-description textwidget">レスポンシブ・デザイン</h2>';
msg[4] = '<h2 class="site-description textwidget">このサイトはwebkit系で最も最適化されてます。</h2>';
msg[5] = '<h2 class="site-description textwidget">お勉強なブログ。</h2>';
msg[6] = '<h2 class="site-description textwidget">ユニバーサルデザイン。</h2>';
msg[7] = '<h2 class="site-description textwidget">CSS3アニメーションを使ってます。</h2>';
msg[8] = '<h2 class="site-description textwidget">インプット・アウトプット</h2>';


// 設定終了


var no = Math.floor(Math.random() * msg.length);

