var $j = jQuery.noConflict();

function dodaj() {

    var tytul = 'Team AESIR since 2007 *BETA* :: team-aesir.pl';
    var adres = 'http://team-aesir.pl';

    //FireFox
    if (window.sidebar) {

        window.sidebar.addPanel(tytul, adres, "");

    //IE
    }  if (window.external) {

        window.external.AddFavorite(adres, tytul);
	}
/*    //Opera - nie dziala
    }  if (window.opera && window.print) {

        var a = document.createElement('a');
        a.setAttribute('href', adres);
        a.setAttribute('title', tytul);
        a.setAttribute('rel','sidebar');
        a.click();
    }
	*/
}

/////////////////////////

function changePic(item){

var xcheck = document.getElementById( 'check' + item );
var xcbimg = document.getElementById( 'cbimg' + item );

if (xcheck.checked==true){
xcheck.checked=false;
xcbimg.src='images/checkbox1.png';
xcbimg.onmouseover = function(){xcbimg.src='images/checkbox2.png';};
xcbimg.onmouseout = function(){xcbimg.src='images/checkbox1.png';};
return;
}else{
xcheck.checked=true;
xcbimg.src='images/checkbox3.png';
xcbimg.onmouseover = '';
xcbimg.onmouseout = '';
return;
 } 
}
;(function(d){var k=d.scrollTo=function(a,i,e){d(window).scrollTo(a,i,e)};k.defaults={axis:'xy',duration:parseFloat(d.fn.jquery)>=1.3?0:1};k.window=function(a){return d(window)._scrollable()};d.fn._scrollable=function(){return this.map(function(){var a=this,i=!a.nodeName||d.inArray(a.nodeName.toLowerCase(),['iframe','#document','html','body'])!=-1;if(!i)return a;var e=(a.contentWindow||a).document||a.ownerDocument||a;return d.browser.safari||e.compatMode=='BackCompat'?e.body:e.documentElement})};d.fn.scrollTo=function(n,j,b){if(typeof j=='object'){b=j;j=0}if(typeof b=='function')b={onAfter:b};if(n=='max')n=9e9;b=d.extend({},k.defaults,b);j=j||b.speed||b.duration;b.queue=b.queue&&b.axis.length>1;if(b.queue)j/=2;b.offset=p(b.offset);b.over=p(b.over);return this._scrollable().each(function(){var q=this,r=d(q),f=n,s,g={},u=r.is('html,body');switch(typeof f){case'number':case'string':if(/^([+-]=)?\d+(\.\d+)?(px|%)?$/.test(f)){f=p(f);break}f=d(f,this);case'object':if(f.is||f.style)s=(f=d(f)).offset()}d.each(b.axis.split(''),function(a,i){var e=i=='x'?'Left':'Top',h=e.toLowerCase(),c='scroll'+e,l=q[c],m=k.max(q,i);if(s){g[c]=s[h]+(u?0:l-r.offset()[h]);if(b.margin){g[c]-=parseInt(f.css('margin'+e))||0;g[c]-=parseInt(f.css('border'+e+'Width'))||0}g[c]+=b.offset[h]||0;if(b.over[h])g[c]+=f[i=='x'?'width':'height']()*b.over[h]}else{var o=f[h];g[c]=o.slice&&o.slice(-1)=='%'?parseFloat(o)/100*m:o}if(/^\d+$/.test(g[c]))g[c]=g[c]<=0?0:Math.min(g[c],m);if(!a&&b.queue){if(l!=g[c])t(b.onAfterFirst);delete g[c]}});t(b.onAfter);function t(a){r.animate(g,j,b.easing,a&&function(){a.call(this,n,b)})}}).end()};k.max=function(a,i){var e=i=='x'?'Width':'Height',h='scroll'+e;if(!d(a).is('html,body'))return a[h]-d(a)[e.toLowerCase()]();var c='client'+e,l=a.ownerDocument.documentElement,m=a.ownerDocument.body;return Math.max(l[h],m[h])-Math.min(l[c],m[c])};function p(a){return typeof a=='object'?a:{top:a,left:a}}})(jQuery);

function vote(nid,uid,vmod){
	nid2 = nid;
	uid2 = uid;
	vmod2 = vmod;
}

lastrot = 1;
lastnavnid = 0;
ajaxblock1 = 0;
pmod = '';
navpagenr = new Array();
navpagenr[0] = 0;
navpagenr[1] = 0;
$j(document).ready(function(){

//### set on load
	$j('.news-vote-txt').css({ opacity: "0" });
	$j('.wintab-esporttag').addClass('wintab-esptag-on');
	
	$j('.pmod-news').children('.main-longnav-box').eq(0).addClass('m-lngnav-on').children('a.main-longnav-title').addClass('m-lngnav-titleon');
	$j('.pmod-esportnews').children('.main-longnav-box').eq(0).addClass('m-lngnav-on').children('a.main-longnav-title').addClass('m-lngnav-titleon');
	$j('.pmod-news').children('.main-longnav-box').eq(0).children('.main-longnav-other1').addClass('m-lngnav-caton');
	$j('.pmod-esportnews').children('.main-longnav-box').eq(0).children('.main-longnav-other1').addClass('m-lngnav-caton');

//### scripts

//rotator
	$j('.rot-btns-menu').click(function(e){ e.preventDefault(); });

	$j('#rb1').click(function(){
		if(lastrot != 1){
			lastrot = 1;
			$j('#rot-tm span').animate({ opacity: "0" },200, function(){ $j('#rot-tm span').text('HOT - wyróżnione!'); }).animate({ opacity: "1", 'color': 'red'},200);
			$j('.rotactive').removeClass('rotactive').addClass('rotinactive');
			$j(this).parent().removeClass('rotinactive').addClass('rotactive');
			$j('#rot-ajax').animate({ opacity: "0.3" },400);
			$j.get(
				"ajaxed.php",
				{ 'mod': 'hotnav', 'action': 'navlist' },
				function(data) { $j('#rot-ajax').html(data).animate({ opacity: "1" },400); }
			);
		}
	});

	$j('#rb2').click(function(){
		if(lastrot != 2){
			lastrot = 2;
			$j('#rot-tm span').animate({ opacity: "0" },200, function(){ $j('#rot-tm span').text('Ostatnie artykuły'); }).animate({ opacity: "1" },200);
			$j('.rotactive').removeClass('rotactive').addClass('rotinactive');
			$j(this).parent().removeClass('rotinactive').addClass('rotactive');
			$j('#rot-ajax').animate({ opacity: "0.3" },400);
			$j.get(
				"ajaxed.php",
				{ 'mod': 'articles', 'action': 'navarts', 'cat_id': '14' },
				function(data) { $j('#rot-ajax').html(data).animate({ opacity: "1" },400); }
			);
		}
	});
	$j('#rb3').click(function(){
		if(lastrot != 3){
			lastrot = 3;
			$j('#rot-tm span').animate({ opacity: "0" },200, function(){ $j('#rot-tm span').text('Ostatnie wywiady'); }).animate({ opacity: "1" },200);
			$j('.rotactive').removeClass('rotactive').addClass('rotinactive');
			$j(this).parent().removeClass('rotinactive').addClass('rotactive');
			$j('#rot-ajax').animate({ opacity: "0.3" },400);
			$j.get(
				"ajaxed.php",
				{ 'mod': 'articles', 'action': 'navarts', 'cat_id': '15' },
				function(data) { $j('#rot-ajax').html(data).animate({ opacity: "1" },400); }
			);
		}
	});
	$j('#rb4').click(function(){
		if(lastrot != 4){
			lastrot = 4;
			$j('#rot-tm span').animate({ opacity: "0" },200, function(){ $j('#rot-tm span').text('Ostatnie relacje'); }).animate({ opacity: "1" },200);
			$j('.rotactive').removeClass('rotactive').addClass('rotinactive');
			$j(this).parent().removeClass('rotinactive').addClass('rotactive');
			$j('#rot-ajax').animate({ opacity: "0.3" },400);
			$j.get(
				"ajaxed.php",
				{ 'mod': 'articles', 'action': 'navarts', 'cat_id': '16' },
				function(data) { $j('#rot-ajax').html(data).animate({ opacity: "1" },400); }
			);
		}
	});
	$j('li.rot-list-li .rt').live('click',function(){ 
		$j('li.rot-list-li .rot-list-atitle').removeClass('rot-list-atitle').addClass('rot-list-title').prev('div').text('');
		$j(this).removeClass('rot-list-title').addClass('rot-list-atitle').prev('div').text('«');
		$j('#rot-divs .rdet:visible').hide();
		var listnr = $j("li.rot-list-li div.rt").index(this);
		$j('#rot-divs .rdet').eq(listnr).animate({ width: 'show' },800);
	});
	$j('.rot-modico').live('mouseover',function(){
		$j(this).parent().next().show();
	}).live('mouseout',function(){
		$j(this).parent().next().hide();
	});

//tag switch
	$j('.wintab-aesirtag').click(function(){
		if (!($j(this).attr('class') == 'wintab-aetag-on')) {
			$j('.wintab-esporttag').removeClass('wintab-esptag-on');
			$j(this).addClass('wintab-aetag-on');
			$j('#tags-esportnews').hide();
			$j('#tags-news').show();
		}
	});
	$j('.wintab-esporttag').click(function(){
		if (!($j(this).attr('class') == 'wintab-esltag-on')) {
			$j('.wintab-aesirtag').removeClass('wintab-aetag-on');
			$j(this).addClass('wintab-esptag-on');
			$j('#tags-news').hide();
			$j('#tags-esportnews').show();
		}
	});

//vote news
	$j('.news-Avote').live('click',function(){
		$j.get(
		  	"ajaxed.php",
			{ 'mod': vmod2, 'action': 'sendvote', 'itemid': nid2, 'userid': uid2 },
			function(data) {
			  if (data == 'er1') $j('#news-votenote'+nid2).css({ opacity: "0" }).html('Już zagłosowałeś!').animate({ opacity: "1" },500);
			  else if (data == 'er2') $j('#news-votenote'+nid2).css({ opacity: "0" }).html('Musisz być zalogowany!').animate({ opacity: "1" },500);
			  else {
				$j('#news-votenr'+nid2).html(data);
				$j('#news-votenote'+nid2).html('Głos oddany!').css({ opacity: "0" }).animate({ opacity: "1" },500);
				}
			}
		);
	});

//ajax news
	$j('#scrolltoesport').click(function(){ $j.scrollTo($j('#esportnews-belka2'),500); });

	$j('.main-longnav-title').live('click',function(e){ e.preventDefault(); });
	$j('.main-longnav-box').live('click',function(){
		var navnid = $j(this).attr('id').split('-')[1];
		if(lastnavnid != navnid) {
		  var longnavobj = this;
		  var navmod = $j(this).attr('id').split('-')[2];
		  lastnavnid = navnid;
		  $j('.pmod-'+navmod).children('.main-longnav-box').removeClass('m-lngnav-on').addClass('m-lngnav-off');
		  $j(this).removeClass('m-lngnav-off').addClass('m-lngnav-on');
		  $j('.pmod-'+navmod).children('.main-longnav-title').removeClass('m-lngnav-titleon');
		  $j(this).children('a.main-longnav-title').addClass('m-lngnav-titleon');
		  $j('.pmod-'+navmod).children('.main-longnav-caton').removeClass('m-lngnav-caton');
		  $j(this).children('.main-longnav-other1').addClass('m-lngnav-caton');
		  $j('.news-slided').remove();
		  $j.get(
		  	  "ajaxed.php",
			  { mod: navmod, action: 'select_news', newsid: navnid },
			  function(data) { 
				$j(longnavobj).after("<div class='news-slided'><img src='images/loading.gif' alt='loading' /></div>").next().html(data).slideDown();
			  }
		  );
		}
	});
	function longnavhover1() {	$j(thiselem1).children('a.main-longnav-title').addClass('m-lngnav-titleon'); }
	function longnavhover0() {	$j(thiselem1).children('a.main-longnav-title').removeClass('m-lngnav-titleon');	}
	
	$j('.main-longnav-box').live('mouseover',function(){
		thiselem1 = this;
		longnavhover1();
	}).live('mouseout',function(){
		thiselem1 = this;
		longnavhover0();
	});

	$j('.m-lngnav-pages a').live('click',function(e){
		e.preventDefault();
		if (ajaxblock1 == 0) {
			ajaxblock1 = 1;
			pmod = $j(this).attr('rel').split('-')[0];
			navpagenr[1] = $j(this).attr('rel').split('-')[1];
			if (navpagenr[0] != navpagenr[1]) {
				navpagenr[0] = navpagenr[1];
				$j('.pmod-'+pmod).animate({ opacity: "0.5" },200);
				$j.get(
				  "ajaxed.php",
				  { 'mod': pmod, 'action': 'navlistall', 'start': navpagenr[1] },
				  function(data) { $j('.pmod-'+pmod).html(data).animate({ opacity: "1" },200); }
				);
			}
			ajaxblock1 = 0;
		}
	});
});