// JavaScript Document

function changeQuote(obj, quote)
{
	obj.style.zIndex='3';
	obj.innerHTML = quote;
}