var fpics,fploc,fnum,gnum,hnum,inum,mA,dt,dts,l;
fpics=new Array(); fploc='images/front/';

fpics[0]="sunset.gif|Sunset over the jungle - a short walk from Main Street, Arugam Bay";
fpics[1]="fishingboats.gif|Fishermens boats on the beach close to Pottuvil Point";
fpics[2]="elephants.gif|Elephants in Lahugala National Park - 10 miles from Pottuvil";
fpics[3]="aruboats.gif|Fishermens boats on the beach in Arugambay";
fpics[4]="potpointrocks.gif|Rocks on the beach at Pottuvil Point";
fpics[5]="build4sm.gif|Stardust's new building - a unique mix of Sri Lankan and Danish architecture";

fpics[6]="potlagoon.gif|Pottuvil Lagoon is a magical place of mangroves and tropical birds";
fpics[7]="grocerypottuvil.gif|Boy selling groceries in Pottuvil market";
fpics[8]="arulagoon.gif|Fishing from the spit where the lagoon meets Arugam Bay";
fpics[9]="dogsbeach.gif|Dogs on the beach at Pottuvil";
fpics[10]="stardustcanoe.gif|View from the Stardust looking north to the lagoon and bridge";
fpics[11]="stardustapproach.gif|Approach to the Stardust beside the lagoon";
fpics[12]="postcard.gif|From an old postcard of Arugam Bay";
fpics[13]="staff2.gif|The Stardust staff with Per and Merete";
fpics[14]="fishboysm.gif|Boy with newly-caught fish on the beach near Stardust";
fpics[15]="beachrest1.gif|Beach restaurant at the Stardust";
fpics[16]="sunsetab.gif|Sunset on the lagoon at Arugam Bay";

fpics[17]="build1sm.gif|Balcony overlooking beach garden and Indian ocean - Stardust";
fpics[18]="dugout.gif|Crossing Pottuvil Lagoon in a dugout canoe";
fpics[19]="beachrest1sm.gif|Lunch beside the beach - Stardust Beach Restaurant Arugam Bay";
fpics[20]="tea.gif|Tea plantation - hill country near Badulla";

fpics[21]="bicycle.gif|Cyclist on the road from Pottuvil to Arugam Bay";







dt=new Date();
dt=dt.getTime(); dts=''+dt;
dts=eval(dts.substr(10,2));
l=fpics.length;
for(fnum=dts;fnum>30;fnum=fnum-10){}
for(fnum=fnum;fnum>(l-1);fnum=fnum-l){}
gnum=(fnum+1); if(gnum==l){gnum=0;}
hnum=(gnum+1); if(hnum>=l){hnum=1;}
inum=(hnum+1); if(inum>=l){inum=2;}
//alert (fnum);



function topIm(){ var im,cap;
mA=fpics[fnum].split('|');
document.write(
'<img border="0" src="'+fploc+mA[0]+'">'
+'<div style="padding-top:4px">'+mA[1]+'</div>');
}

function sdIm1(){ var im,cap;
mA=fpics[gnum].split('|');
document.write(
'<img border="0" src="'+fploc+mA[0]+'">'
+'<div style="padding-top:4px">'+mA[1]+'</div>');
}
function sdIm2(){ var im,cap;
mA=fpics[hnum].split('|');
document.write(
'<img border="0" src="'+fploc+mA[0]+'">'
+'<div style="padding-top:4px">'+mA[1]+'</div>');
}

function sdIm3(){ var im,cap;
mA=fpics[inum].split('|');
document.write(
'<img border="0" src="'+fploc+mA[0]+'">'
+'<div style="padding-top:4px">'+mA[1]+'</div>');
}

