1 function show_tweets () {
2 $.get('pages/ajax_show_tweets.php', function(data) {
3 $('#comp80-tweets').html(data);
7 function hide_input_text (text) {
9 $('input[type=text]').focus(function() {
10 if ($(this).val() == text) {
11 inputText = $(this).val();
15 if ($(this).val() == '')