
//set image information (change to seq. nos later for prog. load)
src = ["Photos/Gallery/Legends/Robir_Alo_cover.jpg",
"Photos/Gallery/Legends/DwijenM.jpg", 
"Photos/Gallery/Legends/MannaDey1.jpg", 
"Photos/Gallery/Legends/MannaDey2.jpg", 
"Photos/Gallery/Legends/MannaDey3.jpg", 
"Photos/Gallery/Legends/MannaDey Music Room.jpg", 
"Photos/Gallery/Legends/MannaDey Music Room2.jpg", 
"Photos/Gallery/Legends/Mayadi1.jpg", 
"Photos/Gallery/Legends/Mayadi2.jpg", 
"Photos/Gallery/Legends/Mayadi2.jpg",
"Photos/Gallery/Legends/Mayadi4.jpg",  
"Photos/Gallery/Legends/Mayadi5.jpg", 
"Photos/Gallery/Legends/Mayadi6.jpg", 
"Photos/Gallery/Legends/Mayadi7.jpg", 
"Photos/Gallery/Legends/Mayadi8.jpg", 
"Photos/Gallery/Legends/Swapna_G1.jpg", 
"Photos/Gallery/Legends/Swapna_G2.jpg",
"Photos/Gallery/Legends/Purabidi1.jpg",
"Photos/Gallery/Legends/Sunil_Dutt1.jpg",
"Photos/Gallery/Legends/Sunil_Dutt2.jpg",
"Photos/Gallery/Legends/Sunil_Dutt3.jpg",
"Photos/Gallery/Legends/Sunil_Dutt4.jpg",
"Photos/Gallery/Legends/Sunil_Dutt5.jpg",
"Photos/Gallery/Legends/Sunil_Dutt6.jpg", 
"Photos/Gallery/Legends/Rajendrakumarji1.jpg", 
"Photos/Gallery/Legends/Rajendrakumarji2.jpg",
"Photos/Gallery/Legends/Debashis2.jpg",
"Photos/Gallery/Legends/Debashis3.jpg",
"Photos/Gallery/Legends/Swami_Nirgunananda.jpg",
"Photos/Gallery/Legends/Robir_Alo_cover.jpg"]

// "Photos/Gallery/Legends/Maya_Sen2.jpg",  add more Maya di's photos, Tridib Da, etc
//"Photos/Gallery/Legends/Mayadi4.jpg", 

//set corresponding url
url = ["http://www.mitakundu.com"]  

ads=[]; ct=0;
delay=2.5*1000;

function loaded(){
location.href = url; 
} onload = function(){
if 
(document.images)
NextSlide();
}

function slideshow(a) {
if(a) delay=1*1000;
else delay=1000*1000;
}

function NextSlide(){
//else delay=1000*1000;
var n=(ct+1)%src.length;
if (ads[n] && (ads[n].complete || ads[n].complete==null)) {
document["Image"].src = ads[ct=n].src;
}
ads[n=(ct+1)%src.length] = new Image;
ads[n].src = src[n];
setTimeout("NextSlide()",delay);
}
//