<!--
var item=new Array()
item[1]='<a href="javascript:Transpose1()"><img src="http://www.wirralcam.org/adverts/wirralcam.gif" width="468" height="60" border="0" alt="Advertise with Wirralcam" title="Advertise with Wirralcam" style="margin-bottom:5px" /></a>'
item[2]='<a href="http://web.mac.com/jpcmusic/" target="_blank"><img src="http://www.wirralcam.org/adverts/advert1.gif" width="468" height="60" border="0" alt="CLICK to visit JohnPaul at JPCmusic" title="CLICK to visit JohnPaul at JPCmusic" style="margin-bottom:5px" /></a>'
item[3]='<a href="javascript:Transpose1()"><img src="http://www.wirralcam.org/adverts/wirralcam.gif" width="468" height="60" border="0" alt="Advertise with Wirralcam" title="Advertise with Wirralcam" style="margin-bottom:5px" /></a>'
item[4]='<a href="http://www.groovydynamic.co.uk" target="_blank"><img src="http://www.wirralcam.org/adverts/groovy.gif" width="468" height="60" border="0" alt="CLICK to visit Groovydynamic.co.uk" title="CLICK to visit Groovydynamic.co.uk" style="margin-bottom:5px" /></a>'
item[5]='<a href="javascript:Transpose1()"><img src="http://www.wirralcam.org/adverts/wirralcam.gif" width="468" height="60" border="0" alt="Advertise with Wirralcam" title="Advertise with Wirralcam" style="margin-bottom:5px" /></a>'
item[6]='<a href="http://www.jimmyrae.co.uk" target="_blank"><img src="http://www.wirralcam.org/adverts/jimmyrae.gif" width="468" height="60" border="0" alt="CLICK to visit Jimmy Rae" title="CLICK to visit Jimmy Rae" style="margin-bottom:5px" /></a>'
item[7]='<a href="javascript:Transpose1()"><img src="http://www.wirralcam.org/adverts/wirralcam.gif" width="468" height="60" border="0" alt="Advertise with Wirralcam" title="Advertise with Wirralcam" style="margin-bottom:5px" /></a>'
item[8]='<a href="javascript:Transpose1()"><img src="http://www.wirralcam.org/adverts/wirralcam.gif" width="468" height="60" border="0" alt="Advertise with Wirralcam" title="Advertise with Wirralcam" style="margin-bottom:5px" /></a>'

var current=2
function changeItem(){
document.getElementById("advert").innerHTML=item[current]
if (current==8) current=1
else current++
setTimeout("changeItem()",60000)
}
-->