var SlowEMotion = new _SlowEMotion.init( 'manual' );

SlowEMotion.INPUTS.FNAME = 'fName';
SlowEMotion.INPUTS.EMAIL = 'email';

with ( SlowEMotion.SYSTEMS.AWEBER ) {
	working = true;
	web_form_id = '343700';
	unit = 'deeds';
}

with ( SlowEMotion.SYSTEMS.GETRESPONSE ) {
	working = false;
	category1 = '';
	ref = '';
}

with ( SlowEMotion.SYSTEMS.RESPONSEMAGIC ) {
	working = false;
}

try { 
	SlowEMotion.AddEvent( window, 'onload', 'SlowEMotion.AssignEvents();' );
} catch ( err ) {}