// ==============================================
// Copyright 2004 by CodeLifter.com
// Free for all; but please leave in this header.
// ==============================================

var Quotation=new Array() // do not change this!

// Set up the quotations to be shown, below.
// To add more quotations, continue with the
// pattern, adding to the array.  Remember
// to increment the Quotation[x] index!

Quotation[0] = "<a href=\"http://www.azukijuken.net/srtcont/oyadekimaru.html\"><strong>中学受験は親のあなたで決まる！和田秀樹の中学受験 親のバイブル </strong></a><br />受験の神様と呼ばれる和田秀樹が、中学受験に悩む親のあなたを164分で難関中学合格の「勝ち組お母さん」に変身させます。";
Quotation[1] = "<a href=\"http://www.azukijuken.net/srtcont/oyadekimaru.html\"><strong>中学受験は親のあなたで決まる！和田秀樹の中学受験 親のバイブル </strong></a><br />受験の神様と呼ばれる和田秀樹が、中学受験に悩む親のあなたを164分で難関中学合格の「勝ち組お母さん」に変身させます。";
Quotation[2] = "<script type=\"text/javascript\" src=\"http://www.infotop.jp/click.js\"></script><a href=\"http://www.kiokujyutu-master.com/top1/\" onclick=\"return clickCount(2640, 30778);\"><img src=\"http://www.infotop.jp/img/banner2_30778.gif\" width=\"468\" height=\"60\" border=\"0\"></a><br />";
Quotation[3] = "<script type=\"text/javascript\" src=\"http://www.infotop.jp/click.js\"></script><a href=\"http://www.kiokujyutu-master.com/top1/\" onclick=\"return clickCount(2640, 30778);\"><img src=\"http://www.infotop.jp/img/banner2_30778.gif\" width=\"468\" height=\"60\" border=\"0\"></a><br />";
Quotation[4] = "<a href=\"http://www.moshimo.com/bargain/405/327323\"><img src=\"http://www.moshimo.com/images/bargain/405/468-60.jpg\" width=\"468\" height=\"60\" alt=\"新型インフルエンザ対策にも！マスク＆グッズ　販売館\" style=\"border:0;\"></a>";
Quotation[5] = "<a href=\"http://www.azukijuken.net/srtcont/oyadekimaru.html\"><strong>中学受験は親のあなたで決まる！和田秀樹の中学受験 親のバイブル </strong></a><br />受験の神様と呼ばれる和田秀樹が、中学受験に悩む親のあなたを164分で難関中学合格の「勝ち組お母さん」に変身させます。";
// ======================================
// Do not change anything below this line
// ======================================
var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}
showQuotation();



