trying to make this:
#include <IE.au3>
;Create the IE
$oIE = _IECreate ("http://www.gamesites200.com/lineage2/in.php?id=7675")
$oInputs = _IETagNameGetCollection ($oIE, "input")
For $oInput In $oInputs
If $oInput.value = "Click here to vote for L2 Rapture - Interlude - 30x - Stack Sub" Then
$oInput.click
ExitLoop
EndIf
error at starting: "For" statement has no matching "next" statement