Zach Likes Web Safe Colors cause They are Fun to Eat
He eats gunkar
";
c=new Array('00','33','66','99','cc','ff');
for(i=0;i<6;i++){
for(j=0;j<6;j++){
t+='';
for(k=0;k<6;k++){
color=c[i]+c[j]+c[k];
t+='| '+color+' | ';
}
t+='
';
}
}
document.write(t+="
");
document.close();
}
// -->
why aren't u workign?