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(208221,'Photography Made Simple');
news[1] = new newsStory(207751,'STUDIO WORK 2012');
news[2] = new newsStory(207749,'Stats Were Good For 2011');
news[3] = new newsStory(206623,'Photography Courses For 2012');
news[4] = new newsStory(206622,'THANK YOU');
news[5] = new newsStory(206621,'A Look Inside The Mezzanine');
news[6] = new newsStory(204557,'Simon Hart MP visits the studio');
news[7] = new newsStory(203961,'QR Codes For Businesses');
news[8] = new newsStory(203581,'Angels and Icons Preview');
news[9] = new newsStory(203478,'Exhibition Opens With A Flying Start');
news[10] = new newsStory(202794,'Crepes in Caitlin\'s');
news[11] = new newsStory(201844,'St Clears Remembrance Day ');
news[12] = new newsStory(200702,'Filming with S4C');
news[13] = new newsStory(200457,'Exhibition Opens December 2nd');
news[14] = new newsStory(200060,'Photographic Training');
news[15] = new newsStory(200059,'GREEN SCREEN WORKSHOPS');
news[16] = new newsStory(200057,'MEMBERSHIP AT THE MEZZ');
news[17] = new newsStory(200056,'ANGELS AND ICONS');
news[18] = new newsStory(191921,'TROTS 10k RESULTS 2011');
news[19] = new newsStory(191920,'TROTS ST CLEARS RESULTS 2010');
news[20] = new newsStory(191730,'Huge Thank You');
news[21] = new newsStory(187943,'Vale Of Taf Show 2011');
news[22] = new newsStory(177237,'Laugharne Weekend');
news[23] = new newsStory(175820,'20,000 views');
news[24] = new newsStory(171243,'St. Clears Times spring Issue');
news[25] = new newsStory(171242,'Carmarthenshire Life Article');
news[26] = new newsStory(167744,'4,000 Hits in January');
news[27] = new newsStory(166288,'Stats looking good');
news[28] = new newsStory(164973,'Carmarthenshire Life Cover');
news[29] = new newsStory(164826,'An Interview For Americymru');
news[30] = new newsStory(164822,'Laugharne Festival');
news[31] = new newsStory(164467,'National Library Of Wales');
news[32] = new newsStory(164466,'More Carmarthenshire Castles');
news[33] = new newsStory(164465,'Carmarthen Castles');
news[34] = new newsStory(164464,'Carmarthen The West');
news[35] = new newsStory(164463,'Carmarthenshire Castles');
news[36] = new newsStory(164462,'Carmarthenshire Food and Drink');
news[37] = new newsStory(164461,'Carmarthenshire Bed & Breakfast');
news[38] = new newsStory(164460,'Carmarthenshire\'s Museums');
news[39] = new newsStory(164459,'Carmarthenshire\'s Coast');
news[40] = new newsStory(164458,'Carmarthenshire\'s Gardens');
news[41] = new newsStory(164457,'Conference Venues Carmarthenshire');
news[42] = new newsStory(164456,'Cultural Carmarthenshire');
news[43] = new newsStory(164455,'Days Out In Carmarthenshire');
news[44] = new newsStory(164454,'Dog Friendly Carmarthenshire');
news[45] = new newsStory(164453,'Dylan Thomas Carmarthenshire');
news[46] = new newsStory(164452,'Family Carmarthenshire');
news[47] = new newsStory(164451,'Horse Riding Carmarthenshire');
news[48] = new newsStory(164450,'Fishing In Carmarthenshire');
news[49] = new newsStory(164449,'Fishing Carmarthenshire');
news[50] = new newsStory(164448,'Golf in Carmarthenshire');
news[51] = new newsStory(164447,'Llandeilo and the Towy Valley');
news[52] = new newsStory(164446,'Newcastle Emlyn and the  Teifi Valley');
news[53] = new newsStory(164445,'Staying in Carmarthenshire');
news[54] = new newsStory(164444,'Traditional Carmarthenshire');
news[55] = new newsStory(164443,'Walking in Carmarthenshire 1');
news[56] = new newsStory(164442,'Welcome To Carmarthenshire');
news[57] = new newsStory(164441,'What\'s On Carmarthenshire');
news[58] = new newsStory(164440,'Discover Carmarthenshire 2011');
news[59] = new newsStory(164138,'Brilliant Photographer');
news[60] = new newsStory(164000,'Excellent Value');
news[61] = new newsStory(163958,'10/10');
news[62] = new newsStory(163957,'Impressed');
news[63] = new newsStory(163954,'Lovely Person');
news[64] = new newsStory(163953,'Brilliant Choice');
news[65] = new newsStory(163952,'Pleased');
news[66] = new newsStory(163951,'Very Professional');
news[67] = new newsStory(163950,'Graduation Photos');
news[68] = new newsStory(163420,'Outstanding');
news[69] = new newsStory(159405,'Front Page Again');
news[70] = new newsStory(159115,'Studio Photography Course');
news[71] = new newsStory(159114,'Landscape Photography Course');
news[72] = new newsStory(154639,'School Photos');
news[73] = new newsStory(153407,'Tour Of Britain');
news[74] = new newsStory(153044,'Tenby Observer');
news[75] = new newsStory(153043,'BBC News');
news[76] = new newsStory(153042,'Gren Room');
news[77] = new newsStory(153041,'Laugharne Floods');
news[78] = new newsStory(152794,'New Horizons');
news[79] = new newsStory(152793,'Tourism');
news[80] = new newsStory(152789,'London');
news[81] = new newsStory(149208,'Journal Report 11th August');
news[82] = new newsStory(148750,'Coast');
news[83] = new newsStory(148581,'Tourism and Cookery');
news[84] = new newsStory(148578,'Journal Report');
news[85] = new newsStory(148178,'Open Day');
news[86] = new newsStory(147739,'Busy Week');
news[87] = new newsStory(146709,'Photo Shoot');
news[88] = new newsStory(145207,'Summer');
news[89] = new newsStory(145206,'Thanks');
news[90] = new newsStory(144546,'Section 44 Victory');
news[91] = new newsStory(144116,'Postcards');
news[92] = new newsStory(144115,'Exhibition');
news[93] = new newsStory(144114,'Lovely Somethings');
news[94] = new newsStory(144113,'Abernant School');
news[95] = new newsStory(144112,'Thanks');
news[96] = new newsStory(144111,'St Clears Show');
news[97] = new newsStory(144110,'Llety Cynyn');
news[98] = new newsStory(144074,'Carmarthenshire Life July-August Cover');
news[99] = new newsStory(143555,'Cwlwm Images');
news[100] = new newsStory(143158,'Show Images Featured in Cwlwm');
news[101] = new newsStory(143017,'Capel Dewi Family Portraits');
news[102] = new newsStory(142502,'ARUP At The Riverside in St. Clears');
news[103] = new newsStory(140157,'St Clears Show');
news[104] = new newsStory(139895,'Masters Award');
news[105] = new newsStory(139894,'School Photos');
news[106] = new newsStory(139893,'Carmarthenshire Life Cover');
news[107] = new newsStory(139892,'Fishing');
news[108] = new newsStory(139317,'Pendine');
news[109] = new newsStory(138995,'St. Clears Times Ready For Printing');
news[110] = new newsStory(137249,'Recipe Book');
news[111] = new newsStory(137246,'Carmarthenshire Life');
news[112] = new newsStory(137245,'Stephen Hughes Designs');
news[113] = new newsStory(137244,'Cotswold Outdoor');
news[114] = new newsStory(137163,'St Catherine\'s Walk');
news[115] = new newsStory(135934,'Schools Photography This Week');
news[116] = new newsStory(135933,'Swansea University Lecture');
news[117] = new newsStory(135140,'Website Stats Looking Good');
news[118] = new newsStory(135061,'St Clears Life');
news[119] = new newsStory(135056,'Laugharne Weekend');
news[120] = new newsStory(135053,'Keith Allen In The News');
news[121] = new newsStory(127145,'Website Design, Hosting and Training - Alan Evans Photography - St Clears ');


