new TWTR.Widget({
	profile: true,
	id: "twtr-profile-widget",
	loop: true,
	width: 194,
	height: 150,
	theme: {
		shell: { background: "#000000", color: "#ffffff" },
		tweets: { background: "#ffffff", color: "#444444", links: "#1985b5" }
	}
})
.render()
.setProfile("ArcomIT")
.start();
