Hello All,<div>I&#39;m using someone elses redirect server which is responding with several choices. None of which have a listed q-value. Now I&#39;m told that I&#39;m supposed to try these &quot;in order&quot; and one at a time. It seems, however, because the q-value is the same (missing) that they all get tried at once. Can I override this behavior somehow?</div>

<div><br></div><div>I tried something like this (ugly):<br><div>                $(branch(q)[0])=100;</div><div>                $(branch(q)[1])=90;</div><div>                $(branch(q)[2])=80;</div><div>                $(branch(q)[3])=70;</div>

<div>                $(branch(q)[4])=60;</div><div>                $(branch(q)[5])=50;</div></div><div>and then serializing the branches.. but that didn&#39;t really work right (did for the first one)</div><div><br></div>

<div>Any ideas?</div><div><br></div><div>Thanks,</div><div>Brett</div><div><br></div>