function newsStory(id,headline) {
	this.id = id;
	this.headline = headline;
}

function nextNews(newsID) {

	for (j = 0; j < news.length; j++) {
		if (news[j].id == newsID) {
			break;
		}
	}
	if (j + 1 < news.length ) {
		window.location = 'news_' + news[j + 1].id + '.html';
	}
	else {
		alert('No more stories');
	}
}

function ShowNewsLinks(newsID) {
		
	
	if (!basic) {
		for (j = 0; j < news.length; j++) {  
			if (news[j].id == newsID) {  
				break;
			}
		}
		if (j == (news.length -1)) {   
			document.all.nextlink.style.visibility = 'hidden';
		}
		
	}
}


var news = new Array();
news[0] = new newsStory(201777,'Bulletin 14 Nov 2011');
news[1] = new newsStory(201622,'KPC Bulletin 7 Nov 2011');
news[2] = new newsStory(200353,'League Table');
news[3] = new newsStory(200352,'Bulletin 31 Oct 2011');
news[4] = new newsStory(199641,'Bulletin 25 October 2011');
news[5] = new newsStory(199521,'Bulletin 18 October 2011');
news[6] = new newsStory(198272,'Tuition Night');
news[7] = new newsStory(198271,'Bulletin 10 October 2011');
news[8] = new newsStory(197518,'Bulletin 3 October 2011');
news[9] = new newsStory(195685,'Bulletin 26 Sept 2011');
news[10] = new newsStory(195259,'Bulletin 19.09.2011');
news[11] = new newsStory(195257,'Bulletin 12.9.2011');
news[12] = new newsStory(190954,'2011 - 2012 Syllabus');
news[13] = new newsStory(188032,'PAGB Inter-Club PDI Championship');
news[14] = new newsStory(173988,'Tripod and Accessories');
news[15] = new newsStory(173985,'Nikon D40 and Accessories');
news[16] = new newsStory(168670,'Weekly Bulletin');
news[17] = new newsStory(167055,'Weekly Bulletin');
news[18] = new newsStory(167053,'Dell Dimension 5150 Desktop Computer');
news[19] = new newsStory(165965,'Finepix S100FS');
news[20] = new newsStory(164653,'Weekly Bulletin');
news[21] = new newsStory(163852,'Weekly Bulletin');
news[22] = new newsStory(163663,'<font color=\"#ffff9a\">Items Wanted</font>');
news[23] = new newsStory(163040,'Meeting Cancelled');
news[24] = new newsStory(163039,'Meeting Cancelled');
news[25] = new newsStory(162797,'Weekly Bulletin');
news[26] = new newsStory(161659,'Weekly Bulletin');
news[27] = new newsStory(161190,'Weekly Bulletin');
news[28] = new newsStory(160054,'Weekly Bulletin');
news[29] = new newsStory(158980,'Weekly Bulletin');
news[30] = new newsStory(158979,'Weekly Bulletin');
news[31] = new newsStory(156941,'Weekly Bulletin');
news[32] = new newsStory(155867,'Weekly Bulletin');
news[33] = new newsStory(155124,'Weekly Bulletin');
news[34] = new newsStory(154280,'Weekly Bulletin');
news[35] = new newsStory(153629,'2010-11 Annual Outing Knockout Competition');
news[36] = new newsStory(153622,'2010-11 Opening Night and Annual Outing Knockout');
news[37] = new newsStory(152011,'Competition Rules 2010-2011');
news[38] = new newsStory(152009,'Syllabus 2010-2011');
news[39] = new newsStory(148728,'The Scottish Photographic Federation Portfolio 2010');
news[40] = new newsStory(142820,'Club Outing');
news[41] = new newsStory(142126,'FIAP Biennial Monochrome Print World Cup ');
news[42] = new newsStory(142127,'FIAP Biennial Monochrome Print World Cup ');
news[43] = new newsStory(140175,'New  Scottish Photographic Competition');
news[44] = new newsStory(137914,'Club Annual Exhibition');
news[45] = new newsStory(136851,'Big G Wins');
news[46] = new newsStory(110239,'Club Weekly Report For Monday the 26/04/2010');
news[47] = new newsStory(56945,'The Quig Quaich Competition  Season 2010 - 2011');
news[48] = new newsStory(132647,'Crosshouse Exhibition - SPF Portfolio');
news[49] = new newsStory(131589,'Club Annual Competition Winner');
news[50] = new newsStory(56434,'Overall Winner of The Club 2nd Open Competition 09 -2010');
news[51] = new newsStory(117572,'Club league 2009 - 10');
news[52] = new newsStory(117568,'1st Open Marks');
news[53] = new newsStory(117567,'1st Open Marks');
news[54] = new newsStory(117564,'Ist Open Marks 2009 - 10');
news[55] = new newsStory(117090,'Scottish Photographic Federation Results (Print Championship)');
news[56] = new newsStory(117127,'Quigs Quaich Marks');
news[57] = new newsStory(117132,'Quigs Quaich Marks');
news[58] = new newsStory(117135,'Quigs Quaich Marks');
news[59] = new newsStory(56438,'Winner Of The Quig\'s Quaich 2009 - 2010');
news[60] = new newsStory(97707,'Club Outing East lothian');
news[61] = new newsStory(95187,'Spread Your Wings!!');
news[62] = new newsStory(94012,'Opening Night September the 14th');
news[63] = new newsStory(88536,'2009 Annual Club Competition Winner');
news[64] = new newsStory(79263,'Club Buy\'s A Colormunki');
news[65] = new newsStory(54808,'Overall Winner of The Club 1st Open Competition 08 - 09');
news[66] = new newsStory(73736,'Ayrshire Interclub Competition');
news[67] = new newsStory(71164,'Ayrshire Inter-club Competition Thursday 16th Oct.2008');
news[68] = new newsStory(69862,'Monday the 15th of September');
news[69] = new newsStory(68999,'Congratulations to Jim Stevenson');
news[70] = new newsStory(59950,'Saturday 7th June Club Day Out');
news[71] = new newsStory(58223,'Kilmaurs Club  \"Cumnock Hospital Exhibition\"');
news[72] = new newsStory(57197,'Holidays From Hell');
news[73] = new newsStory(56345,'Club Summer Outing');
news[74] = new newsStory(56859,'The Rose Urie Competition');
news[75] = new newsStory(56858,'New League System');
news[76] = new newsStory(54807,'Digital File Information');


