function changeQuote(){
	
	document.images['quote'].src="/tvm_images/quotes/quote" + Math.ceil(Math.random()*4) + ".gif";	
}