/*
 * JavaScript file written by Roy Stead, 1999
 * Copyright Kallisti Yalla Ltd 2003, All Rights Reserved
 *
 * Permission is granted to use, modify and distribute this file, provided only that
 * this notice remains intact and at the head of this file and that this code is not
 * included in any package which you are selling, for money or any other gain, or
 * making use of for any commercial purpose. If you wish to distribute this code, or
 * to otherwise make use of it commercially, contact roy@kallistiyalla.com
 *
 * This code is supplied on an 'as is' basis - you use it at your own risk.
 * No warranty is made concerning its fitness for purpose, nor does the author
 * accept any liability for loss or damage caused by this file.
 *
 * Kallisti Yalla's home page is at http://www.kallistiyalla.com
 */


// Insert my standard separator in between quotations
// If you want to change the separator, just change this function
function quotesep()
{
document.write('<center><img src="QuoteSep.gif" alt="-----" width="20" height="16"></p>');
}