function changing()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('<font face="Arial" color="#669900"><b>The world is changing fast, and        so are we @ i4c</b></font>'); } // worldfast
if (ranNum == 1){document.write('<font face="Arial" color="#669900"><b>Developing webbed sight is a        never ending process of change</b></font>'); } // process
if (ranNum == 2){document.write('<font face="Arial" color="#669900"><b>Change is a process full of        surprises. Patience pays!</b></font>'); } // patiencepays
if (ranNum == 3){document.write('<font face="Arial" color="#669900"><b>Good things come to those who        wait.</b></font>'); } // goodthings
}
