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(210937,'JPeg or RAW');
news[1] = new newsStory(209608,'A day with the J class');
news[2] = new newsStory(208633,'Tools of the Trade');
news[3] = new newsStory(205544,'<strong>[link type=\"gallery\" id=\"93072\"]Greeting Cards[/link]</strong>');
news[4] = new newsStory(204242,'Commissions and Commercial Use');
news[5] = new newsStory(204239,'Print Sales and Gift Vouchers');
news[6] = new newsStory(204236,'Photographic Workshops');
news[7] = new newsStory(204231,'Photography Workshops for Beginners');
news[8] = new newsStory(204230,'Distance Learning Workshops');
news[9] = new newsStory(203276,'jkghasbndsv,nmsd');
news[10] = new newsStory(200442,'Two New Distance Learning Courses Available');
news[11] = new newsStory(198355,'Sometimes it\'s easy');
news[12] = new newsStory(198333,'The Isle of Skye, Scotland 5th and 6th March 2012');
news[13] = new newsStory(193857,'Wild boar and mussels');
news[14] = new newsStory(190986,'CRITIQUE DAY Saturday 3rd December 2011');
news[15] = new newsStory(190810,'A trying time');
news[16] = new newsStory(188417,'You have to be there');
news[17] = new newsStory(188252,'<strong>Advanced Workshop</strong>');
news[18] = new newsStory(184328,'Ready Meals ');
news[19] = new newsStory(180415,'The Morning after the Night Before');
news[20] = new newsStory(177094,'Perfect Planning....');
news[21] = new newsStory(175241,'Blaming the dog');
news[22] = new newsStory(171540,'An abbreviation of a trip');
news[23] = new newsStory(168032,'Ian Badley Photography');
news[24] = new newsStory(167926,'Eye on the World Exhibition');
news[25] = new newsStory(167090,'January Newsletter');
news[26] = new newsStory(167043,'Tools of the Trade');
news[27] = new newsStory(166181,'New PhotoTrek dates announced');
news[28] = new newsStory(166180,'So you want to know about hyperfocal distance?');
news[29] = new newsStory(166038,'Dorset to Docklands');
news[30] = new newsStory(164221,'New Forest in Spring');
news[31] = new newsStory(163804,'Jersey');
news[32] = new newsStory(163734,'The Purpose');
news[33] = new newsStory(163543,'Another beautiful day');
news[34] = new newsStory(162591,'Getting back to normal');
news[35] = new newsStory(160518,'Front page of Saturday Telegraph Travel supplement');
news[36] = new newsStory(159338,'Telegraph');
news[37] = new newsStory(156806,'Low Light - Photography tips on getting the best night shots');
news[38] = new newsStory(156025,'Improve your Skills Night (low light) Photography');
news[39] = new newsStory(153327,'Errors of Judgement');
news[40] = new newsStory(153321,'Round the Island');
news[41] = new newsStory(153319,'A DAY IN DORSET WITH BLUEBELLS 17th April 2011');
news[42] = new newsStory(152868,'\'Join Me\' Round the Island');
news[43] = new newsStory(152038,'Images from Cowes');
news[44] = new newsStory(152036,'Outdoor Photography Magazine');
news[45] = new newsStory(150753,'On deck with OnDeck');
news[46] = new newsStory(149191,'Cowes Week Update');
news[47] = new newsStory(149190,'Water, Water everywhere – A day on the Solent during Cowes week');
news[48] = new newsStory(145910,'Night photography, rappers and oligarchs');
news[49] = new newsStory(142796,'Always the Bridesmaid…');
news[50] = new newsStory(141644,'It’s tough at this time of year');
news[51] = new newsStory(140803,'A month has past');
news[52] = new newsStory(137243,'Remember Film?');
news[53] = new newsStory(136493,'Outdoor Photography magazine article');
news[54] = new newsStory(136492,'Digital Photographer magazine article');
news[55] = new newsStory(136489,'Bluebells');
news[56] = new newsStory(134778,'Successful PhotoTrek');
news[57] = new newsStory(134777,'Buy One Get One Free - on Greeting Cards!');
news[58] = new newsStory(134380,'Scotland');
news[59] = new newsStory(131488,'Update on Jersey');
news[60] = new newsStory(131487,'The ‘Eyes’ have it.');
news[61] = new newsStory(130496,'Chalk and Cheese');
news[62] = new newsStory(127054,'Spanish Lessons');
news[63] = new newsStory(126980,'Back from Alpujarras - busy processing');
news[64] = new newsStory(124643,'Time out Countryside book published');
news[65] = new newsStory(124326,'Improve your Skills day for Digital Photographer magazine');
news[66] = new newsStory(122493,'Newsletter Malady');
news[67] = new newsStory(122492,'Our World Though the Lens - Exhibition');
news[68] = new newsStory(122480,'Icy Feet');
news[69] = new newsStory(120377,'Christmas Day');
news[70] = new newsStory(120376,'New Camera? New equipment?');
news[71] = new newsStory(119675,'Year in Review');
news[72] = new newsStory(118566,'Digital camera photography?  Don’t trust the monitor');
news[73] = new newsStory(118562,'Frosty and Misty in the New Forest');
news[74] = new newsStory(117303,'CAMERA CARE WHEN RAINING');
news[75] = new newsStory(115903,'Lulworth and Durdle Door');
news[76] = new newsStory(115045,'Flickr Group set up');
news[77] = new newsStory(115014,'Busy week - Exbury Gardens, Mottisfont Abbey and two New Forest Photography Workshops');
news[78] = new newsStory(113755,'Hampshire Life article');
news[79] = new newsStory(113736,'Cape Breton, Canada');
news[80] = new newsStory(113481,'A BIG month');
news[81] = new newsStory(112281,'Now on Twitter');
news[82] = new newsStory(112280,'Now on Twitter');
news[83] = new newsStory(110032,'The all Day');
news[84] = new newsStory(110031,'The Early');
news[85] = new newsStory(106925,'Late, early, all day – The Late…');
news[86] = new newsStory(105515,'What have pork pies and the David Noton Roadshow got in common?');
news[87] = new newsStory(105514,'2010 Workshops soon to be announced');
news[88] = new newsStory(104498,'A day at Cowes Week');
news[89] = new newsStory(103103,'Be intimate with your camera ');
news[90] = new newsStory(101836,'Fresh fish anyone?</strong>');
news[91] = new newsStory(101477,'Hot and Bothered in Marseilles');
news[92] = new newsStory(101835,'Lightning and Thunder');
news[93] = new newsStory(100122,'County Press - Ferry delayed - rant!');
news[94] = new newsStory(100118,'Give it a Go');
news[95] = new newsStory(100121,'Picnic in the sun');
news[96] = new newsStory(98797,'New Giottos Tripod');
news[97] = new newsStory(98795,'Keyhaven, Jersey, New Forest,  Mudeford, New Forest....');
news[98] = new newsStory(97367,'Mudeford Phototrek');
news[99] = new newsStory(96788,'Less is more');
news[100] = new newsStory(96787,'Weather Watch');
news[101] = new newsStory(96599,'Portrait of the Isle of Wight');
news[102] = new newsStory(96434,'Portrait of the Isle of Wight');
news[103] = new newsStory(95863,'It\'s raining in Annecy');
news[104] = new newsStory(95860,'PhotoNewForest at the Chewton Glen Hotel');
news[105] = new newsStory(95769,'Italian Riviera - Cinque Terre');
news[106] = new newsStory(94985,'Tuscany - Day 7');
news[107] = new newsStory(94904,'Tuscany - Day 6');
news[108] = new newsStory(94903,'Tuscany - Day 5');
news[109] = new newsStory(94692,'Tuscany - Day 4');
news[110] = new newsStory(94691,'Tuscany Day 3');
news[111] = new newsStory(94468,'Tuscany - Day Two PM');
news[112] = new newsStory(94370,'Tuscany - Day 2');
news[113] = new newsStory(94369,'The trip to Tuscany');
news[114] = new newsStory(93657,'April Newsletter is available');
news[115] = new newsStory(93655,'Canonised!');
news[116] = new newsStory(92505,'Preparations for September');
news[117] = new newsStory(92502,'Bluebells');
news[118] = new newsStory(90953,'To the Lakes');
news[119] = new newsStory(89764,'Away at the moment');
news[120] = new newsStory(93656,'Latest Newsletter is out.');
news[121] = new newsStory(86456,'Couscous and tajine');
news[122] = new newsStory(85441,'Reader Workshop Article uploaded');
news[123] = new newsStory(85439,'Digital Photographer Reader Workshop PDF');
news[124] = new newsStory(84296,'Customer Feedback from the January workshops and One to Ones held');
news[125] = new newsStory(84141,'PDF uploaded');
news[126] = new newsStory(84138,'Digital Photographer Stock Photography Article');
news[127] = new newsStory(83164,'Isle of Wight put to bed');
news[128] = new newsStory(82704,'Workshop with David Noton and Ian Badley ');
news[129] = new newsStory(82642,'On the \'red eye\'.');
news[130] = new newsStory(82706,'January Newsletter');
news[131] = new newsStory(81789,'Portland Workshop Full');
news[132] = new newsStory(81551,'Newsletter sent out');
news[133] = new newsStory(80019,'Digital Photographer Workshop article out now');
news[134] = new newsStory(79963,'Holidays are over');
news[135] = new newsStory(84370,'Frosty Mornings');
news[136] = new newsStory(79779,'Deadine looming');
news[137] = new newsStory(79393,'Only a few left');
news[138] = new newsStory(79077,'Hamble at dawn');
news[139] = new newsStory(78911,'Forward Bookings');
news[140] = new newsStory(80229,'Autumn Newsletter');
news[141] = new newsStory(78017,'Busy scheduling new workshop dates');
news[142] = new newsStory(78016,'New Workshop Dates added');
news[143] = new newsStory(77339,'Workshop dates added');
news[144] = new newsStory(77152,'London Camera Exchange this Saturday (29th November)');
news[145] = new newsStory(76768,'Newsletter out soon');
news[146] = new newsStory(76622,'Highcliffe Castle Exhibition');
news[147] = new newsStory(76080,'Ian Badley and Digital Photographer magazine');
news[148] = new newsStory(75434,'Base for David Noton Workshop - Country Pub of the Year');
news[149] = new newsStory(75431,'Base for Workshop with David Noton \"Country Pub of the Year\"');
news[150] = new newsStory(75408,'PhotoNewForest photography competition at Mottisfont Abbey');
news[151] = new newsStory(84368,'Autumn Colours');
news[152] = new newsStory(73679,'Comments from Workshop');
news[153] = new newsStory(72567,'Monthly News');
news[154] = new newsStory(71693,'Get down and dirty');
news[155] = new newsStory(71692,'Reflections');
news[156] = new newsStory(84367,'Reflections');
news[157] = new newsStory(71171,'Canon in association with PhotoNewForest');
news[158] = new newsStory(68872,'Comments from the Heather Workshop 27.8.08');
news[159] = new newsStory(84366,'Get down and dirty');
news[160] = new newsStory(68364,'PhotoTrek Workshop with David Noton');
news[161] = new newsStory(67203,'PhotoTrek at Exbury Gardens announced');
news[162] = new newsStory(84365,'Get up early to capture the dawn');
news[163] = new newsStory(65985,'One to One Tuition');
news[164] = new newsStory(60770,'Credit card payments for vouchers and Workshops');
news[165] = new newsStory(60156,'Hampshire Society');
news[166] = new newsStory(58889,'Image selected for final of worldwide competition');
news[167] = new newsStory(57424,'Workshop comments');
news[168] = new newsStory(54402,'Lowepro support us in PhotoNewForest');
news[169] = new newsStory(52156,'Introduction to PhotoTrek at Chewton Glen');
news[170] = new newsStory(49776,'Work exhibited at New Milton and Poole');
news[171] = new newsStory(49079,'Le Studio');
news[172] = new newsStory(48803,'Eye on the World Exhibition');
news[173] = new newsStory(48804,'A good start for 2008 Photographic Workshops');
news[174] = new newsStory(46904,'PhotoNewForest at the prestigious AA 5 Star Chewton Glen Hotel');
news[175] = new newsStory(44452,'Eye on the World Exhibition');
news[176] = new newsStory(44139,'Happy Christmas');
news[177] = new newsStory(42704,'100% satisfaction guaranteed!');
news[178] = new newsStory(41792,'PhotoTreks go from strength to strength');
news[179] = new newsStory(39022,'An Early Morning Shoot');
news[180] = new newsStory(34945,'Greetings Cards');
news[181] = new newsStory(32468,'Hampshire Life Magazine');
news[182] = new newsStory(32451,'Mud, mud and mud.');
news[183] = new newsStory(31619,'New Forest Show');
news[184] = new newsStory(29420,'Shortlisted for Landscape Photographer of the Year');
news[185] = new newsStory(29419,'Shortlisted for Landscape Photographer of the Year');
news[186] = new newsStory(28711,'Advice from one of the elite.');
news[187] = new newsStory(27564,'Currently...May 07');
news[188] = new newsStory(25683,'Wessex Muse Magazine');
news[189] = new newsStory(24207,'Currently.....');
news[190] = new newsStory(24200,'Current Projects');
news[191] = new newsStory(14837,'Photo New Forest');
news[192] = new newsStory(13081,'Photographic Diary');
news[193] = new newsStory(13080,'Photographic Diary');
news[194] = new newsStory(13100,'Watch the weather');
news[195] = new newsStory(74758,'Guest Comments from Workshops');
news[196] = new newsStory(68355,' Ian Badley\'s Photographic Workshops Info');
news[197] = new newsStory(142307,'IMPROVE YOUR COMPOSITION - Isle of Wight Saturday 24th March 2012 <strong></p>');
news[198] = new newsStory(68358,'one to one');
news[199] = new newsStory(119598,'Friday 26th October 2011 - New Forest Autumn Colours');
news[200] = new newsStory(119599,'Saturday 27th October 2011 New Forest Autumn Colours');
news[201] = new newsStory(128680,'Corfe and Kimmeridge - More..');
news[202] = new newsStory(128681,' PORTLAND BILL and COAST - More...');
news[203] = new newsStory(152823,' A Day on the Solent   ~  15th August 2012');
news[204] = new newsStory(140784,'<span style=\"color:green;\"> Don\'t forget the PhotoTreks for Beginners and Improvers -<br>    See Other Workshops below</span> <br><br><br><span style=\"color:#4a4a4a;\">RESIDENTIAL WORKSHOPS</span>');
news[205] = new newsStory(142258,'\'Join Me\' in the Lake District -  17th - 19th October 2010');
news[206] = new newsStory(142389,'NEW-\'Join Me\' at Marazion, Cornwall  - 20/22nd January 2012 ...more');
news[207] = new newsStory(128774,'SCOTLAND February 2012 - more...');
news[208] = new newsStory(77934,'Stunning Tuscany - 3rd - 9th May 2012 -  More...  ');
news[209] = new newsStory(116118,'Magical Provence - July 1st 2011 a long weekend - more-...');
news[210] = new newsStory(68357,'Workshops for Beginners and Improvers- An Introduction to Photography  More... ');
news[211] = new newsStory(68362,'Join Ian Badley on a Photo Shoot - More... ');
news[212] = new newsStory(77929,'Gift Vouchers for Photographic Workshops- More... ');
news[213] = new newsStory(77942,'Workshop Terms and Conditions - More... ');
news[214] = new newsStory(172540,'wfoty');


