if($.cookie('szavazott_temaid')){
		$("#a3").show();
}else{
	$("#a2").show();
};

