Yup, Cleo nailed the *real* problem with escaping the apostrophe with a backslash. However... You should always terminate that
return true with a semi-colon also just for compatibility issues. Browsers are weird sometimes so it's best to be safe and ensure you go with the "standard" coding practices.
