if ((hours >= 7) && (minutes <=22)) document.write("bla bla ); if ((hours >= 7) && (minutes >22)) ? I want this to do nothing so it won't write over the document write. what do I do here?