// JavaScript Document
 /* konfig do addthis */
 var addthis_config = {
      services_compact: 'facebook,twitter,email,favorites,print,blip,flaker,grono,googlebuzz,wykop',
      ui_language: 'pl',
      ui_header_background:'#fff',
      ui_header_color:'#fff',
      ui_click: true,
      username: 'panziom'          
    }
$(document).ready(function() {

//			     $(".top-bg ul li").each(function(index) {
			        /* przekazywanie adresu docelowego jako zmiennej dla fbooka */
//              var fbadres = $('a:last', this).attr('href');
  //            var fbtitle = $('a:last h3', this).html();
    //          var fbdescription = $('a:last div p', this).html();
      //        $('a.addthis_button', this).attr('addthis:url', 'http://fpsclub.pl'+fbadres).attr('addthis:title', fbtitle).attr('addthis:description', fbdescription); 
        //   })
           /* nadawanie alta zdjeciom */
//           var tytul = $('h3', this).html();
//           $('img', this).attr('alt', tytul);
//           $('a:nth-child(2)', this).attr('title', tytul);

           /* pozycje menu*/
           $('#left dl dt a').each(function(index) {$(this).addClass('menu'+index)})
           $('.przyjaciele table tbody tr:odd').css('background-color', '#f3f3f3');
//           $('.przyjaciele table tr *:first-child').css('text-align', 'right');
		    });

