Hello people, i need your advices, i do no know what is wrong but: Im trying to add a wibiya code to my web, but it blocks slideshow to appear for some reason. <script type="text/javascript" language="javascript" src="script.js"></script> <script type="text/javascript" language="javascript" src="jquery-1.3.2.min.js"></script> <script type="text/javascript" language="javascript" src="jquery.showcase.1.0.js"></script> <script type="text/javascript"> $(function() { $("#showcase").showcase({ images: [{ url: "images/1.jpg", description: "xx", link: "#" }, { url: "images/2.jpg", description: "xxx", link: "#" }, { url: "images/3.jpg", description: "xxxx", link: "#" }, { url: "images/4.jpg", description: "xxxxx", link: "#" }], width: "340px", height: "340px", animation: { type: "fade", interval: 2500, speed: 1000 }, navigator: { item: { width: "48px", height: "48px" }, showMiniature: true, autoHide: true } }); }); </script> <style type="text/css"> HTML: the toolbar code looks something like this: <script src="http://cdn.wibiya.com/Toolbars/dir_0645620/Toolbar_624560071/Loader_620045671.js" type="text/javascript"></script> HTML: Please help, advice how to fix it :/ Thanks much! Stinker