



$(document).ready(function() {

	$.Juitter.start({

		searchType:"searchWord", // don't change

		searchObject:systemVars.frei, // enter your first search keyword here.



		// The values below will overwrite the ones on the Juitter default configuration. 

		

		lang:"de", // restricts the search by the given language

		live:"live-180", // 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: "Loading messages...", // Loading message, if you want to show an image, fill it with "image/gif" and go to the next variable to set which image you want to use on 

		imgName: "loader.gif", // Loading image, to enable it, go to the loadMSG var above and change it to "image/gif"

		total: 3, // number of tweets to be show - max 100

		readMore: "<div align=right><b>On Twitter</b></div>", // read more message to be show after the tweet content

		nameUser:"image" // insert "image" to show avatar of "text" to show the name of the user that sent the tweet 

	});	

	$("#a1").click(function(){

		$(".jLinks").removeClass("on");

		$(this).addClass("on");									  

		$.Juitter.start({

			searchType:"searchWord",

			searchObject:systemVars.keyword1,  // enter your first search keyword again here.


			live:"live-180" // it will be updated every 180 seconds/3 minutes

		});

	});

	$("#a2").click(function(){

		$(".jLinks").removeClass("on");

		$(this).addClass("on");									   

		$.Juitter.start({

			searchType:"searchWord",

			searchObject:systemVars.keyword2,// enter your second search keyword here.


			live:"live-180"  // it will be updated every 180 seconds 

		});

	});

	$("#a3").click(function(){

		$(".jLinks").removeClass("on");

		$(this).addClass("on");								  

		$.Juitter.start({

			searchType:"searchWord",

			searchObject:systemVars.keyword3,  // enter your third search keyword here.


			live:"live-180" // it will be updated every 180 seconds/3 minutes

		});

	});
		

$("#a4").click(function(){

		$(".jLinks").removeClass("on");

		$(this).addClass("on");									  

		$.Juitter.start({

			searchType:"searchWord",

			searchObject:systemVars.keyword4,  // enter your first search keyword again here.


			live:"live-180" // it will be updated every 180 seconds/3 minutes

		});

	});
	
	$("#a5").click(function(){

		$(".jLinks").removeClass("on");

		$(this).addClass("on");									  

		$.Juitter.start({

			searchType:"searchWord",

			searchObject:systemVars.keyword5,  // enter your first search keyword again here.


			live:"live-180" // it will be updated every 180 seconds/3 minutes

		});

	});
	
	$("#a6").click(function(){

		$(".jLinks").removeClass("on");

		$(this).addClass("on");									  

		$.Juitter.start({

			searchType:"searchWord",

			searchObject:systemVars.keyword6,  // enter your first search keyword again here.


			live:"live-180" // it will be updated every 180 seconds/3 minutes

		});

	});
	
		$("#a7").click(function(){

		$(".jLinks").removeClass("on");

		$(this).addClass("on");									  

		$.Juitter.start({

			searchType:"searchWord",

			searchObject:systemVars.keyword7,  // enter your first search keyword again here.


			live:"live-180" // it will be updated every 180 seconds/3 minutes

		});

	});
		
			$("#a8").click(function(){

		$(".jLinks").removeClass("on");

		$(this).addClass("on");									  

		$.Juitter.start({

			searchType:"searchWord",

			searchObject:systemVars.keyword8,  // enter your first search keyword again here.


			live:"live-180" // it will be updated every 180 seconds/3 minutes

		});

	});
			
				$("#a9").click(function(){

		$(".jLinks").removeClass("on");

		$(this).addClass("on");									  

		$.Juitter.start({

			searchType:"searchWord",

			searchObject:systemVars.keyword9,  // enter your first search keyword again here.


			live:"live-180" // it will be updated every 180 seconds/3 minutes

		});

	});
				
					$("#a10").click(function(){

		$(".jLinks").removeClass("on");

		$(this).addClass("on");									  

		$.Juitter.start({

			searchType:"searchWord",

			searchObject:systemVars.keyword10,  // enter your first search keyword again here.


			live:"live-180" // it will be updated every 180 seconds/3 minutes

		});

	});
					
						$("#a11").click(function(){

		$(".jLinks").removeClass("on");

		$(this).addClass("on");									  

		$.Juitter.start({

			searchType:"searchWord",

			searchObject:systemVars.keyword11,  // enter your first search keyword again here.


			live:"live-180" // it will be updated every 180 seconds/3 minutes

		});

	});
						
							$("#a12").click(function(){

		$(".jLinks").removeClass("on");

		$(this).addClass("on");									  

		$.Juitter.start({

			searchType:"searchWord",

			searchObject:systemVars.keyword12,  // enter your first search keyword again here.


			live:"live-180" // it will be updated every 180 seconds/3 minutes

		});

	});

});

