<
>
<=
>=
==
!=
+=
-=
*=
/=
%=
++
--
&&
||
!
if(  ){  }
else{ }
new Date()
getDate()
getDay()
getHours()
getMinutes()
getMonth()
getSeconds()
getTime()
getTimezoneOffset()
getYear()
parse(string)
toGMTString()
toLocaleString()
UTC()
for(var=x; var<=x2;var++){ }
While(  ){ }
break
window.open("Url"
window.close()
window.confirm(" ")
parent
frames
self
top
location
history
document
links
anchors
alert(" ")
prompt
bgcolor
fgcolor=#
alinkcolor=#
linkcolor=#
vlinkcolor=#
E
LN2
LN10
LOG2E
LOG10E
PI
SQRT1_2
SQRT2
Math.abs(x)
Math.acos(x)
Math.asin(x)
Math.atan(x)
Math.ceil(x)
Math.cos(x)
Math.exp(x)
Math.floor(x)
Math.log(x)
Math.max(x,y)
Math.min(x,y)
Math.pow(x,y)
Math.random()
Math.round(x)
Math.sin(x)
Math.sqrt(x)
Math.tan(x)
