$ektron(document).ready(function() {
	rand = Math.round($ektron(".teamquote").length * Math.random());
	//alert ($ektron(".teamquote").get(rand).style );
	$ektron(".teamquote")[rand].style.display="block";
	
});
