IE bug in animate

IE bug in animate


starts at line 2583
end = parseFloat(parts[2]),
IE throws an error here - perhaps because 'end' is a reserved word ?
Anyhow converting to _end (and ~8 subsequent references) fixes the
problem.
Also added a ticket to Trac