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(195418,'Scoters and Others');
news[1] = new newsStory(192826,'Raven.');
news[2] = new newsStory(185448,'What\'s This?  An Update!!!');
news[3] = new newsStory(177738,'A Busy Few Days Birding');
news[4] = new newsStory(176976,'Making Some Hay While the Sun Shines.');
news[5] = new newsStory(174627,'21st March 2011.  It’s 17 in Aberdeen and I get ma jaiket aff.');
news[6] = new newsStory(174626,'18th March 2011.  A Long Name and a Long Glen.');
news[7] = new newsStory(173552,'Winter’s Return.');
news[8] = new newsStory(173272,'My Year List to Date');
news[9] = new newsStory(172927,' Just Ticking Over.');
news[10] = new newsStory(172020,' A Day Out at Last.');
news[11] = new newsStory(170409,' It’s all gone pear-shaped.');
news[12] = new newsStory(167102,'Smew, Smew, Barnie.....');
news[13] = new newsStory(166751,'Winter’s Grip Eases.');
news[14] = new newsStory(165402,' Janus Reporting.');
news[15] = new newsStory(163704,'210 for 2010.');
news[16] = new newsStory(161765,'The Late Late Show.');
news[17] = new newsStory(160627,'Update.');
news[18] = new newsStory(158273,'Viking Invasion.');
news[19] = new newsStory(157058,'Sic Transit Gloria Monday.');
news[20] = new newsStory(156679,'11th October 2010.  I Believe in Miracles. Where You From, You Sexy Thing.');
news[21] = new newsStory(156433,'8th October 2010.  A Foggy Day in Montrose Town');
news[22] = new newsStory(156166,'3rd October 2010.  To Fresh Woods and Pastures New.');
news[23] = new newsStory(155722,'Post Script');
news[24] = new newsStory(155582,'Loadsa Stuff.');
news[25] = new newsStory(154801,'Plus ça change plus c\'est la même chose.');
news[26] = new newsStory(154560,'Wet Ness');
news[27] = new newsStory(154407,'Back on the Road Again.');
news[28] = new newsStory(153808,'Missing Me?');
news[29] = new newsStory(152195,'Desperately Seeking Something....Anything.');
news[30] = new newsStory(151889,'Taking Stock');
news[31] = new newsStory(151383,'Perseverance Pays');
news[32] = new newsStory(150334,'Ah! That\'s Better');
news[33] = new newsStory(150085,'Some Techie Stuff');
news[34] = new newsStory(150084,'One Moment of Hope.');
news[35] = new newsStory(149615,'The Waiting Game.');
news[36] = new newsStory(148478,'Going Green, or maybe not');
news[37] = new newsStory(148229,'It\'s quite quiet');
news[38] = new newsStory(147529,'I can’t think of a title so there isn’t one.');
news[39] = new newsStory(146161,'Haar, Haar');
news[40] = new newsStory(145993,'A Day with a Difference');
news[41] = new newsStory(145492,'Who Uses Blue Eyeliner?');
news[42] = new newsStory(144764,'Blow the Wind Southerly');
news[43] = new newsStory(143884,'Bring Me Sunshine');
news[44] = new newsStory(143563,'I WILL SURVIVE.....');
news[45] = new newsStory(143296,'Temminck\'s Stint');
news[46] = new newsStory(142924,'I Heard It Through The Grapevine');
news[47] = new newsStory(142161,'Shetland Holiday');
news[48] = new newsStory(142015,'Shetland Holiday 20th May - 3rd June 2010');
news[49] = new newsStory(139770,'This and That');
news[50] = new newsStory(138156,'Back Home Again');
news[51] = new newsStory(137785,'Norfolk, 24th April - 1st May 2010');
news[52] = new newsStory(135886,'A Let Down in Angus');
news[53] = new newsStory(135177,'Postscript');
news[54] = new newsStory(135063,'How Time Flies');
news[55] = new newsStory(133265,'Update');
news[56] = new newsStory(132356,'I Get Twitchy Feet');
news[57] = new newsStory(132135,'The Day I Finally Met Ralf');
news[58] = new newsStory(130248,'The North/South Divide');
news[59] = new newsStory(128956,'One day like this each year\'d see me right');
news[60] = new newsStory(127632,'A Really Grand Day Out');
news[61] = new newsStory(124758,'The North Wind Will Blow....');
news[62] = new newsStory(124578,'Country Park Birding');
news[63] = new newsStory(121500,'Escape from the Country');
news[64] = new newsStory(120960,'1st January 2010');
news[65] = new newsStory(119149,'In Response to the Weather');
news[66] = new newsStory(118053,'A Bit SAD');
news[67] = new newsStory(117091,'Another Day Another TTV');
news[68] = new newsStory(115506,'2 TTVs');
news[69] = new newsStory(115152,'A French Connection');
news[70] = new newsStory(114404,'Flocks');
news[71] = new newsStory(114049,'Birds are Like Buses');
news[72] = new newsStory(112799,'Back from Holiday');
news[73] = new newsStory(109936,'Stuck on the Horns of a Dilemma');
news[74] = new newsStory(108934,'A Day in the Woods with Heather');
news[75] = new newsStory(108599,'Local Twitcher Makes the News');
news[76] = new newsStory(107928,'One Good Tern and all that');
news[77] = new newsStory(106216,'Writer\'s Block');
news[78] = new newsStory(105516,'A Touch of The Lurgies');
news[79] = new newsStory(105249,'Big Day at Barry');
news[80] = new newsStory(104509,'Update');
news[81] = new newsStory(102494,'Mixed Bag');
news[82] = new newsStory(102185,'My Family');
news[83] = new newsStory(102098,'Here and There');
news[84] = new newsStory(101553,'The Agony and the Ecstasy');
news[85] = new newsStory(100607,'The Transition Begins, from Summer to Autumn.');
news[86] = new newsStory(100112,'Today I caught a rabbit in my slippers');
news[87] = new newsStory(100111,'Now I\'m Pheasant Rearing');
news[88] = new newsStory(99989,'25th June 2009');
news[89] = new newsStory(99535,'Isle of Mull, 13th - 20th June 2009');
news[90] = new newsStory(98280,'180');
news[91] = new newsStory(97732,'Where to watch birds in north-east Scotland');
news[92] = new newsStory(97523,'Catch Up Time');
news[93] = new newsStory(97521,'O Silly Me!');
news[94] = new newsStory(97027,'O Lucky Me!');
news[95] = new newsStory(96503,'Normal Service Resumed');
news[96] = new newsStory(95942,'Islay 28th March - 4th April 2009');
news[97] = new newsStory(95301,'Home and Away');
news[98] = new newsStory(95306,'Home and Away Part 2');
news[99] = new newsStory(95307,'Loadsa Stuff');
news[100] = new newsStory(95309,'A DEESIDEdly Grand Day Out');
news[101] = new newsStory(95339,'Somewhere New, Somewhere (very)Old');
news[102] = new newsStory(95340,'Magnificent Seven');
news[103] = new newsStory(95341,'Fowlsheugh');


