<html xmlns:x="urn:schemas-microsoft-com:xslt">
<head>
<!--eBay V3- msxml 4.0 XXXXXXXXXXXXXXXXXXXXXXXXXX-->
<!--Started: 10.01.0414:58:48 MEZ-->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<META http-equiv="Expires" content="Sun, 22 Feb 2004, 23:38:28 GMT">
<META http-equiv="Pragma" content="no-cache"><SCRIPT SRC="http://include.ebaystatic.com/aw/pics/js/globals.js"></SCRIPT><script language="JavaScript"></script><SCRIPT SRC="http://include.ebaystatic.com/aw/pics/js/cookies.js"></SCRIPT><SCRIPT SRC="http://include.ebaystatic.com/aw/pics/js/common_functions.js"></SCRIPT><SCRIPT SRC="http://include.ebaystatic.com/aw/pics/js/cobrand/cobrand_determine.js"></SCRIPT><META name="XslBuildInfo" content="2004-02-11 00:38:56,54328,0">
<META name="Arg1" content="td.s5qj505"><!--srcId: ViewItem-->
<title>eBay-Artikel 3071084793 (Endet 20.01.04 09:19:08 MEZ ) - NONI medizinische ANWENDUNGEN Dr. Solomon</title><script language="JavaScript"><!--
	var pageName = "ViewItem_Closed_None";
	var SS_Merc = ""; 
	var server = "location.hostname.toLowerCase()";
	var channel = "eBay";
	var ipix = "IPIXN";
	var eps = "EPSY";
	var region = "";
	var category0 = "293";
	var category1 = "8322";
	var category2 = "11387";
	var category3 = "";
	var category4 = "";
	var itemState = "State2";
	var itemFormat = "Format4";
	var sellerFeedback = "FB10";
	var itemNumBids = "Bids0";
	var itemReserve = "Res0";
	var itemPrice = "Price0";
	var itemTimeRemaining = "T1";
	var itemCurrency = "C1";
	var itemTimeElapsed = "";
	var itemBIN = "0";
	var itemImage = "0";
	var signedIn = "0";
	var itemFeatured = "0";
	var itemAcceptCC = "0";
	var itemInstantPurchase = "0";
	var itemAcceptChecks = "0";
	var itemAuctionDutch = "0";
	var s_eVar10 = "+1";
	
//--></script><script language="JavaScript"><!-- 
function popWindow(u,n,o,x,y){
	var s = o+',width='+x+',height='+y;
	window.open(u,n,s);
}
//--></script><script language="JavaScript"><!-- 
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//--></script><script language="JavaScript">
	var eBayUser_SelfHosted_image = new Image();
	eBayUser_SelfHosted_image.src = 'http://i13.ebayimg.com/02/i/01/28/b9/3c_1.JPG';
	<!-- 
	
	function clientBrowserSniffer() { 
		
		this.ua = navigator.userAgent.toLowerCase(); 
		this.major = parseInt(navigator.appVersion); 

		var failOverFlag = false;
	
		// Opera 5 or 6
		if (this.ua.indexOf('opera') != -1)
			this.opera = true; 
		if (this.opera && (this.ua.indexOf("opera 5") != -1 || this.ua.indexOf("opera/5") != -1))
			this.opera5 = true;
		if (this.opera && (this.ua.indexOf("opera 6") != -1 || this.ua.indexOf("opera/6") != -1))
			this.opera6 = true;
		if (this.opera5 || this.opera6) 
			return true; 
		
		// MSIE < 4
		this.ie = this.ua.indexOf('msie') != -1; 
		var is_ie3 = (this.ie && (this.major < 4));
		var is_ie4    = (this.ie && (this.major == 4) && (this.ua.indexOf("msie 4") != -1));
	      var is_ie4up  = (this.ie && (this.major >= 4));

		if (is_ie3)
			return true; 
			
		//Mac
		this.mac= this.ua.indexOf('mac') != -1;
		if (this.mac && (is_ie4up || is_ie3)) 
			return true;

		// Gecko, NN4+, and NS6 
		this.gecko = this.ua.indexOf('gecko') != -1; 
		// Safari
		this.safari = this.ua.indexOf('safari') != -1; 		
		// Misc. 
		this.hotjava = this.ua.indexOf('hotjava') != -1; 
		this.webtv = this.ua.indexOf('webtv') != -1; 
		
		if (this.gecko || this.safari || this.hotjava || this.webtv)
			return true; 
			
		// Netscape Navigator
		if (this.nav && (this.major < 4)) 
			return true; 

		return failOverFlag;
	} 

	function resizeImage(imageOrImageName) {
	
		var agt = navigator.userAgent.toLowerCase();
		this.nav = (navigator.appName == 'Netscape');
		this.major = parseInt(navigator.appVersion); 
		this.ie = (agt.indexOf('msie') != -1);
		
		if ((this.nav && (this.major >= 5)) || this.opera5) {
			var image = new Image();
			image.src = typeof imageOrImageName == 'string' ?
           	     		document[imageOrImageName] : imageOrImageName;
           		// lines above work for NS7 but not iE -Smita
           		// this.major = 5 for NS 7.x, 6.x
           } else if (this.ie) {
           		var image = typeof imageOrImageName == 'string' ?
				document[imageOrImageName] : imageOrImageName;
		} else {
			var image = typeof imageOrImageName == 'string' ?
				document[imageOrImageName] : imageOrImageName;
		}

	 	var ratio_width = eBayUser_SelfHosted_image.width/200;
		var ratio_ht = eBayUser_SelfHosted_image.height/150;
		var big_ratio = (ratio_width > ratio_ht) ? ratio_width : ratio_ht;
		if (document.layers) {
			if (!image.overLayer) {
      			var l = image.overLayer = new Layer(200); 
    			}
    			var l = image.overLayer;
    			l.bgColor = document.bgColor;
			if (big_ratio > 1) {
				l.clip.width = Math.round(eBayUser_SelfHosted_image.width/big_ratio);
				l.clip.height = Math.round(eBayUser_SelfHosted_image.height/big_ratio);	
			} else {
				l.clip.width = eBayUser_SelfHosted_image.width;
				l.clip.height = eBayUser_SelfHosted_image.height;
	 		}	
    			l.left = image.x + ((200-l.clip.width)/2);
    			l.top = image.y + ((150-l.clip.height)/2);

			var imageInfo = '';
   			imageInfo += ' <a href=\"#ebayphotohosting\"><IMG SRC="' + eBayUser_SelfHosted_image.src + '"';
     			imageInfo += image.name ? ' NAME="overLayer' + image.name + '"' : '';
           		imageInfo += ' border=0  WIDTH="' + l.clip.width + '" HEIGHT="' +  l.clip.height+ '"> </a>';
    			l.document.open();
    			l.document.write(imageInfo);
    			l.document.close();
    			l.visibility = 'show';
  		} else {
  			var ratio_width = eBayUser_SelfHosted_image.width/200;
			var ratio_ht = eBayUser_SelfHosted_image.height/150;
			var big = (ratio_width > ratio_ht) ? ratio_width : ratio_ht;
			
			if(big>=1) {
				image.width = eBayUser_SelfHosted_image.width/big;
				image.height = eBayUser_SelfHosted_image.height/big;
				image.src = eBayUser_SelfHosted_image.src;
			}			
		}
	}
	//--></script><script language="JavaScript" src="http://include.ebaystatic.com/aw/pics/js/SendShippingCalcParams.js"></script><script language="JavaScript" src="http://include.ebaystatic.com/aw/pics/js/popout/promo_popout_mediaplex.js"></script></head>
<body rightmargin="0" topmargin="0" leftmargin="0" bottommargin="0" marginheight="0" marginwidth="0">
<table width="100%" border="0" cellspacing="0" cellpadding="5" bgcolor="#FFFFFF">
<tr>
<td><!--Header code starts--><script src="http://include.ebaystatic.com/aw/pics/de/js/poweredby/poweredby.js"></script><script src="http://include.ebaystatic.com/aw/pics/js/help/openHelpWindow.js"></script><script src="http://include.ebaystatic.com/aw/pics/js/globals.js"></script><script type="text/javascript" language="JavaScript1.1">

			includeHost = 'http://include.ebaystatic.com/';

		</script><script src="http://include.ebaystatic.com/aw/pics/js/cookies.js"></script><script src="http://include.ebaystatic.com/aw/pics/js/common_functions.js"></script><script src="http://include.ebaystatic.com/aw/pics/js/cobrand/cobrand_determine.js"></script><script src="http://include.ebaystatic.com/aw/pics/js/cobrand/cobrand_load.js"></script><script type="text/javascript" language="JavaScript1.1">

			typeof(writeCBHeader)!= "undefined"?writeCBHeader():'';

		</script><table border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF"><tr><td><img src="http://pics.ebaystatic.com/aw/pics/de/spacer.gif" width="180" height="1"></td><td><img src="http://pics.ebaystatic.com/aw/pics/de/spacer.gif" width="1" height="1"></td></tr><tr><td><script type="text/javascript" language="JavaScript1.1">						

						typeof(writeCBBrow)!="undefined"?writeCBBrow():false;

					</script><a href="http://pages.ebay.de/"><img border="0" alt="Von Computern bis Kleidung, alles kaufen und verkaufen bei eBay" src="http://pics.ebaystatic.com/aw/pics/de/navbar/redesign_p1/ebayLogo.gif"></a></td><td align="center" valign="top"><table border="0" cellspacing="0" cellpadding="0" width="100%"><tr><td><img src="http://pics.ebaystatic.com/aw/pics/de/spacer.gif" width="1" height="1"></td><td><img src="http://pics.ebaystatic.com/aw/pics/de/spacer.gif" width="1" height="1"></td></tr><tr><td nowrap="true" align="right"><font size="2" face="Arial, Helvetica, sans-serif" color="#9999FF"><a href="http://pages.ebay.de/"><font color="#0000CC">Startseite</font></a><script type="text/javascript" language="JavaScript1.1">

			writeCBSignInLink("Anmelden","http://cgi4.ebay.de/aw-cgi/eBayISAPI.dll?RegisterShow&ssPageName=h:h:reg:DE","","");					

		</script><noscript>

		| <a href="http://cgi4.ebay.de/aw-cgi/eBayISAPI.dll?RegisterShow&amp;ssPageName=h:h:reg:DE"><font color="#0000CC">Anmelden</font></a></noscript><script type="text/javascript" language="JavaScript1.1">

			writeCBSignInLink("Einloggen","http://signin.ebay.de/aw-cgi/eBayISAPI.dll?SignIn&ssPageName=h:h:sin:DE","Ausloggen","http://signin.ebay.de/aw-cgi/eBayISAPI.dll?SignIn&ssPageName=h:h:sout:DE");

		</script><noscript>

		| <a href="http://signin.ebay.de/aw-cgi/eBayISAPI.dll?SignIn"><font color="#0000CC">Einloggen</font></a></noscript> | <a href="http://pages.ebay.de/services/index.html?ssPageName=h:h:serv:DE"><font color="#0000CC">Service</font></a> | <a href="http://pages.ebay.de/sitemap.html?ssPageName=h:h:smap:DE"><font color="#0000CC">bersicht</font></a>

		| <a href="http://pages.ebay.de/help/index.html?ssPageName=h:h:help:DE"><font color="#0000CC">Hilfe</font><img src="http://pics.ebaystatic.com/aw/pics/de/spacer.gif" width="5" height="14" align="top" border="0"><img src="http://pics.ebaystatic.com/aw/pics/de/listings/questionMark_14x14.gif" width="14" height="14" align="top" border="0"></a></font></td><td><img src="http://pics.ebaystatic.com/aw/pics/de/spacer.gif" width="1" height="1"></td></tr><tr><td colspan="2"><img src="http://pics.ebaystatic.com/aw/pics/de/spacer.gif" width="1" height="3"></td></tr><tr><td><table border="0" cellspacing="0" cellpadding="0"><tr><td><a href="http://pages.ebay.de/buy/index.html?ssPageName=h:h:cat:DE"><img border="0" alt="Kaufen" src="http://pics.ebaystatic.com/aw/pics/de/navbar/redesign_p1/Home/browse.gif"></a></td><td><a href="http://pages.ebay.de/search/items/basicsearch.html?ssPageName=h:h:fitem:DE"><img border="0" alt="Suchen" src="http://pics.ebaystatic.com/aw/pics/de/navbar/redesign_p1/Home/search.gif"></a></td><td><a href="http://cgi5.ebay.de/ws1/eBayISAPI.dll?SellYourItem&amp;ssPageName=h:h:syi:DE"><img border="0" alt="Verkaufen" src="http://pics.ebaystatic.com/aw/pics/de/navbar/redesign_p1/Home/sell.gif"></a></td><td><a href="http://cgi1.ebay.de/aw-cgi/eBayISAPI.dll?MyEbayLogin&amp;ssPageName=h:h:myebay:DE"><img border="0" alt="Mein eBay" src="http://pics.ebaystatic.com/aw/pics/de/navbar/redesign_p1/Home/myebay.gif"></a></td><td><a href="http://pages.ebay.de/community/index.html?ssPageName=h:h:over:DE"><img border="0" alt="Gemeinschaft" src="http://pics.ebaystatic.com/aw/pics/de/navbar/redesign_p1/Home/community.gif"></a></td></tr></table></td><td><script type="text/javascript" language="JavaScript1.1">

										headerpartner('<img src="http://pics.ebaystatic.com/aw/pics/de/navbar/redesign_p1/header_partner.gif" border="0">', HdrSponsorEnable, sponsorLink);

									</script><noscript><img src="http://pics.ebaystatic.com/aw/pics/de/navbar/redesign_p1/header_partner.gif" width="104" height="30" border="0"></noscript></td></tr></table></td></tr></table><!--Header code ends--></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="10" bgcolor="#FFFFFF">
<tr>
<td><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="1" height="6" alt=" " title=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td nowrap>
<font face="Arial" size="2">
	<a href="http://www.ebay.de/"><img src="http://pics.ebaystatic.com/aw/pics/viewitem/backArrow_14x14.gif" width="14" height="14" border="0" align="absmiddle" alt="zurck zur Startseite"></a><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="5" height="1" alt=" " title=""><a href="http://www.ebay.de/">zurck zur Startseite</a></font>
</td>
<td><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="40" height="1" alt=" " title=""></td>
<td width="100%">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
<font face="Verdana" size="1">Kategorie: 
							
							</font></td>
<td>
<font face="Verdana" size="1"><a href="http://listings.ebay.de/aw/plistings/category293/index.html?from=R11">TV, Video &amp; Elektronik</a>&gt;<a href="http://listings.ebay.de/aw/plistings/category8322/index.html?from=R11">DVD-Player</a>&gt;<a href="http://listings.ebay.de/aw/plistings/category11387/index.html?from=R11">JVC</a></font></td>
</tr>
</table>
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="6" valign="middle"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="1" height="6" alt=" " title=""></td>
</tr>
<tr>
<td colspan="6" valign="middle" bgcolor="#9999CC"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="1" height="2" alt=" " title=""></td>
</tr>
<tr bgcolor="#D6DCFE">
<td valign="middle"><img src="http://pics.ebaystatic.com/aw/pics/sitewide/leftLine_16x3.gif" width="16" height="3"></td>
<td><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="6" height="1" alt=" " title=""></td>
<td width="100%">
<font face="Arial" size="4"><b>NONI medizinische ANWENDUNGEN Dr. Solomon</b></font>
</td>
<td align="right" nowrap>
<font face="Arial" size="2"> Artikelnummer: 3071084793</font>
</td>
<td align="right"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="12" height="1" alt=" " title=""></td>
</tr>
<tr>
<td colspan="6" valign="middle" bgcolor="#9999CC"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="1" height="2" alt=" " title=""></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="6" height="1" alt=" " title=""></td>
<td bgcolor="#9999CC"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="1" height="1" alt=" " title=""></td>
<td bgcolor="#EEEEF8">
<table border="0" cellpadding="6" cellspacing="0" width="100%">
<tr>
<td width="100%">
<font face="Arial" size="2"><b>Kufer oder Verkufer dieses Artikels?</b><a href="http://signin.ebay.de/aw-cgi/eBayISAPI.dll?SignIn&amp;ru=http%3A%2F%2Fcgi.ebay.de%2Fws%2FeBayISAPI.dll%3FViewItem%26item%3D3071084793">Einloggen</a> zur Statusabfrage
			</font>
</td>
<td align="right" nowrap></td>
</tr>
</table>
<table border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<td rowspan="7"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="5" height="1" alt=" " title=""></td>
<td colspan="5"></td>
<td rowspan="7"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="5" height="1" alt=" " title=""></td>
</tr>
<tr>
<td colspan="5">
<font face="Arial" size="3"><b>Das Angebot ist beendet </b></font><font face="Arial" size="3">(hek999 ist der Kufer).</font>
</td>
</tr>
<tr>
<td colspan="5" height="5"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="5" height="1" alt=" " title=""></td>
</tr>
<tr>
<td colspan="5"></td>
</tr>
<tr>
<td colspan="5" height="5"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="5" height="1" alt=" " title=""></td>
</tr>
</table>
</td>
<td bgcolor="#9999CC"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="1" height="1" alt=" " title=""></td>
<td><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="6" height="1" alt=" " title=""></td>
</tr>
<tr>
<td><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="1" height="1" alt=" " title=""></td>
<td bgcolor="#9999CC"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="1" height="1" alt=" " title=""></td>
<td bgcolor="#9999CC" width="99%"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="1" height="1" alt=" " title=""></td>
<td bgcolor="#9999CC"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="1" height="1" alt=" " title=""></td>
<td><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="1" height="1" alt=" " title=""></td>
</tr>
</table>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="10" bgcolor="#FFFFFF">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="top" width="200"><a href="#ebayphotohosting"><img src="http://i13.ebayimg.com/02/i/01/28/b9/3c_1.JPG" width="200" alt="Bild:" border="1"></a><br><a href="#ebayphotohosting"><img src="http://pics.ebaystatic.com/aw/pics/viewitem/downArrow_14x14.gif" width="14" height="14" border="0" align="absmiddle" alt="Greres Bild"></a><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="5" height="1" alt=" " title=""><font face="Arial" size="2"><a href="#ebayphotohosting">Greres Bild</a></font>
</td>
<td width="6"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="6" height="1" alt=" " title=""></td>
<td width="33%" valign="top">
<table border="0" cellspacing="0" cellpadding="6">
<tr>
<td nowrap="yes" valign="top"><img src="http://pics.ebaystatic.com/aw/pics/de/bin_15x54.gif" alt="Sofort-Kaufen"><font face="Arial" size="2"> Preis:</font></td>
<td valign="top">
<font face="Arial" size="2"><b>EUR1,00</b></font>
</td>
</tr>
<tr>
<td colspan="2"><table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td bgcolor="#CCCCCC"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="1" height="1" alt=" " title=""></td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top" nowrap>
<font face="Arial" size="2">
		Endet:
	</font>
</td>
<td>
<font face="Arial" size="2">20.01.04 09:19:08 MEZ</font>
</td>
</tr>
<tr>
<td nowrap="yes" valign="baseline">
<font face="Arial" size="2">
			Kufer: 
		</font>
</td>
<td valign="baseline">
<font face="Arial" size="2"><a href="http://contact.ebay.de/aw-cgi/eBayISAPI.dll?ReturnUserEmail&amp;requested=hek999&amp;iid=3071084793&amp;frm=284">hek999</a><img src="http://pics.ebaystatic.com/aw/pics/spacer.gif" width="4" border="0" alt=" ">( <a href="http://cgi2.ebay.de/aw-cgi/eBayISAPI.dll?ViewFeedback&amp;userid=hek999">1</a> )</font>
</td>
</tr>
<tr>
<td colspan="2"><table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td bgcolor="#CCCCCC"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="1" height="1" alt=" " title=""></td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top"><font face="Arial" size="2">Ort:</font></td>
<td><font face="Arial" size="2">Stuttgart</font><br><font face="Verdana" color="#666666" size="1">Deutschland</font>
</td>
</tr>
<tr>
<td colspan="2" valign="top">
<font face="Arial" size="2"></font>
</td>
</tr>
<tr align="center">
<td align="left" colspan="2" valign="top"><a href="#ShippingPayment"><img src="http://pics.ebaystatic.com/aw/pics//viewitem/downArrow_14x14.gif" border="0" width="14" height="14" align="absmiddle" alt="Angaben zu Zahlung und Versand"></a><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="5" height="1" alt=" " title=""><font face="Arial" size="2"><a href="#ShippingPayment">Angaben zu Zahlung und Versand</a></font></td>
</tr>
</table>
</td>
<td><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="6" height="1" alt=" " title=""></td>
<td width="6"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="6" height="1" alt=" " title=""></td>
<td width="33%" valign="top" align="right">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3" width="100%" bgcolor="#9999CC"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" height="1" alt=" " title=""></td>
</tr>
<tr bgcolor="#D6DCFE">
<td><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="10" height="1" alt=" " title=""></td>
<td nowrap valign="middle" height="22"><font face="Arial" size="3"><b>Angaben zum Verkufer</b></font></td>
<td><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="10" height="1" alt=" " title=""></td>
</tr>
<tr bgcolor="#EEEEF8">
<td><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="7" height="1" alt=" " title=""></td>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="2">
<tr>
<td>
<font face="Arial" size="2"><a href="http://contact.ebay.de/aw-cgi/eBayISAPI.dll?ShowCoreAskSellerQuestion&amp;requested=%24churik&amp;iid=3071084793&amp;frm=284">$churik</a><img src="http://pics.ebaystatic.com/aw/pics/spacer.gif" width="4" border="0" alt=" ">( <a href="http://cgi2.ebay.de/aw-cgi/eBayISAPI.dll?ViewFeedback&amp;userid=%24churik">22</a><img align="absmiddle" border="0" height="25" width="25" alt="10 bis 49 Bewertungspunkte" src="http://pics.ebaystatic.com/aw/pics/de/icon/iconYellowStar_25x25.gif">)</font>
</td>
</tr>
<tr>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td width="10"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="10" height="1" alt=" " title=""></td>
<td width="100%"><font face="Verdana" size="1">
			Bewertungsprofil: 
				22<br><b>Positive Bewertungen: 100%</b><br> Mitglied seit 16.11.03 in Deutschland</font></td>
</tr>
</table>
</td>
</tr>
<tr>
<td nowrap>
<font face="Arial" size="2"><a href="http://cgi2.ebay.de/aw-cgi/eBayISAPI.dll?ViewFeedback&amp;userid=%24churik">Bewertungskommentare lesen</a></font>
</td>
</tr>
<tr>
<td nowrap>
<font face="Arial" size="2"><a href="http://contact.ebay.de/aw-cgi/eBayISAPI.dll?ShowCoreAskSellerQuestion&amp;requested=%24churik&amp;iid=3071084793&amp;frm=284&amp;redirect=0">Frage an den Verkufer</a></font>
</td>
</tr>
<tr>
<td nowrap>
<font face="Arial" size="2"><a href="http://cgi6.ebay.de/ws/eBayISAPI.dll?ViewSellersOtherItems&amp;userid=%24churik&amp;include=0&amp;since=-1&amp;sort=3&amp;rows=50"><b>Andere Artikel des Verkufers</b></a></font>
</td>
</tr>
<tr>
<td height="3"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="1" height="3" alt=" " title=""></td>
</tr>
</table>
</td>
<td><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="5" height="1" alt=" " title=""></td>
</tr>
<tr bgcolor="D6DCFE">
<td><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="10" height="1" alt=" " title=""></td>
<td width="100%" align="right" valign="bottom" height="20">
<font face="Verdana" size="1"><img src="http://pics.ebaystatic.com/aw/pics/de/icon/iconAssurance_16x16.gif" width="16" height="16" align="middle" alt="Erst informieren, dann kaufen" border="0"><a href="http://pages.ebay.de/help/buy/buytrust-ov.html" onclick="return openHelpWindow(this.href);" target="helpwin">Erst informieren, dann kaufen</a></font>
</td>
<td><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="10" height="1" alt=" " title=""></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="6"></td>
</tr>
</table>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="10" bgcolor="#FFFFFF"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="10" height="1" alt=" " title=""></td>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td><a name="description"></a><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="5" bgcolor="#9999CC"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="1" height="1" alt=" " title=""></td>
</tr>
<tr bgcolor="#EEEEF8">
<td><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="6" height="1" alt=" " title=""></td>
<td nowrap>
<font face="Arial" size="3"><b>Beschreibung</b></font>
</td>
<td width="100%"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="5" height="1" alt=" " title=""></td>
<td nowrap width="100%" align="right">
<font face="Arial" size="2">Der Verkufer ist verantwortlich fr das Angebot, insbesondere Titel und Beschreibung. </font>
</td>
<td><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="6" height="1" alt=" " title=""></td>
</tr>
</table><TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="100%"><TR><TD WIDTH="1%"><IMG SRC="http://pics.ebay.com/aw/pics/x.gif" WIDTH="26" HEIGHT="1" border="0"></TD><TD><IMG SRC="http://pics.ebay.com/aw/pics/x.gif" WIDTH="177" HEIGHT="1" border="0"></TD><TD><IMG SRC="http://pics.ebay.com/aw/pics/x.gif" WIDTH="338" HEIGHT="1" border="0"></TD><TD><IMG SRC="http://pics.ebay.com/aw/pics/x.gif" WIDTH="34" HEIGHT="1" border="0"></TD><TD WIDTH="1%"><IMG SRC="http://pics.ebay.com/aw/pics/x.gif" WIDTH="26" HEIGHT="1" border="0"></TD></TR><TR VALIGN="top" ALIGN="center"><TD COLSPAN="2" BACKGROUND="http://pics.ebay.com/aw/pics/de/vit/collectibles/collectibles_header_exp.gif" ALIGN="left"><IMG SRC="http://pics.ebay.com/aw/pics/de/vit/collectibles/collectibles_header_1.gif" WIDTH="202" HEIGHT="105" border="0"></TD><TD BACKGROUND="http://pics.ebay.com/aw/pics/de/vit/collectibles/collectibles_header_exp.gif"><IMG SRC="http://pics.ebay.com/aw/pics/x.gif" WIDTH="1" HEIGHT="1" border="0"></TD><TD COLSPAN="2" BACKGROUND="http://pics.ebay.com/aw/pics/de/vit/collectibles/collectibles_header_exp.gif" ALIGN="right"><IMG SRC="http://pics.ebay.com/aw/pics/de/vit/collectibles/collectibles_header_2.gif" WIDTH="60" HEIGHT="105" border="0"></TD></TR><TR><TD BACKGROUND="http://pics.ebay.com/aw/pics/de/vit/collectibles/collectibles_left_exp.gif"><IMG SRC="http://pics.ebay.com/aw/pics/x.gif" WIDTH="1" HEIGHT="1" border="0"></TD><TD width="100%" COLSPAN="3" BGCOLOR="#D7D4BE"><table cellpadding="3" cellspacing="0" width="100%"><tr><td><table width="100%"><tr><td><script language="JavaScript"><!--
			function slideshow(direction)
			{
				
				if (null == direction)
				{
					
					if ((lastTime + delay) > new Date().getTime())
					{
						direction = 0;
					}
					
					else
					{
						direction = currentDirection;
					}
				}
				
				else
				{
					currentDirection = direction;
				}
				
				if (direction != 0)
				{
					
					if (direction > 0)
					{
						
						currentSlide++;
						
						if (currentSlide > (slides.length - 1))
						{
							currentSlide = 0;
						}
					}
					
					else
					{
						
						currentSlide = currentSlide-1;
						
						if (currentSlide < 0)
						{
							currentSlide = (slides.length - 1);
						}
					}
					
					lastTime = new Date().getTime();
					
					update(slides[currentSlide]);
					
					setTimeout("slideshow();",delay);
				}
			}
			var currentIndex = 0;
			var currentIsSuper = false;
			
			function update(url, index, isSuper) 
			{
				currentIndex = index;
				currentIsSuper = isSuper;
				document['eBayBig'].src=url;
				if (null != document['eBaySuperLink'])
				{
					if (isSuper)
					{
						document['eBaySuperLink'].src='http://pics.ebaystatic.com/aw/pics/de/supersize.gif';
					}
					else
					{
						document['eBaySuperLink'].src='http://pics.ebaystatic.com/aw/pics/de/no_supersize.gif';
					}
				}
				return;
			}
			
			function supersize()
			{
				if (currentIsSuper)
				{
					location.href = 'http://cgi.ebay.de/ws/eBayISAPI.dll?ViewItem&item=3071084793&indexURL=' + currentIndex + '&photoDisplayType=2#ebayphotohosting';
				}
				return;
			}
//--></script>
<!-- Begin Description -->




<P><U><FONT size=5>Noni Juice 101 medizinische Anwendungen von Dr. Neil Solomon </FONT></U></P>
<P><FONT color=#0000ff><STRONG>Erhhen Sie Ihre Lebensqualitt mit NONI JUICE!! </STRONG></FONT>
<P><STRONG>Die Frucht der Nonipflanze ( Morinda citrifolia ) wird seit hunderten Jahren von den Einwohnern von Tahiti verwendet. </STRONG>
<P><STRONG>In diesem Bchlein bespricht der bekannte Arzt Dr. Neil Solomon, wie diese "Wunderfrucht" auf der westlichen medizinischen Bhne auftauchte und starke therapeutische Wirkungen zeigte.</STRONG><STRONG>&nbsp;</STRONG> 
<P><STRONG>&nbsp;<FONT size=5><FONT face=Garamond>In Malaysia wird&nbsp;die NONI-Frucht bei <FONT color=#0000ff>Husten</FONT>, <SPAN style="COLOR: green"><FONT color=#0000ff>Menstruationsbeschwerden</FONT></SPAN>, <SPAN style="COLOR: green"><FONT color=#0000ff>Blasenleiden</FONT></SPAN> und zur <SPAN style="COLOR: green"><FONT color=#0000ff>Darmreinigung</FONT></SPAN> gebraucht. Sie wird auch bei <SPAN style="COLOR: fuchsia"><FONT color=#0000ff>Diabetes</FONT></SPAN><SPAN style="COLOR: green"><FONT color=#000000> ,</FONT> </SPAN><SPAN style="COLOR: fuchsia"><FONT color=#0000ff>Fieber</FONT></SPAN> ,<SPAN style="COLOR: fuchsia"><FONT color=#0000ff>Ohrenschmerzen</FONT></SPAN> und anderen Leiden eingesetzt .<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>Sie findet ihre Verwendung auch bei <SPAN style="COLOR: maroon"><FONT color=#0000ff>Schnittwunden</FONT>(<FONT color=#000000>Wunden heilen schneller</FONT>)</SPAN>, <FONT color=#0000ff>Verstauchungen</FONT>, <FONT color=#0000ff>Quetschungen</FONT><FONT color=#000000>.<SPAN style="mso-spacerun: yes">&nbsp; </SPAN><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></FONT></FONT></FONT></STRONG>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-pagination: none"><SPAN style="FONT-SIZE: 14pt; LAYOUT-GRID-MODE: line; FONT-FAMILY: Garamond; mso-bidi-font-family: Tahoma"><o:p><STRONG>&nbsp;</STRONG></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-pagination: none"><SPAN style="FONT-SIZE: 14pt; LAYOUT-GRID-MODE: line; FONT-FAMILY: Garamond; mso-bidi-font-family: Tahoma"><STRONG>Die Liste der Aufzhlungen knnte man noch beliebig weiterfhren.<SPAN style="mso-spacerun: yes">&nbsp; Auch&nbsp;Dr.Ral</SPAN>ph Heinicke, ist der Meinung, da einige der gegenwrtigen Gesundheitsprobleme durch den Wildfruchtsaft gnstig beeinflut werden knnen, so zum Beispiel :<o:p></o:p></STRONG></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-pagination: none"><FONT color=#0000ff><STRONG><FONT color=#0000ff><SPAN style="FONT-SIZE: 14pt; LAYOUT-GRID-MODE: line; COLOR: #993300; FONT-FAMILY: Garamond; mso-bidi-font-family: Tahoma"><SPAN style="FONT-SIZE: 14pt; LAYOUT-GRID-MODE: line; COLOR: #993300; FONT-FAMILY: Garamond; mso-bidi-font-family: Tahoma"><FONT color=#0000ff>Bluthochdruck, Blutgefbeschwerden , Depressionen,</FONT> </SPAN><FONT color=#0000ff>Magengeschwre,</FONT>&nbsp; </SPAN><SPAN style="FONT-SIZE: 14pt; LAYOUT-GRID-MODE: line; COLOR: blue; FONT-FAMILY: Garamond; mso-bidi-font-family: Tahoma">Drogenmissbrauch,</SPAN></FONT><SPAN style="FONT-SIZE: 14pt; LAYOUT-GRID-MODE: line; COLOR: #993300; FONT-FAMILY: Garamond; mso-bidi-font-family: Tahoma"> <FONT color=#0000ff>Verdauungsprobleme, Arteriosklerose, ,Arthritis,</FONT> <FONT color=#0000ff>Senilitt, Verstauchungen,</FONT> </SPAN><SPAN style="FONT-SIZE: 14pt; LAYOUT-GRID-MODE: line; COLOR: blue; FONT-FAMILY: Garamond; mso-bidi-font-family: Tahoma">Schmerzlinderungen</SPAN><SPAN style="FONT-SIZE: 14pt; LAYOUT-GRID-MODE: line; COLOR: #993300; FONT-FAMILY: Garamond; mso-bidi-font-family: Tahoma"> <FONT color=#0000ff>und viel andere.</FONT></SPAN></STRONG><SPAN style="LAYOUT-GRID-MODE: line; COLOR: #993300"><o:p></o:p></SPAN></FONT></P>
<P><STRONG>Lesen Sie die Wertvollen Erluterungen wie Noni Ihren Gesundheitszustand und Ihre Lebenserwartung verbessern kann.</STRONG></P>
<P><STRONG><FONT color=#0000ff>Wenn erwnscht erhalten Sie&nbsp;den originalen NONI-Saft zum absoluten Tiefpreis(bis zu 33,- incl. Versand)!</FONT>&nbsp;</STRONG></P>
<P><STRONG>Schicken Sie mir bitte ihre Tel.nummer zu!</STRONG></P>
<P><STRONG>(oben rechts "Frage an den Verkufer")</STRONG><!-- End Description --></P>
			<CENTER>
			<IMG SRC='http://pics.ebay.com/aw/pics/sell/templates/images/k2/tagline.gif' BORDER='0' />
			<BR />
			<FONT FACE="Arial,Helvetica" SIZE="2">Erstellt durch <A HREF="http://pages.ebay.de/turbo_lister/">eBay Turbo Lister</A>
			</FONT>
			</CENTER>




<!-- End Description -->
<hr>
<center>
<table border="0" cellpadding="2" cellspacing="0">
<tr>
<td rowspan="2" valign="top" align="right"><a name="ebayphotohosting"></a><img src="http://i13.ebayimg.com/02/i/01/28/b9/3c_1.JPG" name="eBayBig" border="1"><br><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="1" height="10" alt=" " title=""><br></td>
</tr>
</table>
</center><script language="Javascript"><!--
				document.write('</style>');
				document.write('</form>');
				document.write('<'+'/script'+'>');
//--></script></td></tr></table></td></tr></table></TD><TD BACKGROUND="http://pics.ebay.com/aw/pics/de/vit/collectibles/collectibles_right_exp.gif"><IMG SRC="http://pics.ebay.com/aw/pics/x.gif" WIDTH="1" HEIGHT="1" border="0"></TD></TR><TR><TD COLSPAN="4" BACKGROUND="http://pics.ebay.com/aw/pics/de/vit/collectibles/collectibles_footer_exp.gif"><IMG SRC="http://pics.ebay.com/aw/pics/de/vit/collectibles/collectibles_footer_1.gif" WIDTH="202" HEIGHT="63" border="0"></TD><TD BACKGROUND="http://pics.ebay.com/aw/pics/de/vit/collectibles/collectibles_footer_exp.gif" ALIGN="right"><IMG SRC="http://pics.ebay.com/aw/pics/de/vit/collectibles/collectibles_footer_2.gif" WIDTH="25" HEIGHT="63" border="0"></TD></TR></TABLE><br><br><center><img border="0" align="absmiddle" src="http://counters.honesty.com/cgi-bin/honesty-counter.cgi?df=3071084793&amp;hidden=0&amp;site=77&amp;type=0&amp;border=1&amp;style=A" alt="Besucherzhler 2"><br><font face="Arial" size="2"><a href="http://showcount.honesty.com/cgi-bin/showcounterseBay.cgi?site=77"> Kostenlose Besucherzhler von Andale. </a></font>
</center>
</td></tr></table>
</td>
<td width="10" bgcolor="#FFFFFF"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="10" height="1" alt=" " title=""></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="10" bgcolor="#FFFFFF">
<tr>
<td><a name="ShippingPayment"></a><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="4"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="1" height="12" alt=" " title=""></td>
</tr>
<tr>
<td colspan="4" bgcolor="#9999CC"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="1" height="1" alt=" " title=""></td>
</tr>
<tr bgcolor="#EEEEF8">
<td><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="6" height="1" alt=" " title=""></td>
<td nowrap>
<font face="Arial" size="3"><b>Angaben zu Zahlung und Versand</b></font>
</td>
<td width="100%"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="5" height="1" alt=" " title=""></td>
<td><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="6" height="1" alt=" " title=""></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="6">
<tr>
<td nowrap valign="top">
<font face="Arial" size="2">Verpackung und Versand:</font>
</td>
<td width="100%" valign="top">
<font face="Arial" size="2"><b>EUR1,00</b><font face="Verdana" size="1" color="#666666">(innerhalb Deutschland)</font><br>Kufer trgt Versandkosten
					</font>
</td>
</tr>
<tr>
<td valign="top">
<font face="Arial" size="2">Versandversicherung:</font>
</td>
<td valign="top">
<font face="Arial" size="2">Wird nicht angeboten</font>
</td>
</tr>
<tr>
<td colspan="2" valign="top">
<font face="Arial" size="2">
						Versand nach: Deutschland,
							Europa</font>
</td>
</tr>
<tr>
<td colspan="2">
<font face="Arial" size="2"><a name="paymentinstructions"></a><b>Zahlungshinweise &amp; Rckgaberichtlinien des Verkufers:</b><br>Hallo!
zahlen Sie das Geld bitte auf folgendes Konto ein:
Oskar Haak
Sparkase Zollernalb
Kontonummer: 25013807
BLZ: 65351260
in Sachen Noni bleibe ich gerne Ihr Ansprechpartner!
vielen Dank<br></font>
</td>
</tr>
</table>
</td>
<td align="right" valign="top" width="35%"></td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td colspan="3" height="15"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="1" height="1" alt=" " title=""></td>
</tr>
<tr>
<td width="40%" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="4" bgcolor="#9999CC"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="1" height="1" alt=" " title=""></td>
</tr>
<tr bgcolor="#EEEEF8">
<td><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="6" height="1" alt=" " title=""></td>
<td nowrap>
<font face="Arial" size="3"><b>Akzeptierte Zahlungsmethoden</b></font>
</td>
<td width="100%"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="5" height="1" alt=" " title=""></td>
<td><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="6" height="1" alt=" " title=""></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="6">
<tr>
<td>
<font face="Arial" size="2">
<table border="0" cellspacing="0" cellpadding="1">
<tr><td><img src="http://pics.ebaystatic.com/aw/pics/bullet_blk.gif" alt=""></td><td><font face="Arial" size="2">Siehe Artikelbeschreibung </font></td></tr></table>
</font>
<font face="Verdana" size="1"><a href="http://pages.ebay.de/help/buy/payment.html" target="helpwin" onclick="return openHelpWindow(this.href);">Informationen zu Zahlungsmethoden</a>.
							</font>
</td>
</tr>
</table>
</td>
<td><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="20" height="1" alt=" " title=""></td>
<td width="60%" valign="top">
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td colspan="4" width="100%" bgcolor="#9999CC"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="1" height="1" alt=" " title=""></td>
</tr>
<tr bgcolor="#EEEEF8">
<td rowspan="2" width="1" bgcolor="#9999CC"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="1" height="20" alt=" " title=""></td>
<td colspan="2" width="100%" align="left">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr bgcolor="#EEEEF8">
<td><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="6" height="1" alt=" " title=""></td>
<td nowrap>
<font face="Arial" size="3"><b>Service</b></font>
</td>
<td width="100%"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="5" height="1" alt=" " title=""></td>
<td><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="6" height="1" alt=" " title=""></td>
</tr>
</table>
</td>
<td rowspan="2" width="1" bgcolor="#9999CC"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="1" height="20" alt=" " title=""></td>
</tr>
<tr bgcolor="#EEEEF8">
<td><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="6" height="1" alt=" " title=""></td>
<td width="100%">
<font face="Arial" size="2"><a href="http://www.ebay.de/versandservice/"><img src="http://banners.ebay.com/de/Ads/versandservice_70x20.gif" border="0" hspace="3"></a><a href="http://www.ebay.de/versandservice/">Versenden leicht gemacht!</a><br><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="1" height="4" alt=" " title=""><br><a href="http://ad.doubleclick.net/clk;5543550;8060388;l?http://www.postbank.de/cgi-bin/WebObjects/PBWebPage.woa/~DEFR_ebay_privatkredit"><img src="http://banners.ebay.com/de/Ads/postbank_70x20.gif" border="0" hspace="3"></a><a href="http://ad.doubleclick.net/clk;5543550;8060388;l?http://www.postbank.de/cgi-bin/WebObjects/PBWebPage.woa/~DEFR_ebay_privatkredit">Privatkredit: 6,65% eff. bei 60 Mon.</a><br><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="1" height="4" alt=" " title=""><br><a href="http://pages.ebay.de/help/community/escrow.html"><img src="http://banners.ebay.com/de/Ads/treuhandservice_70x20.gif" border="0" hspace="3"></a>Sicherheit bei eBay -<a href="http://pages.ebay.de/help/community/escrow.html">Treuhandservice</a><br><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="1" height="4" alt=" " title=""><br></font>
</td>
</tr>
<tr>
<td colspan="4" width="100%" bgcolor="#9999CC"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="1" height="1" alt=" " title=""></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="3" height="10"><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="1" height="1" alt=" " title=""></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="6">
<tr>
<td>
<font face="Arial" size="2"><b>Was mchten Sie als Nchstes tun?</b></font>
</td>
</tr>
<tr>
<td>
<font face="Arial" size="2">
	<a href="http://www.ebay.de/"><img src="http://pics.ebaystatic.com/aw/pics/viewitem/backArrow_14x14.gif" width="14" height="14" border="0" align="absmiddle" alt="zurck zur Startseite"></a><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="5" height="1" alt=" " title=""><a href="http://www.ebay.de/">zurck zur Startseite</a>|<a href="http://cgi3.ebay.de/aw-cgi/eBayISAPI.dll?ShowEmailAuctionToFriend&amp;item=3071084793">Angebot an einen Freund senden</a>|
<a href="http://pages.ebay.de/help/basics/n-is-ebay-safe.html">
Vertrauensvoll handeln</a>|<a href="#top"><img src="http://pics.ebaystatic.com/aw/pics/viewitem/upArrow_14x14.gif" width="14" height="14" border="0" align="absmiddle" alt="zum Seitenanfang"></a><img src="http://pics.ebaystatic.com/aw/pics/x.gif" width="5" height="1" alt=" " title=""><a href="#top">zum Seitenanfang</a></font>
</td>
</tr>
</table><br><font face="Verdana" size="1">Angebotsbeginn:10.01.0414:58:48 MEZ</font><br><font face="Verdana" size="1">Angebotsende:20.01.0409:19:08 MEZ</font><SCRIPT SRC="http://include.ebaystatic.com/aw/pics/js/stats/ss.js"></SCRIPT><SCRIPT SRC="http://include.ebaystatic.com/aw/pics/js/stats/ss2.js"></SCRIPT><table border="0" cellpadding="0" cellspacing="0" width="600">
<tr>
<td colspan="2">
<font size="2" face="Arial, Verdana, Helvetica, sans-serif"><br><HR WIDTH="500" ALIGN="CENTER"><br><div align="center">
<p><a href="http://pages.ebay.de/community/chat/index.html">Foren und Cafs</a>
|
<a href="http://pages.ebay.de/services/forum/feedback.html" onClick="return openHelpWindow(this.href);" target="helpwin">Bewertungsforum</a>
|
<a href="http://pages.ebay.de/help/community/index.html">Regeln und Sicherheit</a>
|
<a href="http://pages.ebay.de/community/aboutebay/index.html">ber eBay</a>
|
<a href="http://www2.ebay.com/aw/marketing-de.shtml">eBay-Mitteilungen</a></p>
<p><a href="http://www.ebay.de/">Startseite</a>
|
<a href="http://cgi1.ebay.de/aw-cgi/eBayISAPI.dll?MyEbayLogin">Mein eBay</a>
|
<a href="http://pages.ebay.de/sitemap.html">bersicht</a>
|
<a href="http://pages.ebay.de/community/index.html"></a><br><a href="http://pages.ebay.de/buy/index.html">Kaufen</a>
|
<a href="http://cgi5.ebay.de/ws1/eBayISAPI.dll?ListItemForSale">Verkaufen</a>
|
<a href="http://pages.ebay.de/services/index.html">Service</a>
|
<a href="http://pages.ebay.de/search/items/basicsearch.html">Suchen</a>
|
<a href="http://pages.ebay.de/help/new/index.html" onClick="return openHelpWindow(this.href);" target="helpwin">Hilfe</a>
|
<a href="http://pages.ebay.de/community/index.html">Gemeinschaft</a></p>
</div><br></font>
</td>
</tr>
<tr>
<td width="600" height="31" valign="top" align="left">
<font size="1" face="Arial, Verdana, Helvetica, sans-serif">Copyright  1995-2004 eBay Inc. <br>Alle Rechte vorbehalten. Ausgewiesene Marken gehren ihren jeweiligen Eigentmern. Mit der <br>Benutzung dieser Seite erkennen Sie die eBay-<a href="http://pages.ebay.de/help/community/png-user.html">AGB</a> und die <a href="http://pages.ebay.de/help/community/png-priv.html">Datenschutzerklrung</a> an.<br>eBay bernimmt keine <a href="http://pages.ebay.de/help/basics/haftungsauschluss.html">Haftung</a> fr den Inhalt verlinkter externer Internetseiten.<br></font>
</td>
</tr>
</table><SCRIPT LANGUAGE="JavaScript"><!-- 
var cbc, cbf;
if (cbc){
	writeFooter();
	if (cbf){
		fullCB();
	}
}

//--></SCRIPT></td>
</tr>
</table><script language="javascript" src="http://include.ebaystatic.com/aw/pics/js/help/help_contextual_rebranding.js"></script><script language="javascript"><!--
				function Localize(pStr){return pStr;}
				ebHelpContextualRebrand("buy");
			//--></script></body>
</html>
