function get_contact_href(){a=new Array();a[0]="mailto:";a[1]="publicidad";a[2]="uimpix";a[3]="net";return a[0]+a[1]+"@"+a[2]+"."+a[3]}function isin(b,c){for(i in b){if(c==b[i]){return true}}return false}unread_messages_boxy=false;function get_unread_notices(){$.ajax({type:"POST",url:"/users/ajax/unread_notices/",success:function(b){if(unread_messages_boxy){unread_messages_boxy.setContent(b);unread_messages_boxy.show()}else{unread_messages_boxy=new Boxy(b,{title:"Mis Alertas",closeText:"[ cerrar ]",modal:false})}}})}function mark_notices_as_readed(){$.ajax({type:"POST",url:"/users/ajax/mark_notices_as_readed/",success:function(b){if(unread_messages_boxy){unread_messages_boxy.hide()}}})};