Help with eBay Javascript Code

Hi there,

I am new here in the forum, and hope to get some help concerning a problem I have. I have set up a website on wich I want to display some articles from ebay wich I am selling. For this I used the code generator wich ebay itself provides, to produce javascript code, that dynamically updates the content.

the url to the site is: nojuka - not just cases

The HTML with the embedded code looks like this:




```html
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
	<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
	<head>
		<meta http-equiv="content-type" content="text/html; charset=utf-8" />
		<title>nojuka - not just cases</title>
<link  rel="stylesheet" type="text/css" href="index.css" />
</head>

<body>

<div id="wrap">
    <div id="header">
        <h1 class="indent">nojuka</h1>
        <blockquote>
        	<p class="indent">not just cases</p>
        </blockquote>
        
    </div>
    <div id="topmenuwrap">
        <ul id="topmenu">
            <li><a href="index.html">Home</a></li>
            <li><a href="impressum.html">Impressum</a></li>
            <li><a href="kontakt.html">Kontakt</a></li>  
        </ul>
    </div>

    <div id="contentwrap">
    
    <h1>Herzlich Willkommen!</h1>
    <p>
    Ich freue mich, dass Sie auf meine Angebote aufmerksam geworden sind. Das Ziel von not just cases ist es, Ihnen hochwertige und besondere 
    Accessoires und Cases für Mobiltelefone und andere Unterhaltungselektronik anzubieten, die nicht nur ihren Zweck erfüllen, 
    sondern auch noch sehr gut aussehen. Wenn Sie hohe Ansprüche an Style, Schönheit, besonderes Design und Funktionalität haben, 
    dann sind sie hier genau richtig.
	Falls sie Fragen haben, besondere Wünsche oder Anregungen, dann scheuen sie sich nicht, Kontakt mit mir aufzunehmen.
	Ein sehr guter Service und ihre vollste Zufriedenheit liegen mir absolut am Herzen.
    </p>
    
    <p>
    Momentan befindet sich der Onlineshop noch in der Erstellung. In meinem <a href="http://stores.ebay.de/notjustcases">eBay-Shop</a> finden sie aber bereits jetzt tolle Produkte.
    </p>
    <h2>Hier sehen sie aktuelle Angebote aus dem Shop:</h2>
    
   
```javascript
 <script type="text/javascript" language="javascript" src="http://ilapi.ebay.com/ws/eBayISAPI.dll?EKServer&amp;ai=n%7Fze%7Bq%22+%21%21&amp;bdrcolor=C49D9D&amp;encode=UTF-8&amp;maxprice=&amp;minprice=&amp;num=10&amp;prvd=2&amp;query=&amp;sekaccentcolor=C49D9D&amp;sekcatid=&amp;sekfootercolor=FFFFFF&amp;sekfooterdisplay=0&amp;sekformat=0&amp;sekfsfooter=4+2+0&amp;sekfsitem=4+2+0&amp;sekfstitle=4+4+0&amp;sekitemlayout=1&amp;sektitledisplay=0&amp;si=nojuka2011&amp;sort=MetaEndSort&amp;sortby=endtime&amp;sortdir=asc&amp;tbgcolor=EBE4E3&amp;title=&amp;tlecolor=8DA9BC&amp;tlfcolor=6F5D5D"></script>

</div>

&lt;div id="fusszeile"&gt;
&lt;div id="fussinhalt"&gt;
&lt;p&gt;
&lt;a href="datenschutz.html"&gt;Datenschutzerkl&auml;rung&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Copyright: Marcus Eitzenberger 2011
&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;

</div>

</body>
</html>



In the DIV Container "contentwrap" I placed the javascript. The content displays just fine on the newest versions of Firefox and Opera, but doesn´t display on the Newest Version of Safari Mac. The weird thing though is, that it displays just fine on Mobile Safari on iPhone.
Since I don´t know anything about about javascript, I´d be very thankful, if someone could help me concerning this Problem.

I Found the Problem myself. I had Adblock installed.