Check that you have put your code inside a script tag. Make sure you have included the semi colon (;) after each statement and put your function in curly braces ( { }). Also remember JavaScript is case sensitive, so check that all your capital letters match.