/* 
 *	call-seq:
 *		new() -> ContactIMAddress
 *		
 * Creates a new ContactIMAddress object
 *
 * Attributes:
 *  @provider [String] i.e., AOL, Yahoo
 *  @address [String] i.e., tom_copeland
 *  @type [String] HOME or WORK
 */
static VALUE evContactIMAddress_init(VALUE self) {