					function DraugiemSay( title, url, titlePrefix ){
					 $.ajax({
   type: "GET",
   url: "http://www.manaslecas.lv/logVisit.php",
   data: "type=frype"
	 });
     window.open(
  								'http://www.draugiem.lv/say/ext/add.php?title=' + encodeURIComponent( title ) +
  								'&link=' + encodeURIComponent( url ) +
  								( titlePrefix ? '&titlePrefix=' + encodeURIComponent( titlePrefix ) : '' ),
 									 '',
 									  'location=1,status=1,scrollbars=0,resizable=0,width=530,height=400'
 										);
 										return false;
   }


 									
										
							
