$(function(){
	$('.wrapper').css("padding-bottom","60em");
	var mail = $('#mail').attr("href").replace(' [tecka] ',".").replace(' [tecka] ',".").replace(' [zavinac] ',"@");
	$('#mail').attr("href",mail).text(mail.replace("mailto:",""));

	$('#menu ul li a').click(function(){
		var kotva = $(this).attr("href");
		$.scrollTo($(kotva).parent().parent(),600);
		return false;
	});

  $('#chat a').click(function(){
    window.open($(this).attr("href"),"chat","left=400,top=80,width=350px,height=500px,resizable=1");
    return false;
  });
  
});
