function eks(){
	this.fn = new eksFunc();
	return this.fn;
}
eksFunc = function(){
	
}