function fEnviarParaAmigo(cod){
var vJanela = window.open('janela_tofriend.php?cod='+cod,'Noticiasddddd','height=150,width=300');
vJanela.focus();
return false;
}





function msn_skype(p_tipo){

switch(p_tipo)
      {
	  case "M":
	           location.href = "msnim:chat?contact=amaviimoveis@hotmail.com";
	  break;

	  case "S":
	           location.href = "callto:projetodesite@hotmail.com";
	  break;
  	  }


}