//Define Image Array. Syntax: ["image_path", "url_destination", "url_target"]
var myimages=new Array()
myimages[0]=["templates/dakwah/images/best-seller01.jpg", "index.php?option=com_virtuemart&page=shop.browse&category_id=35&Itemid=1", ""]
myimages[1]=["templates/dakwah/images/best-seller02.jpg", "index.php?option=com_virtuemart&page=shop.browse&category_id=35&Itemid=1", ""]
myimages[2]=["templates/dakwah/images/best-seller03.jpg", "index.php?option=com_virtuemart&page=shop.browse&category_id=35&Itemid=1", ""]

//Create new drop-in slideshow
//Syntax: new dropinslideshow(image_array, slideshow_width, slideshow_height, delay_before_rotation)
new dropinslideshow(myimages, 330, 80, 3000)
