$(document).ready(function(){
    if ($.browser.msie || $.browser.opera)
	$("#menus input").css({marginTop:'6px'});
    $("#wrapper").ifixpng();
    $("#bal-vilag, #jobb-vilag").ifixpng();
    $(".email").mailcsere();
/*	    $('a.ThickBox').click(function(event){
		    // stop default behaviour
		    event.preventDefault();
		    // remove click border
		    this.blur();
		    // get caption: either title or name attribute
		    var caption = this.title || this.name || "";
		    // get rel attribute for image groups
		    var group = this.rel || false;
		    // display the box for the elements href
		    TB_show(caption, this.href, group);
		      });*/
});



$.fn.mailcsere = function()
{
this.each(
    function()
	{
	var emailcim = $(this).html();
	emailcim = emailcim.replace(/\(kukac\)/gi,'@');
	emailcim = emailcim.replace(/\(pont\)/gi,'.');
	$(this).html(emailcim);
//	alert(emailcim);
	return this;
	});
return this;
}
