ok I need to return the milliseconds from a setTimeout command/or function..
something like:
setTimeout("whatever()" ,2000);
var return = setTimeout.argument.2000;
I have no idea how this would work but as you can see I need the actual number that was executed to be returned. Maybe there is a better way of doing something like this this?