/*
Preload images script
*/

var myimages=new Array()
function preloadimages(){
for (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}


//path of images to be preloaded inside parenthesis.
preloadimages("https://digitalmarketingsystems.com/pearl/html/images/index_6.jpg","https://digitalmarketingsystems.com/pearl/html/images/logo.gif","https://digitalmarketingsystems.com/pearl/html/images/box.jpg","https://digitalmarketingsystems.com/pearl/html/images/pearl.jpg","https://digitalmarketingsystems.com/pearl/html/images/index_7.gif","https://digitalmarketingsystems.com/pearl/html/images/bck.png")
