<script>
U=""; for(i=1; i<=50; i=i+1) if(Math.random()<0.5) {U=U+"T"} else {U=U+"C"}
document.write(U)
</script>