var _SlowEMotion = new Object();
_SlowEMotion.init = function() {
	this.EVENTS_PARAMS = {position	: 'before',	forseReplace: true};
	this.SYSTEMS = {AWEBER : {},GETRESPONSE : {},RESPONSEMAGIC : {}};
	this.INPUTS = {	EMAIL : 'emailaddress',	FNAME : 'fname'	};
	this.FRAMES_STYLE = {};
	var manual_start = false;
	if ( arguments[0] ) if ( arguments[0] == 'manual' )	manual_start = true;	
	if ( !manual_start ) this.AssignEvents();
}

_SlowEMotion.init.prototype = {
	CreateElement : function( parent, elementTag, params ) {},	
	applyProps: function( element, cssArray ) {},
	intRand: function( startInt, stopInt ) {},
	AddEvent : function ( element, event, codeToAdd ) {},	
	FillFrame	: function( FRname, code ) {},		
	CreateAweberForm : function() {},	
	CreateGetresponseForm : function() {},	
	CreateResponsemagicForm : function() {},	
	AssignEvents : function() {},	
	isCorrectEmail : function( email ) {},	
	tryToSend : function( name, DataForm ) {}
}
