you're better served using class grouping and setting up your elements
like
<div class="tag_cWeb_TSW " id="Day01">blah</div>

then you can select with the class, and the individual elements with
the id attribute, respectively.

Reply via email to