var slidespeed=3000
//specify images
var slideimages=new Array("http://filmheroines.com/wp-content/gallery/slideShow/1209/asin.jpg","http://filmheroines.com/wp-content/gallery/slideShow/1209/Indira-Vizha-Stills.jpg","http://filmheroines.com/wp-content/gallery/slideShow/1209/katrinakaifphotos.jpg", "http://filmheroines.com/wp-content/gallery/slideShow/1209/Mayuri.jpg", "http://filmheroines.com/wp-content/gallery/slideShow/1209/navneethkaur.jpg" )
//specify corresponding links
var slidelinks=new Array("http://filmheroines.com/tamil-actresses/tamil-actress-asin-latest-pictures/?nggpage=4&pid=4865","http://filmheroines.com/tamil-actresses/hema-malini/?nggpage=2&pid=3346","http://filmheroines.com/bollywood-actress/katrina-kaif/","http://filmheroines.com/telugu-actress/telugu-actress-mayuri/?nggpage=3&pid=3603","http://filmheroines.com/telugu-actress/navaneet-kaur/?nggpage=4&pageid=900&pid=4859")

var imageholder=new Array()
var ie55=window.createPopup
for (i=0;i<slideimages.length;i++){
imageholder[i]=new Image()
imageholder[i].src=slideimages[i]
}

function gotoshow(){
window.location=slidelinks[whichlink]
}

