BTW, disregard the comment commands, "/*" and "*/". They are mistakes I made while trying to make the code more presentable
for this post. My actual code isn't that stupid. ; )
I.e.
if ((row %4) == 0){
var aserv = Components.classes["@mozilla.org/atom-service;1"].
createInstance(Components.interfaces.nsIAtomService);
props.AppendElement(aserv.getAtom("makeItBlue"));
}
