function deleteconfirm()
{
var formconfirm = "This will PERMANENTLY delete your listing - Do you really want to remove it?";
if (confirm(formconfirm))
return true;
else
return false;
}
function clearbox(box) {
 if(box.value==box.defaultValue) {
   box.value = "";
  }
 }
 
var item=new Array()
item[0]="<img src='picture_library/hb1.jpg' alt='Pram Race Higher Barnes' width='600' height='337' border='0' title='Higher Barnes June 10' /></a>"
item[1]="<img src='picture_library/hb2.jpg' alt='Pram Race Higher Barnes' width='600' height='337' border='0' title='Higher Barnes June 10' /></a>"
item[2]="<img src='picture_library/hb3.jpg' alt='Pram Race Higher Barnes' width='600' height='337' border='0' title='Higher Barnes June 10' /></a>"
item[3]="<img src='picture_library/hb4.jpg' alt='Pram Race Higher Barnes' width='600' height='337' border='0' title='Higher Barnes June 10' /></a>"
item[4]="<img src='picture_library/hb5.jpg' alt='Pram Race Higher Barnes' width='600' height='337' border='0' title='Higher Barnes June 10' /></a>"
item[5]="<img src='picture_library/hb6.jpg' alt='Pram Race Higher Barnes' width='600' height='337' border='0' title='Higher Barnes June 10' /></a>"
item[6]="<img src='picture_library/ch1.jpg' alt='Garden Party Chorlton Hall 2010' width='600' height='337' border='0' title='Garden Party Chorlton July 10' /></a>"

var current=0

var ns6=document.getElementById&&!document.all
function changeItem(){
if(document.layers){
document.layer1.document.write(item[current])
document.layer1.document.close()
}
if(ns6)document.getElementById("div1").innerHTML=item[current]
{
if(document.all){
div1.innerHTML=item[current]
}
}
if (current==6) current=0
else current++
setTimeout("changeItem()",6000)
}
window.onload=changeItem
