$(document).ready(function() {
	$.Juitter.start({
		searchType:"fromUser", // needed, you can use "searchWord", "fromUser", "toUser"
		searchObject:"artbycarlos", // optional, but it will search for the default value on the juitter config, you can insert a username here or a word to be searched.
		live:"", //optional, disabled by default, the number after "live-" indicates the time in minutes to wait before request the Twitter API for updates.
		lang:"" // optional, restricts tweets to the given language, example: "en" = english, "pt" = portuguese, "it" = italian, "es" = spanish, find out more about the ISO 639-1 languages code on http://en.wikipedia.org/wiki/ISO_639-1.

	});
});
