({
	testFunk: function () {
		this.setAttribute("style", "background-color: green");
	},
	testFunk2: function () {
		this.setAttribute("style", "background-color: white");
	},
})
