//
for (var ic=0; ic<256; ic++) {
	    document.write("<div id='d"+ ic + "'><!-- --></div> ")
}
