mercredi 6 février 2008

Sometimes red, sometimes blue

<body>
<!-- Sometimes Red, Sometimes Blue by Damon Zucconi, 2007 -->

<script>
var bgcolorlist=new Array("#0000FF", "#FF0000")
document.bgColor=bgcolorlist[Math.floor(Math.random()*bgcolorlist.length)]
</script>

</body>

Link

Aucun commentaire: