$(function() {
	var randomNum = Math.floor(Math.random()*3);
	$('div#quotes div:eq(' + randomNum + ')').css("display", "block");
});
