// ==============================================
// 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 target=\"_blank\" href=\"http://www.azukijuken.net/\" title=\"中学受験に勝つ親になるっ！！\"><img src=\"http://mozshot.nemui.org/shot/150x150?http://www.azukijuken.net/\" alt=\"中学受験に勝つ親になるっ！！\" border=\"0\" /></a>";
Quotation[1] = "<a target=\"_blank\" href=\"http://search.azukijuken.net/\" title=\"受験情報・教育関連サイトの情報収集に利用できる検索サイト\"><img src=\"http://mozshot.nemui.org/shot/150x150?http://search.azukijuken.net//\" alt=\"受験情報・教育関連サイトの情報収集に利用できる検索サイト\" border=\"0\" /></a>";
Quotation[2] = "<a target=\"_blank\" href=\"http://links.azukijuken.net/\" title=\"リンク集/中学受験・教育関連のサイトを紹介します\"><img src=\"http://mozshot.nemui.org/shot/150x150?http://srkjuken.xrea.jp/\" alt=\"リンク集/中学受験・教育関連のサイトを紹介します\" border=\"0\" /></a>";
Quotation[3] = "<a target=\"_blank\" href=\"http://srkjuken.xrea.jp/\" title=\"受験・教育関連-相互リンクサイトの更新記事をまとめて紹介しています\"><img src=\"http://mozshot.nemui.org/shot/150x150?http://sogofeed.azukijuken.net/\" alt=\"受験・教育関連-相互リンクサイトの更新記事をまとめて紹介しています\" border=\"0\" /></a>";

// ======================================
// 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();



