﻿$(document).ready(function() {
	$.Juitter.start({
		searchType:"searchWord", 
		searchObject:"enomio", 		
		lang:"de", 
		live:"live-15", // the number after "live-" indicates the time in seconds to wait before request the Twitter API for updates.
		placeHolder:"juitterContainer", // Set a place holder DIV which will receive the list of tweets example <div id="juitterContainer"></div>
		loadMSG: "image/gif", 
		imgName: "loader.gif", // Loading image, to enable it, go to the loadMSG var above and change it to "image/gif"
		total: 11, // number of tweets to be show - max 100
		readMore: " ", // read more message to be show after the tweet content
		nameUser:"image" 
	});
});
