Start at the top and work your way down the list
Create Table using multiple inserts
Create Table using single insert
Walk DOM
Alt Walk DOM
Use document.all
Use document.all with reverse loop
Cache Node List Test
Cache Node List Reverse Test using getElementsByTagName
Cache Node List Reverse Test using Document.All
Do Not Cache Node List Test
Reverse For Loop using getElementsByTagName
Reverse For Loop using document.all
Loop Do While Test
Loop Do While Test 1
Loop Do While Test 2
duff Fast Loop
Loop Do While Reverse Test
Loop Do While Reverse Test With variation
Loop Do While Reverse Test With yet another variation
Enumerator Test
Update Table
Walk DOM Applying Logic to each node
Check all elements for know attribute
Check all elements for know attribute using reverse loop