<!-- Hide script from older browsers
// Internal functionallity used by the quoterandomizer.
var quotes = new Array();
var numberOfQuotes = 0; 
var quotes = new Array();
var numberOfQuotes = 0; 
function addQuots(quote)
{
quotes[numberOfQuotes++] = quote;
}
// Add quotes
addQuots ("<img src='bsimg/01undulat.jpg' width=146 height=195>");
addQuots ("<img src='bsimg/02golf.jpg' width=146 height=195>");
addQuots ("<img src='bsimg/03verktyg.jpg' width=146 height=195>");
addQuots ("<img src='bsimg/04roulette.jpg' width=146 height=195>");
addQuots ("<img src='bsimg/05pool.jpg' width=146 height=195>");
addQuots ("<img src='bsimg/06nasse.jpg' width=146 height=195>");
addQuots ("<img src='bsimg/07gammalung.jpg' width=146 height=195>");
addQuots ("<img src='bsimg/08apple.jpg' width=146 height=195>");
addQuots ("<img src='bsimg/09ekorre.jpg' width=146 height=195>");
addQuots ("<img src='bsimg/10harresande.jpg' width=146 height=195>");
addQuots ("<img src='bsimg/11maklare.jpg' width=146 height=195>");
addQuots ("<img src='bsimg/12fagelbo.jpg' width=146 height=195>");

// end hiding contents
 -->
