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(141208,"NEW EXHIBITION");news[1]=new newsStory(115018,"Upcoming exhibitions");news[2]=new newsStory(53456,"My Guisborough Exhibition");news[3]=new newsStory(51119,"newspaper article");news[4]=new newsStory(50190,"Another new line");news[5]=new newsStory(49197,"Exhibition News");news[6]=new newsStory(49198,"New Line!");news[7]=new newsStory(141207,"EXTERNAL WEB-SITES");news[8]=new newsStory(115015,"My 2009 exhibition");