<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="he">
	<id>https://www.wikirefua.org.il/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=%D7%A2%D7%A8%D7%9F+%D7%A8%D7%95%D7%96%D7%A0%D7%98%D7%9C</id>
	<title>ויקירפואה - תרומות המשתמש [he]</title>
	<link rel="self" type="application/atom+xml" href="https://www.wikirefua.org.il/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=%D7%A2%D7%A8%D7%9F+%D7%A8%D7%95%D7%96%D7%A0%D7%98%D7%9C"/>
	<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=%D7%9E%D7%99%D7%95%D7%97%D7%93:%D7%AA%D7%A8%D7%95%D7%9E%D7%95%D7%AA/%D7%A2%D7%A8%D7%9F_%D7%A8%D7%95%D7%96%D7%A0%D7%98%D7%9C"/>
	<updated>2026-04-30T17:30:17Z</updated>
	<subtitle>תרומות המשתמש</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=%D7%9E%D7%93%D7%99%D7%94_%D7%95%D7%99%D7%A7%D7%99:Common.js&amp;diff=105326</id>
		<title>מדיה ויקי:Common.js</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=%D7%9E%D7%93%D7%99%D7%94_%D7%95%D7%99%D7%A7%D7%99:Common.js&amp;diff=105326"/>
		<updated>2014-05-31T09:13:30Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: צפייה במסך מלא&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* כל סקריפט JavaScript שנכתב כאן ירוץ עבור כל המשתמשים בכל טעינת עמוד */&lt;br /&gt;
&lt;br /&gt;
importScript(&amp;quot;MediaWiki:Navigationbar.js&amp;quot;);&lt;br /&gt;
//adds print link&lt;br /&gt;
var printButton = $('&amp;quot;&amp;lt;li id=&amp;quot;printTab&amp;quot;&amp;gt;&amp;lt;span&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot; title=&amp;quot;להדפסת הדף&amp;quot;&amp;gt;הדפסה&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;').click(function(){&lt;br /&gt;
	window.print();&lt;br /&gt;
});&lt;br /&gt;
$('#p-views ul').prepend ( printButton ) ;&lt;br /&gt;
&lt;br /&gt;
/* Google search */&lt;br /&gt;
$('#mw-searchButton').after($('&amp;lt;input type=&amp;quot;button&amp;quot; class=&amp;quot;searchButton&amp;quot; title=&amp;quot;חיפוש טקסט זה בגוגל&amp;quot; value=&amp;quot;חיפוש גוגל&amp;quot;&amp;gt;').click(function(){&lt;br /&gt;
	window.location.href = 'https://www.google.com/search?q='+encodeURI($('#searchInput').val())+'&amp;amp;domains=http://wikirefua.org.il&amp;amp;sitesearch=http://wikirefua.org.il&amp;amp;ie=utf-8&amp;amp;oe=utf-8';&lt;br /&gt;
&lt;br /&gt;
}));&lt;br /&gt;
&lt;br /&gt;
/* breakline in categories */&lt;br /&gt;
$(function(){&lt;br /&gt;
	var catsToBreak = $('.catBreak').map(function(i,e){&lt;br /&gt;
		return $(e).text();&lt;br /&gt;
	});&lt;br /&gt;
&lt;br /&gt;
	$('.mw-normal-catlinks a').filter( function(i, e) { return $.inArray($(e).text(),catsToBreak)&amp;gt;-1 } )&lt;br /&gt;
	.each( function(){&lt;br /&gt;
		$(this).parent().next().css('border-right','none').before('&amp;lt;br&amp;gt;')&lt;br /&gt;
	});&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
/* additional toolbar buttons */&lt;br /&gt;
if ( mw.user.options.get('usebetatoolbar')) {&lt;br /&gt;
mw.loader.using(['jquery.wikiEditor','jquery.wikiEditor.toolbar','ext.wikiEditor','ext.wikiEditor.toolbar'],function(){&lt;br /&gt;
$(function() {&lt;br /&gt;
	// קבוצה חדשה בתפריט מתקדם:&lt;br /&gt;
	$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {&lt;br /&gt;
			'section': 'advanced',&lt;br /&gt;
			'groups': {&lt;br /&gt;
				'more': {&lt;br /&gt;
					'label': &amp;quot;&amp;quot;&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
	} );&lt;br /&gt;
&lt;br /&gt;
	// טקסט ממורכז&lt;br /&gt;
	$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {&lt;br /&gt;
		'section': 'advanced',&lt;br /&gt;
		'group': 'more',&lt;br /&gt;
		'tools': {&lt;br /&gt;
			'center': {&lt;br /&gt;
				label: 'טקסט ממורכז',&lt;br /&gt;
				type: 'button',&lt;br /&gt;
				icon: '//upload.wikimedia.org/wikipedia/commons/thumb/c/ce/Gnome-format-justify-center.svg/22px-Gnome-format-justify-center.svg.png',&lt;br /&gt;
				action: {&lt;br /&gt;
					type: 'encapsulate',&lt;br /&gt;
					options: {&lt;br /&gt;
						pre: '&amp;lt;center&amp;gt;',&lt;br /&gt;
						peri: &amp;quot;טקסט ממורכז&amp;quot;,&lt;br /&gt;
						post: &amp;quot;&amp;lt;/center&amp;gt;&amp;quot;&lt;br /&gt;
					}&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
	} );&lt;br /&gt;
&lt;br /&gt;
	// טקסט מיושר לשמאל&lt;br /&gt;
	$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {&lt;br /&gt;
		'section': 'advanced',&lt;br /&gt;
		'group': 'more',&lt;br /&gt;
		'tools': {&lt;br /&gt;
			'center': {&lt;br /&gt;
				label: 'טקסט מיושר לשמאל',&lt;br /&gt;
				type: 'button',&lt;br /&gt;
				icon: '//upload.wikimedia.org/wikipedia/commons/thumb/c/ce/Gnome-format-justify-left.svg/22px-Gnome-format-justify-left.svg.png',&lt;br /&gt;
				action: {&lt;br /&gt;
					type: 'encapsulate',&lt;br /&gt;
					options: {&lt;br /&gt;
						pre: '&amp;lt;div class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;',&lt;br /&gt;
						peri: &amp;quot;טקסט מיושר לשמאל&amp;quot;,&lt;br /&gt;
						post: &amp;quot;&amp;lt;/div&amp;gt;&amp;quot;&lt;br /&gt;
					}&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
	} );&lt;br /&gt;
&lt;br /&gt;
	// הערה מוסתרת&lt;br /&gt;
	$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {&lt;br /&gt;
		'section': 'advanced',&lt;br /&gt;
		'group': 'more',&lt;br /&gt;
		'tools': {&lt;br /&gt;
			'hiddennote': {&lt;br /&gt;
				label: 'הערה מוסתרת',&lt;br /&gt;
				type: 'button',&lt;br /&gt;
				icon: '//upload.wikimedia.org/wikipedia/commons/thumb/b/b5/Gnome-document-new.svg/22px-Gnome-document-new.svg.png',&lt;br /&gt;
				action: {&lt;br /&gt;
					type: 'encapsulate',&lt;br /&gt;
					options: {&lt;br /&gt;
						pre: '&amp;lt;!-- ',&lt;br /&gt;
						peri: &amp;quot;הערה מוסתרת&amp;quot;,&lt;br /&gt;
						post: &amp;quot; --&amp;gt;&amp;quot;&lt;br /&gt;
					}&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
	} );&lt;br /&gt;
&lt;br /&gt;
	// צבע גופן&lt;br /&gt;
	$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {&lt;br /&gt;
		'section': 'main',&lt;br /&gt;
		'group': 'format',&lt;br /&gt;
		'tools': {&lt;br /&gt;
			'colouredtext': {&lt;br /&gt;
				label: 'טקסט צבוע',&lt;br /&gt;
				type: 'button',&lt;br /&gt;
				icon: '//upload.wikimedia.org/wikipedia/he/2/26/NewColorBtn.png',&lt;br /&gt;
				action: {&lt;br /&gt;
					type: 'encapsulate',&lt;br /&gt;
					options: {&lt;br /&gt;
						pre: '&amp;lt;span style=&amp;quot;color: ColorName;&amp;quot;&amp;gt;',&lt;br /&gt;
						peri: &amp;quot;טקסט צבוע&amp;quot;,&lt;br /&gt;
						post: &amp;quot;&amp;lt;/span&amp;gt;&amp;quot;&lt;br /&gt;
					}&lt;br /&gt;
				}&lt;br /&gt;
				}&lt;br /&gt;
		}&lt;br /&gt;
	} );&lt;br /&gt;
});&lt;br /&gt;
});&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
//Loading dialog for wikitrufut links&lt;br /&gt;
$(function(){&lt;br /&gt;
if($('.wikitrufot-dialog-links a').length &amp;gt; 0) {&lt;br /&gt;
	mw.loader.using('jquery.ui.dialog', function(){&lt;br /&gt;
		$('.wikitrufot-dialog-links a').click(function(e){&lt;br /&gt;
			var dest = $(this).attr('href');&lt;br /&gt;
			$('&amp;lt;div style=&amp;quot;text-align:center;&amp;quot; /&amp;gt;').append($('&amp;lt;iframe style=&amp;quot;width:1000px;height:640px;&amp;quot; /&amp;gt;').attr(&amp;quot;src&amp;quot;, dest)).dialog({&lt;br /&gt;
				width: '1050',&lt;br /&gt;
				height: '700',&lt;br /&gt;
				title: $(this).prop('title').substr(2),&lt;br /&gt;
				buttons: {&lt;br /&gt;
				&amp;quot;צפייה במסך מלא&amp;quot;: function() {&lt;br /&gt;
					location.href = dest; &lt;br /&gt;
				}}&lt;br /&gt;
			});&lt;br /&gt;
			e.preventDefault();&lt;br /&gt;
		})&lt;br /&gt;
	});&lt;br /&gt;
}&lt;br /&gt;
});&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=%D7%AA%D7%91%D7%A0%D7%99%D7%AA:%D7%A2%D7%9E%D7%95%D7%93_%D7%A8%D7%90%D7%A9%D7%99/%D7%99%D7%93%D7%99%D7%93%D7%99%D7%9D&amp;diff=105267</id>
		<title>תבנית:עמוד ראשי/ידידים</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=%D7%AA%D7%91%D7%A0%D7%99%D7%AA:%D7%A2%D7%9E%D7%95%D7%93_%D7%A8%D7%90%D7%A9%D7%99/%D7%99%D7%93%D7%99%D7%93%D7%99%D7%9D&amp;diff=105267"/>
		<updated>2014-05-30T08:58:39Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{עמוד ראשי/תיבה1&lt;br /&gt;
|תמונה=&amp;lt;span style=&amp;quot;float: left;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;color:D3EBFF; font-size: 80%;&amp;quot;&amp;gt; [{{fullurl:תבנית:עמוד ראשי/ידידים}} &amp;lt;font color=&amp;quot;D3EBFF&amp;quot;&amp;gt;עריכה&amp;lt;/font&amp;gt;] &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|רוחב=37&lt;br /&gt;
|צבע=תכלת&lt;br /&gt;
|title=ידידי ויקירפואה - חסות פלטינה&lt;br /&gt;
|id=mp-dyk&lt;br /&gt;
|תוכן={{רווח קשיח|2}}&amp;lt;span class=&amp;quot;wikitrufot-dialog-links&amp;quot;&amp;gt;[[קובץ:Pfizer.jpg|קישור=t:קטגוריה:בעל רישום PFIZER]]&amp;lt;/span&amp;gt;{{רווח קשיח|2}}[[קובץ:Roche.jpg|קישור=תבנית:רוש - Roche]]{{רווח קשיח|2}}[[קובץ:Rafa.jpg|125px]]{{רווח קשיח|2}}[[קובץ:Lilly new.jpg|180px|קישור=http://www.lilly.com/Pages/home.aspx]]{{רווח קשיח|2}}[[קובץ:Janssen logo.jpg|180px|קישור=http://www.incivo.co.il]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=%D7%9E%D7%93%D7%99%D7%94_%D7%95%D7%99%D7%A7%D7%99:Common.js&amp;diff=105266</id>
		<title>מדיה ויקי:Common.js</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=%D7%9E%D7%93%D7%99%D7%94_%D7%95%D7%99%D7%A7%D7%99:Common.js&amp;diff=105266"/>
		<updated>2014-05-30T08:55:21Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* כל סקריפט JavaScript שנכתב כאן ירוץ עבור כל המשתמשים בכל טעינת עמוד */&lt;br /&gt;
&lt;br /&gt;
importScript(&amp;quot;MediaWiki:Navigationbar.js&amp;quot;);&lt;br /&gt;
//adds print link&lt;br /&gt;
var printButton = $('&amp;quot;&amp;lt;li id=&amp;quot;printTab&amp;quot;&amp;gt;&amp;lt;span&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot; title=&amp;quot;להדפסת הדף&amp;quot;&amp;gt;הדפסה&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;').click(function(){&lt;br /&gt;
	window.print();&lt;br /&gt;
});&lt;br /&gt;
$('#p-views ul').prepend ( printButton ) ;&lt;br /&gt;
&lt;br /&gt;
/* Google search */&lt;br /&gt;
$('#mw-searchButton').after($('&amp;lt;input type=&amp;quot;button&amp;quot; class=&amp;quot;searchButton&amp;quot; title=&amp;quot;חיפוש טקסט זה בגוגל&amp;quot; value=&amp;quot;חיפוש גוגל&amp;quot;&amp;gt;').click(function(){&lt;br /&gt;
	window.location.href = 'https://www.google.com/search?q='+encodeURI($('#searchInput').val())+'&amp;amp;domains=http://wikirefua.org.il&amp;amp;sitesearch=http://wikirefua.org.il&amp;amp;ie=utf-8&amp;amp;oe=utf-8';&lt;br /&gt;
&lt;br /&gt;
}));&lt;br /&gt;
&lt;br /&gt;
/* breakline in categories */&lt;br /&gt;
$(function(){&lt;br /&gt;
	var catsToBreak = $('.catBreak').map(function(i,e){&lt;br /&gt;
		return $(e).text();&lt;br /&gt;
	});&lt;br /&gt;
&lt;br /&gt;
	$('.mw-normal-catlinks a').filter( function(i, e) { return $.inArray($(e).text(),catsToBreak)&amp;gt;-1 } )&lt;br /&gt;
	.each( function(){&lt;br /&gt;
		$(this).parent().next().css('border-right','none').before('&amp;lt;br&amp;gt;')&lt;br /&gt;
	});&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
/* additional toolbar buttons */&lt;br /&gt;
if ( mw.user.options.get('usebetatoolbar')) {&lt;br /&gt;
mw.loader.using(['jquery.wikiEditor','jquery.wikiEditor.toolbar','ext.wikiEditor','ext.wikiEditor.toolbar'],function(){&lt;br /&gt;
$(function() {&lt;br /&gt;
	// קבוצה חדשה בתפריט מתקדם:&lt;br /&gt;
	$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {&lt;br /&gt;
			'section': 'advanced',&lt;br /&gt;
			'groups': {&lt;br /&gt;
				'more': {&lt;br /&gt;
					'label': &amp;quot;&amp;quot;&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
	} );&lt;br /&gt;
&lt;br /&gt;
	// טקסט ממורכז&lt;br /&gt;
	$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {&lt;br /&gt;
		'section': 'advanced',&lt;br /&gt;
		'group': 'more',&lt;br /&gt;
		'tools': {&lt;br /&gt;
			'center': {&lt;br /&gt;
				label: 'טקסט ממורכז',&lt;br /&gt;
				type: 'button',&lt;br /&gt;
				icon: '//upload.wikimedia.org/wikipedia/commons/thumb/c/ce/Gnome-format-justify-center.svg/22px-Gnome-format-justify-center.svg.png',&lt;br /&gt;
				action: {&lt;br /&gt;
					type: 'encapsulate',&lt;br /&gt;
					options: {&lt;br /&gt;
						pre: '&amp;lt;center&amp;gt;',&lt;br /&gt;
						peri: &amp;quot;טקסט ממורכז&amp;quot;,&lt;br /&gt;
						post: &amp;quot;&amp;lt;/center&amp;gt;&amp;quot;&lt;br /&gt;
					}&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
	} );&lt;br /&gt;
&lt;br /&gt;
	// טקסט מיושר לשמאל&lt;br /&gt;
	$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {&lt;br /&gt;
		'section': 'advanced',&lt;br /&gt;
		'group': 'more',&lt;br /&gt;
		'tools': {&lt;br /&gt;
			'center': {&lt;br /&gt;
				label: 'טקסט מיושר לשמאל',&lt;br /&gt;
				type: 'button',&lt;br /&gt;
				icon: '//upload.wikimedia.org/wikipedia/commons/thumb/c/ce/Gnome-format-justify-left.svg/22px-Gnome-format-justify-left.svg.png',&lt;br /&gt;
				action: {&lt;br /&gt;
					type: 'encapsulate',&lt;br /&gt;
					options: {&lt;br /&gt;
						pre: '&amp;lt;div class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;',&lt;br /&gt;
						peri: &amp;quot;טקסט מיושר לשמאל&amp;quot;,&lt;br /&gt;
						post: &amp;quot;&amp;lt;/div&amp;gt;&amp;quot;&lt;br /&gt;
					}&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
	} );&lt;br /&gt;
&lt;br /&gt;
	// הערה מוסתרת&lt;br /&gt;
	$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {&lt;br /&gt;
		'section': 'advanced',&lt;br /&gt;
		'group': 'more',&lt;br /&gt;
		'tools': {&lt;br /&gt;
			'hiddennote': {&lt;br /&gt;
				label: 'הערה מוסתרת',&lt;br /&gt;
				type: 'button',&lt;br /&gt;
				icon: '//upload.wikimedia.org/wikipedia/commons/thumb/b/b5/Gnome-document-new.svg/22px-Gnome-document-new.svg.png',&lt;br /&gt;
				action: {&lt;br /&gt;
					type: 'encapsulate',&lt;br /&gt;
					options: {&lt;br /&gt;
						pre: '&amp;lt;!-- ',&lt;br /&gt;
						peri: &amp;quot;הערה מוסתרת&amp;quot;,&lt;br /&gt;
						post: &amp;quot; --&amp;gt;&amp;quot;&lt;br /&gt;
					}&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
	} );&lt;br /&gt;
&lt;br /&gt;
	// צבע גופן&lt;br /&gt;
	$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {&lt;br /&gt;
		'section': 'main',&lt;br /&gt;
		'group': 'format',&lt;br /&gt;
		'tools': {&lt;br /&gt;
			'colouredtext': {&lt;br /&gt;
				label: 'טקסט צבוע',&lt;br /&gt;
				type: 'button',&lt;br /&gt;
				icon: '//upload.wikimedia.org/wikipedia/he/2/26/NewColorBtn.png',&lt;br /&gt;
				action: {&lt;br /&gt;
					type: 'encapsulate',&lt;br /&gt;
					options: {&lt;br /&gt;
						pre: '&amp;lt;span style=&amp;quot;color: ColorName;&amp;quot;&amp;gt;',&lt;br /&gt;
						peri: &amp;quot;טקסט צבוע&amp;quot;,&lt;br /&gt;
						post: &amp;quot;&amp;lt;/span&amp;gt;&amp;quot;&lt;br /&gt;
					}&lt;br /&gt;
				}&lt;br /&gt;
				}&lt;br /&gt;
		}&lt;br /&gt;
	} );&lt;br /&gt;
});&lt;br /&gt;
});&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
//Loading dialog for wikitrufut links&lt;br /&gt;
$(function(){&lt;br /&gt;
if($('.wikitrufot-dialog-links a').length &amp;gt; 0) {&lt;br /&gt;
	mw.loader.using('jquery.ui.dialog', function(){&lt;br /&gt;
		$('.wikitrufot-dialog-links a').click(function(e){&lt;br /&gt;
			var dest = $(this).attr('href');&lt;br /&gt;
			$('&amp;lt;div style=&amp;quot;text-align:center;&amp;quot; /&amp;gt;').append($('&amp;lt;iframe style=&amp;quot;width:1000px;height:640px;&amp;quot; /&amp;gt;').attr(&amp;quot;src&amp;quot;, dest)).dialog({&lt;br /&gt;
				width: '1050',&lt;br /&gt;
				height: '700',&lt;br /&gt;
				title: $(this).prop('title').substr(2)&lt;br /&gt;
			});&lt;br /&gt;
			e.preventDefault();&lt;br /&gt;
		})&lt;br /&gt;
	});&lt;br /&gt;
}&lt;br /&gt;
});&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=OXYCODONE&amp;diff=102417</id>
		<title>OXYCODONE</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=OXYCODONE&amp;diff=102417"/>
		<updated>2014-04-25T11:52:51Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טרגין - Targin]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=DIMENHYDRINATE&amp;diff=102416</id>
		<title>DIMENHYDRINATE</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=DIMENHYDRINATE&amp;diff=102416"/>
		<updated>2014-04-25T11:52:41Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טרבאמין - Travamin]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=Travamin&amp;diff=102415</id>
		<title>Travamin</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=Travamin&amp;diff=102415"/>
		<updated>2014-04-25T11:52:31Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טרבאמין - Travamin]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=%D7%98%D7%A8%D7%91%D7%90%D7%9E%D7%99%D7%9F&amp;diff=102414</id>
		<title>טרבאמין</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=%D7%98%D7%A8%D7%91%D7%90%D7%9E%D7%99%D7%9F&amp;diff=102414"/>
		<updated>2014-04-25T11:52:21Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טרבאמין - Travamin]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=Symphytum_Concentrate&amp;diff=102413</id>
		<title>Symphytum Concentrate</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=Symphytum_Concentrate&amp;diff=102413"/>
		<updated>2014-04-25T11:52:11Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טראומפלנט - Traumaplant]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=SYMPHYTUM_CONCENTRATE&amp;diff=102412</id>
		<title>SYMPHYTUM CONCENTRATE</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=SYMPHYTUM_CONCENTRATE&amp;diff=102412"/>
		<updated>2014-04-25T11:52:01Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טראומפלנט - Traumaplant]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=Traumaplant&amp;diff=102411</id>
		<title>Traumaplant</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=Traumaplant&amp;diff=102411"/>
		<updated>2014-04-25T11:51:51Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טראומפלנט - Traumaplant]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=%D7%98%D7%A8%D7%90%D7%95%D7%9E%D7%A4%D7%9C%D7%A0%D7%98&amp;diff=102410</id>
		<title>טראומפלנט</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=%D7%98%D7%A8%D7%90%D7%95%D7%9E%D7%A4%D7%9C%D7%A0%D7%98&amp;diff=102410"/>
		<updated>2014-04-25T11:51:41Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טראומפלנט - Traumaplant]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=%D7%98%D7%A1%D7%99%D7%92%D7%A0%D7%94&amp;diff=102409</id>
		<title>טסיגנה</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=%D7%98%D7%A1%D7%99%D7%92%D7%A0%D7%94&amp;diff=102409"/>
		<updated>2014-04-25T11:51:31Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טסיגנה - Tasigna]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=Nilotinib&amp;diff=102408</id>
		<title>Nilotinib</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=Nilotinib&amp;diff=102408"/>
		<updated>2014-04-25T11:51:21Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טסיגנה - Tasigna]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=NILOTINIB&amp;diff=102407</id>
		<title>NILOTINIB</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=NILOTINIB&amp;diff=102407"/>
		<updated>2014-04-25T11:51:11Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טסיגנה - Tasigna]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=Tasigna&amp;diff=102406</id>
		<title>Tasigna</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=Tasigna&amp;diff=102406"/>
		<updated>2014-04-25T11:51:01Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טסיגנה - Tasigna]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=Oseltamivir&amp;diff=102405</id>
		<title>Oseltamivir</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=Oseltamivir&amp;diff=102405"/>
		<updated>2014-04-25T11:50:51Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טמיפלו - Tamiflu]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=%D7%98%D7%9E%D7%99%D7%A4%D7%9C%D7%95&amp;diff=102404</id>
		<title>טמיפלו</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=%D7%98%D7%9E%D7%99%D7%A4%D7%9C%D7%95&amp;diff=102404"/>
		<updated>2014-04-25T11:50:41Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טמיפלו - Tamiflu]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=Tamiflu&amp;diff=102403</id>
		<title>Tamiflu</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=Tamiflu&amp;diff=102403"/>
		<updated>2014-04-25T11:50:31Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טמיפלו - Tamiflu]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=OSELTAMIVIR&amp;diff=102402</id>
		<title>OSELTAMIVIR</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=OSELTAMIVIR&amp;diff=102402"/>
		<updated>2014-04-25T11:50:21Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טמיפלו - Tamiflu]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=FLECAINIDE&amp;diff=102401</id>
		<title>FLECAINIDE</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=FLECAINIDE&amp;diff=102401"/>
		<updated>2014-04-25T11:50:11Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טמבוקור - Tambocor]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=Tambocor&amp;diff=102400</id>
		<title>Tambocor</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=Tambocor&amp;diff=102400"/>
		<updated>2014-04-25T11:50:01Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טמבוקור - Tambocor]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=%D7%98%D7%9E%D7%91%D7%95%D7%A7%D7%95%D7%A8&amp;diff=102399</id>
		<title>טמבוקור</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=%D7%98%D7%9E%D7%91%D7%95%D7%A7%D7%95%D7%A8&amp;diff=102399"/>
		<updated>2014-04-25T11:49:51Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טמבוקור - Tambocor]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=FEXOFENADINE&amp;diff=102398</id>
		<title>FEXOFENADINE</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=FEXOFENADINE&amp;diff=102398"/>
		<updated>2014-04-25T11:49:41Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טלפסט - Telfast]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=Telfast&amp;diff=102397</id>
		<title>Telfast</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=Telfast&amp;diff=102397"/>
		<updated>2014-04-25T11:49:31Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טלפסט - Telfast]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=%D7%98%D7%9C%D7%A4%D7%A1%D7%98&amp;diff=102396</id>
		<title>טלפסט</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=%D7%98%D7%9C%D7%A4%D7%A1%D7%98&amp;diff=102396"/>
		<updated>2014-04-25T11:49:21Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טלפסט - Telfast]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=Meglumine_Iothalamate&amp;diff=102395</id>
		<title>Meglumine Iothalamate</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=Meglumine_Iothalamate&amp;diff=102395"/>
		<updated>2014-04-25T11:49:11Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:Telebrix]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=Meglumine&amp;diff=102394</id>
		<title>Meglumine</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=Meglumine&amp;diff=102394"/>
		<updated>2014-04-25T11:49:01Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:Telebrix]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=MEGLUMINE_IOTHALAMATE&amp;diff=102393</id>
		<title>MEGLUMINE IOTHALAMATE</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=MEGLUMINE_IOTHALAMATE&amp;diff=102393"/>
		<updated>2014-04-25T11:48:51Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:Telebrix]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=MEGLUMINE&amp;diff=102392</id>
		<title>MEGLUMINE</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=MEGLUMINE&amp;diff=102392"/>
		<updated>2014-04-25T11:48:41Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:Telebrix]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=Telebrix&amp;diff=102391</id>
		<title>Telebrix</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=Telebrix&amp;diff=102391"/>
		<updated>2014-04-25T11:48:31Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:Telebrix]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=%D7%98%D7%9C%D7%99%D7%91%D7%A8%D7%99%D7%A7%D7%A1&amp;diff=102390</id>
		<title>טליבריקס</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=%D7%98%D7%9C%D7%99%D7%91%D7%A8%D7%99%D7%A7%D7%A1&amp;diff=102390"/>
		<updated>2014-04-25T11:48:21Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:Telebrix]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=THROMBIN&amp;diff=102389</id>
		<title>THROMBIN</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=THROMBIN&amp;diff=102389"/>
		<updated>2014-04-25T11:48:11Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טכוסיל - Tachosil]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=Tachosil&amp;diff=102388</id>
		<title>Tachosil</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=Tachosil&amp;diff=102388"/>
		<updated>2014-04-25T11:48:01Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טכוסיל - Tachosil]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=%D7%98%D7%9B%D7%95%D7%A1%D7%99%D7%9C&amp;diff=102387</id>
		<title>טכוסיל</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=%D7%98%D7%9B%D7%95%D7%A1%D7%99%D7%9C&amp;diff=102387"/>
		<updated>2014-04-25T11:47:51Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טכוסיל - Tachosil]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=Thrombin&amp;diff=102386</id>
		<title>Thrombin</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=Thrombin&amp;diff=102386"/>
		<updated>2014-04-25T11:47:41Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טכוסיל - Tachosil]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=TICARCILLIN&amp;diff=102385</id>
		<title>TICARCILLIN</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=TICARCILLIN&amp;diff=102385"/>
		<updated>2014-04-25T11:47:31Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טימנטין - Timentin]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=CLAVULANIC_ACID&amp;diff=102384</id>
		<title>CLAVULANIC ACID</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=CLAVULANIC_ACID&amp;diff=102384"/>
		<updated>2014-04-25T11:47:21Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טימנטין - Timentin]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=Timentin&amp;diff=102383</id>
		<title>Timentin</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=Timentin&amp;diff=102383"/>
		<updated>2014-04-25T11:47:11Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טימנטין - Timentin]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=%D7%98%D7%99%D7%9E%D7%A0%D7%98%D7%99%D7%9F&amp;diff=102382</id>
		<title>טימנטין</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=%D7%98%D7%99%D7%9E%D7%A0%D7%98%D7%99%D7%9F&amp;diff=102382"/>
		<updated>2014-04-25T11:47:01Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טימנטין - Timentin]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=IMMUNOGLOBULIN_RABBIT_ANTI-HUMAN_THYMOCYTE&amp;diff=102381</id>
		<title>IMMUNOGLOBULIN RABBIT ANTI-HUMAN THYMOCYTE</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=IMMUNOGLOBULIN_RABBIT_ANTI-HUMAN_THYMOCYTE&amp;diff=102381"/>
		<updated>2014-04-25T11:46:51Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טימוגלובולין - Thymoglobuline]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=Thymoglobuline&amp;diff=102380</id>
		<title>Thymoglobuline</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=Thymoglobuline&amp;diff=102380"/>
		<updated>2014-04-25T11:46:41Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טימוגלובולין - Thymoglobuline]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=%D7%98%D7%99%D7%9E%D7%95%D7%92%D7%9C%D7%95%D7%91%D7%95%D7%9C%D7%99%D7%9F&amp;diff=102379</id>
		<title>טימוגלובולין</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=%D7%98%D7%99%D7%9E%D7%95%D7%92%D7%9C%D7%95%D7%91%D7%95%D7%9C%D7%99%D7%9F&amp;diff=102379"/>
		<updated>2014-04-25T11:46:31Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טימוגלובולין - Thymoglobuline]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=TYKERB&amp;diff=102378</id>
		<title>TYKERB</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=TYKERB&amp;diff=102378"/>
		<updated>2014-04-25T11:46:21Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טייקרב - Tykerb]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=Lapatinib&amp;diff=102377</id>
		<title>Lapatinib</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=Lapatinib&amp;diff=102377"/>
		<updated>2014-04-25T11:46:11Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טייקרב - Tykerb]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=LAPATINIB&amp;diff=102376</id>
		<title>LAPATINIB</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=LAPATINIB&amp;diff=102376"/>
		<updated>2014-04-25T11:46:01Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טייקרב - Tykerb]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=Tykerb&amp;diff=102375</id>
		<title>Tykerb</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=Tykerb&amp;diff=102375"/>
		<updated>2014-04-25T11:45:51Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טייקרב - Tykerb]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=%D7%98%D7%99%D7%99%D7%A7%D7%A8%D7%91&amp;diff=102374</id>
		<title>טייקרב</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=%D7%98%D7%99%D7%99%D7%A7%D7%A8%D7%91&amp;diff=102374"/>
		<updated>2014-04-25T11:45:41Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טייקרב - Tykerb]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=ISOTHIPENDYL&amp;diff=102373</id>
		<title>ISOTHIPENDYL</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=ISOTHIPENDYL&amp;diff=102373"/>
		<updated>2014-04-25T11:45:31Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טיודנטול ג'לי - Thiodantol gel]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=Thiodantol_Gel&amp;diff=102372</id>
		<title>Thiodantol Gel</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=Thiodantol_Gel&amp;diff=102372"/>
		<updated>2014-04-25T11:45:21Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טיודנטול ג'לי - Thiodantol gel]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
	<entry>
		<id>https://www.wikirefua.org.il/w/index.php?title=%D7%98%D7%99%D7%95%D7%93%D7%A0%D7%98%D7%95%D7%9C_%D7%92%27%D7%9C%D7%99&amp;diff=102371</id>
		<title>טיודנטול ג'לי</title>
		<link rel="alternate" type="text/html" href="https://www.wikirefua.org.il/w/index.php?title=%D7%98%D7%99%D7%95%D7%93%D7%A0%D7%98%D7%95%D7%9C_%D7%92%27%D7%9C%D7%99&amp;diff=102371"/>
		<updated>2014-04-25T11:45:11Z</updated>

		<summary type="html">&lt;p&gt;ערן רוזנטל: תיקון הפניה כפולה&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#הפניה[[t:טיודנטול ג'לי - Thiodantol gel]]&lt;/div&gt;</summary>
		<author><name>ערן רוזנטל</name></author>
	</entry>
</feed>