var $Array2 = new Array();
var $Array1 = new Array("3 Face Blend on Mixed Walls", "Assimilation Blend Support", "Detect Loss of Blend Overflow");
var $links = document.links;
for (var $i=0; $i<$links.length; $i++) {
$Array2[$i]=$links[$i].innerHTML;
}
_assertEquals($Array1, $Array2, "Seems that the two arrays are not the same.");
|