// ==============================================
// 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="/store/"><img width="273" height="140" src="media/images/dyk/1.png" alt="Featured" name="mrowl" border="0" class="spc-top" id="mrowl" /></a>';
Quotation[1] = '<a href="/store/"><img width="273" height="140" src="media/images/dyk/2.png" alt="Featured" name="mrowl" border="0" class="spc-top" id="mrowl" /></a>';
Quotation[2] = '<a href="/store/"><img width="273" height="140" src="media/images/dyk/3.png" alt="Featured" name="mrowl" border="0" class="spc-top" id="mrowl" /></a>';
Quotation[3] = '<a href="/store/"><img width="273" height="140" src="media/images/dyk/5.png" alt="Featured" name="mrowl" border="0" class="spc-top" id="mrowl" /></a>';
Quotation[4] = '<a href="/store/"><img width="273" height="140" src="media/images/dyk/4.png" alt="Featured" name="mrowl" border="0" class="spc-top" id="mrowl" /></a>';
Quotation[5] = '<a href="/store/"><img width="273" height="140" src="media/images/dyk/6.png" alt="Featured" name="mrowl" border="0" class="spc-top" id="mrowl" /></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();
