function loadQuote(){
 var rq=Math.floor(4*Math.random());
	
	if(rq == '0'){
		document.write('<p>Paper can easily be recycled into a reusable quality 5-6 times.</p>');		
		
	}else if(rq == '1'){document.write(' <p>The 3 recycled loop logo represents:<br />1. Collection <br />2. Remanufacture <br />3. Purchase by the consumer</p>');}
	else if(rq == '2'){document.write('<p>Making virgin paper requires more water than recycling existing paper.</p>');}
	else if(rq == '3'){document.write('<p>Vegetable inks do not use any harmful chemicals and pigments that harm the environment.</p>');}

}

