function newsStory(b,a){this.id=b;this.headline=a}function nextNews(a){for(j=0;j<news.length;j++){if(news[j].id==a){break}}if(j+1<news.length){window.location="news_"+news[j+1].id+".html"}else{alert("No more stories")}}function ShowNewsLinks(a){if(!basic){for(j=0;j<news.length;j++){if(news[j].id==a){break}}if(j==(news.length-1)){document.all.nextlink.style.visibility="hidden"}}}var news=new Array();news[0]=new newsStory(43595,"<BIG>london</BIG>");news[1]=new newsStory(43596,"<BIG>the south east</BIG>");news[2]=new newsStory(43597,"<BIG>the west country</BIG>");news[3]=new newsStory(43602,"<BIG>wales</BIG>");news[4]=new newsStory(43659,"<BIG>the east</BIG>");news[5]=new newsStory(43605,"<BIG>the midlands</BIG>");news[6]=new newsStory(43600,"<BIG>the north country</BIG>");news[7]=new newsStory(43603,"<BIG>wales</BIG>");news[8]=new newsStory(43598,"<BIG>wales</BIG>");news[9]=new newsStory(43599,"<BIG>the midlands</BIG>");news[10]=new newsStory(43601,"<BIG>rest of the world</BIG>");news[11]=new newsStory(43660,"<BIG>ireland</BIG>");