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