Code:
<script type="text/javascript">
var flashyshow=new flashyslideshow({ //create instance of slideshow
wrapperid: "myslideshow", //unique ID for this slideshow
wrapperclass: "flashclass", //desired CSS class for this slideshow
imagearray: (function(){ return [
["http://www.prestigedentalproducts.com/images/homslidshow/nordentinstrenew.jpg", "http://www.prestigedentalproducts.com", "_new", ""],
["http://www.prestigedentalproducts.com/images/homslidshow/tuttnauer.jpg", "http://www.prestigedentalproducts.com", "_new", ""],
["http://www.prestigedentalproducts.com/images/homslidshow/vonflex.jpg", "http://www.prestigedentalproducts.com", "_new", ""],
["http://www.prestigedentalproducts.com/images/homslidshow/x-pod%20copy.jpg", "http://www.prestigedentalproducts.com", "_new", ""]
].sort(function(){return 0.5 - Math.random();});})(),
pause: 2000, //pause between content change (millisec)
transduration: 1000 //duration of transition (affects only IE users)
})
</script>
Bookmarks