function linerub(par) {document.write('<div class="hplins"><div class="hplinss"><div class="hplinst"><span class="hplint">'+par+'</span></div></div></div>');}

function anotbot(link,txt,dis) {document.write('<div class="hpdiscuss"><a href="'+link+'#reakce" title="diskuze - '+txt+'">'+dis+'</a></div>');document.write('<div class="cont"><a href="'+link+'" title="'+txt+'">pokračování&nbsp;&gt;&gt;&gt;</a></div>');}

//AJAX:

//menu horní lišta
var obj = null;
function checkHover() {
   if (obj) {
      obj.find('ul').fadeOut('fast');
   } //if
} //checkHover //menu horní lišta

$(document).ready(function() {

  $("#imgdetail").fancybox();
  $("#mainFoto a").fancybox();

  $("#imgdetail,#mainFoto a").click(function() {
			var pageTracker=_gat._getTracker("UA-490977-1");
			var tmp=this.href;
			var pos=tmp.indexOf("/", 9);
			if (pos>0) tmp=tmp.substr(pos+1);
			pageTracker._trackEvent('Velký obrázek', window.location, tmp);
			setTimeout('var tmp = "' + this.href + '"', 100);
			return true;
	});

  $('.over').hover(function() {//menu horní lišta
    if (obj) {obj.find('ul').fadeOut('fast'); obj = null;}
    $(this).find('ul').fadeIn('fast');
  }, function() {
    obj = $(this);
    setTimeout("checkHover()",1000);
  });//menu horní lišta

  $('#ref a').click(function() {//hp hlavni volba
    $('#ref a').removeClass('on');
    $('.topbox .box').fadeOut('fast');
    if ($(this).attr('name')=='tbl-clanky') {
    $('#add-clanky').fadeIn('fast');
    } else {
    $('#add-clanky').fadeOut('fast');
    }
    $(this).addClass('on');
    $('#'+$(this).attr('name')).fadeIn('fast');
    return false;
  });

  $('#add-clanky a').click(function() {//hp volba dne
    $('#add-clanky a').removeClass('on');
    $('#add-clanky .box').fadeOut('fast');
    $(this).addClass('on');
    $('#'+$(this).attr('name')).fadeIn('fast');
    return false;
  });

  $('.login').keyup(function() {//registrace, ověření existence loginu
    $('#nick-ok').html('ověřuji...');
    var url = 'http://www.fiftyfifty.cz/reg-nick.php?nick='+$(this).attr("value")+'&rand='+Math.round(Math.random()*999999);
    var tmp = $.ajax({url:url,async:false}).responseText;
    $('#nick-ok').html(tmp);
    return false;
  });

	/* Pro externi odkazy zazamenat proklik do GA */
  var host = window.location.host.toLowerCase();
	$('a[href^="http://"]').not('a[href^="http://'+host+'"]').addClass('outBound');
	$('a.outBound').click(function() {
		try {
			var pageTracker=_gat._getTracker("UA-490977-1");
			var tmp=this.href;
			var pos=tmp.indexOf("/", 10);
			if (pos>0) tmp=tmp.substr(0,pos+1);
			pageTracker._trackEvent('Odkaz jinam', tmp, this.href);
			setTimeout('var tmp = "' + this.href + '"', 100);
		}catch(err){}
		return true;
	});
	
});




