jQuery(function() {
		jQuery( "#tabs3" ).tabs({
			ajaxOptions: {
				error: function( xhr, status, index, anchor ) {
					jQuery( anchor.hash ).html(
						"Couldn't load this tab. We'll try to fix this as soon as possible. " );
				}
			}
		});
	});
	
jQuery(document).ready(function(){
        jQuery(".tweetmaptojapan").tweet({
            username: "LensBestel",
			filter: function(t){ return ! /^@\w+/.test(t["tweet_raw_text"]); },
            avatar_size: 32,
            count: 4,
            loading_text: "tweets laden..."
        });
    });
	jQuery(function(){
      jQuery(".tweetjapan").tweet({
        avatar_size: 32,
        count: 4,
        query: "lenzen",
        loading_text: "tweets laden...",
		refresh_interval: 10
      });
    });
