For those of you who use FB Connect, check to make sure your apps work.<p>There was a suggestion to define the addMonths method for the Date Object as a temporary work around.<p>//before loading the api.
Date.prototype.addMonths = function(n) {this.setMonth(this.getMonth()+n);return this;}.