// ==============================================
// 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://blog.with2.net/link.php?544336\" target=\"_top\"><img src=\"http://www.zerobizlog.net/ranking/banner_21.gif\" border=\"0\" /></a>";
Quotation[1] = "<a href=\"http://blog.with2.net/link.php?544336\" target=\"_top\"><img src=\"http://www.zerobizlog.net/ranking/banner_22.gif\" border=\"0\" /></a>";
Quotation[2] = "<a href=\"http://blog.with2.net/link.php?544336\" target=\"_top\"><img src=\"http://www.zerobizlog.net/ranking/banner_01.gif\" border=\"0\" /></a>";
Quotation[3] = "<a href=\"http://blog.with2.net/link.php?544336\" target=\"_top\"><img src=\"http://www.zerobizlog.net/ranking/banner_02.gif\" border=\"0\" /></a>";
Quotation[4] = "<a href=\"http://blog.with2.net/link.php?544336\" target=\"_top\"><img src=\"http://www.zerobizlog.net/ranking/banner_03.gif\" border=\"0\" /></a>";
Quotation[5] = "<a href=\"http://blog.with2.net/link.php?544336\" target=\"_top\"><img src=\"http://www.zerobizlog.net/ranking/banner_04.gif\" border=\"0\" /></a>";
Quotation[6] = "<a href=\"http://blog.with2.net/link.php?544336\" style=\"color:#0000FF; text-decoration: none;\" target=\"_top\"><strong>ブログランキング</strong></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();


