function fadeout()

{

		for (j=0;j<16;j++){

		c="fedcba9876543210".substring(j,j+1);

		c+=c+c+c+c+c+c;

		document.bgColor=c;

	}

}


