/* for Older Safari */
if (!Object.hasOwnProperty) {
    Object.prototype.hasOwnProperty = function(it) {
	return (this[it] && !this.constructor.prototype[it]);
    }
}


