﻿// JScript File

 //Define Image Array. Syntax: ["image_path", "url_destination", "url_target"]
        var myimages=new Array()
        myimages[0]=["http://www.resourceemployment.com/images/carrierSC.jpg", "http://Carrier.com", "_new"]
        myimages[1]=["http://www.resourceemployment.com/images/PactivSC.jpg", "http://Pactiv.com", "_new"]
        myimages[2]=["http://www.resourceemployment.com/images/FedExSC.jpg", "http://fedex.com/us/smartpost/", "_new"]
        myimages[3]=["http://www.resourceemployment.com/images/FlowersSC.jpg", "http://www.flowersfoods.com", "_new"]

        //Create new drop-in slideshow
        //Syntax: new dropinslideshow(image_array, slideshow_width, slideshow_height, delay_before_rotation)
        new dropinslideshow(myimages, 300, 210, 3000)
