// JavaScript Document


$(document).ready(function() {
   
      $('#link').show().load('element/link.php', function() {
         $(this).fadeIn();
      });
      return false;
  
});

$(document).ready(function() {
   
      $('#pogoda').show().load('element/pogoda.html', function() {
         $(this).fadeIn();
      });
      return false;
  
});


$(document).ready(function() {
   
      $('#google_pion').show().load('element/google_pion.php', function() {
         $(this).fadeIn();
      });
      return false;
  
});

$(document).ready(function() {
   
      $('#licznik').show().load('element/licznik.php', function() {
         $(this).fadeIn();
      });
      return false;
  
});


$(document).ready(function() {
   
      $('#ogloszenie').show().load('element/ogloszenie.php', function() {
         $(this).fadeIn();
      });
      return false;
  
});

$(document).ready(function() {
   
      $('#galeria').show().load('element/galeria.php', function() {
         $(this).fadeIn();
      });
      return false;
  
});


$(document).ready(function() {
   
      $('#google_poziom').show().load('element/google_poziom.php', function() {
         $(this).fadeIn();
      });
      return false;
  
});

$(document).ready(function() {
   
      $('#szukaj').show().load('element/szukaj.html', function() {
         $(this).fadeIn();
      });
      return false;
  
});


$(document).ready(function() {
   
      $('#footer').show().load('element/footer.php', function() {
         $(this).fadeIn();
      });
      return false;
  
});

$(document).ready(function() {
   
      $('#tag').show().load('element/tag.php', function() {
         $(this).fadeIn();
      });
      return false;
  
});

$(document).ready(function() {
   
      $('#navigacja').show().load('element/navigacja.php', function() {
         $(this).fadeIn();
      });
      return false;
  
});


$(document).ready(function() {
   
      $('#kategoria').show().load('element/kategoria.php', function() {
         $(this).fadeIn();
      });
      return false;
  
});

$(document).ready(function() {
   
      $('#reklama').show().load('element/reklama.php', function() {
         $(this).fadeIn();
      });
      return false;
  
});


$(document).ready(function() {
   
      $('#polecamy').show().load('element/polecamy.php', function() {
         $(this).fadeIn();
      });
      return false;
  
});


$(function(){


$('#dialog_link, ul#icons li').hover(
					function() { $(this).addClass('ui-state-hover'); }, 
					function() { $(this).removeClass('ui-state-hover'); 
});
				
$("button, input:submit, a", ".guzik").button();
$("a", ".guzik").click(function() { return true; });
});


			
