function randquote()
{
	quote = Math.floor(Math.random() * 8) + 1;

	document.quotes.src = 'images/quote_0'+quote+'.gif';
}