if(undefined===window.hide_the_div){ window.hide_the_div = []; }
if ( document.getElementById("anunturi_container") != null )
{ var este_pagina_anunturi = "da"; }
$(function(){
$("a.plus_fav").each(function(){
	  this.href = "#"+this.href.split("#")[1];
	});
	$("a.plus_fav").click(function(){
		var id = this.href;
		var id = id.split("#")[1];
		$(this).addClass("add_me_to_fav");
		$.post("/templates/adauga_favorit.php", { id: id, hide_div: hide_the_div},
			function(data)
				{eval(data);}
			   );
	if ( este_pagina_anunturi == "da" )
		{
		$(this).parent().parent().fadeTo("slow", 0.2).fadeTo("slow", 1);
		}
	return false;
	});

});

