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(211935,'<p><strong>LANCASHIRE MAGAZINE - JANUARY 2012</p></strong>');
news[1] = new newsStory(202388,'<p><strong>LANCASHIRE MAGAZINE - DECEMBER 2011</p></strong>');
news[2] = new newsStory(202383,'<p><strong>LANCASHIRE MAGAZINE - NOVEMBER 2011</p></strong>');
news[3] = new newsStory(194269,'<p><strong>LANCASHIRE MAGAZINE - OCTOBER 2011</p></strong>');
news[4] = new newsStory(194268,'<p><strong>LANCASHIRE MAGAZINE - SEPTEMBER 2011</p></strong>');
news[5] = new newsStory(194264,'<p><strong>LANCASHIRE MAGAZINE - AUGUST 2011</p></strong>');
news[6] = new newsStory(194263,'<p><strong>LANCASHIRE MAGAZINE - JULY 2011</p></strong>');
news[7] = new newsStory(180441,'<p><strong>WAYFARERS SHOPPING ARCADE, SOUTHPORT</p></strong> ');
news[8] = new newsStory(180428,'<p><strong>SOUTHPORT FOOD & DRINK FESTIVAL</p></strong>');
news[9] = new newsStory(180433,'<p><strong>LANCASHIRE MAGAZINE - MAY 2011</p></strong>');
news[10] = new newsStory(180430,'<p><strong>LANCASHIRE MAGAZINE - APRIL 2011</p></strong>');
news[11] = new newsStory(173220,'<p><strong>LANCASHIRE MAGAZINE - MARCH 2011</p></strong>');
news[12] = new newsStory(167769,'<p><strong>LANCASHIRE MAGAZINE - FEBRUARY 2011</p></strong>');
news[13] = new newsStory(165408,'<p><strong>LANCASHIRE MAGAZINE CALENDAR 2011</p></strong>');
news[14] = new newsStory(165404,'<p><strong>LANCASHIRE MAGAZINE - JANUARY 2011</p></strong>');
news[15] = new newsStory(163763,'<p><strong>SOUTHPORT SHORT BREAKS GUIDE 2011</p></strong>');
news[16] = new newsStory(163011,'<p><strong>LANCASHIRE MAGAZINE - DECEMBER 2010</p></strong>');
news[17] = new newsStory(159789,'<p><strong>ROGER MOSS PHOTOS GO NATIONAL</p></strong>');
news[18] = new newsStory(159786,'<p><strong>SOUTHPORT LIFE - NOVEMBER 2010</p></strong>');
news[19] = new newsStory(159780,'<p><strong>LANCASHIRE LIFE - NOVEMBER 2010</p></strong>');
news[20] = new newsStory(157713,'<p><strong>LANCASHIRE MAGAZINE - NOVEMBER 2010</p></strong>');
news[21] = new newsStory(154104,'<p><strong>LANCASHIRE MAGAZINE - OCTOBER 2010</p></strong>');
news[22] = new newsStory(151202,'<p><strong>LANCASHIRE MAGAZINE - SEPTEMBER 2010</p></strong>');
news[23] = new newsStory(147903,'<p><strong>LANCASHIRE MAGAZINE (RIBBLE VALLEY SPECIAL EDITION) - AUGUST 2010</p></strong>');
news[24] = new newsStory(147902,'<p><strong>LANCASHIRE MAGAZINE - AUGUST 2010</p></strong>');
news[25] = new newsStory(142851,'<p><strong>LANCASHIRE MAGAZINE -  JULY 2010</p></strong>');
news[26] = new newsStory(139212,'<p><strong>LANCASHIRE MAGAZINE - JUNE 2010</p></strong>');
news[27] = new newsStory(135284,'<p><strong>LANCASHIRE MAGAZINE - MAY 2010</p></strong>');
news[28] = new newsStory(130973,'<p><strong>LANCASHIRE MAGAZINE - APRIL 2010</p></strong>');
news[29] = new newsStory(127207,'<p><strong>LANCASHIRE MAGAZINE - MARCH 2010</p></strong>');
news[30] = new newsStory(123796,'<p><strong>LANCASHIRE MAGAZINE - FEBRUARY 2010</p></strong>');
news[31] = new newsStory(120180,'<p><strong>LANCASHIRE MAGAZINE - JANUARY 2010</p></strong>');
news[32] = new newsStory(118576,'<p><strong>RMP IMAGES IN ACTION</p></strong>');
news[33] = new newsStory(117193,'<p><strong>LANCASHIRE LIFE (SOUTHPORT LIFE) - DECEMBER 2009</p></strong>');
news[34] = new newsStory(117192,'<p><strong>LANCASHIRE MAGAZINE - DECEMBER 2009</p></strong>');
news[35] = new newsStory(113732,'<p><strong>LANCASHIRE MAGAZINE - NOVEMBER 2009</p></strong>');
news[36] = new newsStory(109740,'<p><strong>LANCASHIRE MAGAZINE - OCTOBER 2009</p></strong>');
news[37] = new newsStory(105282,'<p><strong>LANCASHIRE MAGAZINE - SEPTEMBER 2009</p></strong>');
news[38] = new newsStory(101303,'<p><strong>LANCASHIRE MAGAZINE - AUGUST 2009</p></strong>');
news[39] = new newsStory(98713,'<p><strong>LANCASHIRE MAGAZINE - JULY 2009</p></strong>');
news[40] = new newsStory(95816,'<p><strong>LANCASHIRE MAGAZINE - JUNE 2009</p></strong>');
news[41] = new newsStory(92529,'<p><strong>LANCASHIRE MAGAZINE - MAY 2009</p></strong>');
news[42] = new newsStory(89843,'<p><strong>LANCASHIRE MAGAZINE - APRIL 2009</p></strong>');
news[43] = new newsStory(85979,'<p><strong>LANCASHIRE MAGAZINE - MARCH 2009</p></strong>');
news[44] = new newsStory(82581,'<p><strong>LANCASHIRE MAGAZINE - FEBRUARY 2009</p></strong>');
news[45] = new newsStory(79354,'<p><strong>SOUTHPORT POCKET GUIDE 2009</p></strong>');
news[46] = new newsStory(79241,'<p><strong>LANCASHIRE MAGAZINE - JANUARY 2009</p></strong>');
news[47] = new newsStory(77131,'<p><strong>LANCASHIRE MAGAZINE - DECEMBER 2008</p></strong>');
news[48] = new newsStory(74113,'<p><strong>LANCASHIRE MAGAZINE - NOVEMBER 2008</p></strong>');
news[49] = new newsStory(74112,'<p><strong>LANCASHIRE MAGAZINE - NOVEMBER 2008</p></strong>');
news[50] = new newsStory(72860,'<p><strong>SHOPPING CENTRE MARKETING</strong></p>');
news[51] = new newsStory(72858,'<p><strong>EVENTS</strong></p>');
news[52] = new newsStory(71188,'<p><strong>CORPORATE EVENTS</strong></p>');
news[53] = new newsStory(71185,'<p><strong>LANCASHIRE MAGAZINE - OCTOBER 2008</p></strong>');
news[54] = new newsStory(68433,'<p><strong>LANCASHIRE MAGAZINE - SEPTEMBER 2008</p></strong>');
news[55] = new newsStory(68435,'<p><strong>LANCASHIRE MAGAZINE - SEPTEMBER 2008</p></strong>');
news[56] = new newsStory(65506,'<p><strong>LANCASHIRE MAGAZINE - AUGUST 2008</p></strong>');
news[57] = new newsStory(64098,'<p><strong>MAGAZINE COVERS</p></strong>');
news[58] = new newsStory(61848,'<p><strong>LANCASHIRE MAGAZINE - JULY 2008</p></strong>');
news[59] = new newsStory(61854,'<p><strong>LANCASHIRE MAGAZINE - JULY 2008</p></strong>');
news[60] = new newsStory(58989,'<p><strong>LANCASHIRE MAGAZINE - JUNE 2008</p></strong>');
news[61] = new newsStory(56255,'<p><strong>LANCASHIRE MAGAZINE - MAY 2008</p></strong>');
news[62] = new newsStory(56244,'<p><strong>LANCASHIRE LIFE - MAY 2008</p></strong>');
news[63] = new newsStory(54842,'<p><strong>CORPORATE PUBLICATIONS</p></strong>');
news[64] = new newsStory(52777,'<p><strong>LANCASHIRE MAGAZINE - APRIL 2008</p></strong>');
news[65] = new newsStory(51677,'<p><strong>SHOPPING</p></strong>');
news[66] = new newsStory(49642,'<p><strong>LANCASHIRE MAGAZINE - MARCH 2008</p></strong>');
news[67] = new newsStory(47111,'<p><strong>MARKETING</strong></p>');
news[68] = new newsStory(44215,'<p><strong>LANCASHIRE MAGAZINE - JANUARY 2008</p></strong>');
news[69] = new newsStory(40033,'<p><strong>SUPERB PHOTOGRAPHY AT AFFORDABLE PRICES</strong></p> ');
news[70] = new newsStory(44209,'<p><strong>TOURISM</p></strong>');
news[71] = new newsStory(43094,'<p><strong>LANCASHIRE LIFE - DECEMBER 2007</p></strong>');
news[72] = new newsStory(39825,'<p><strong>LANCASHIRE LIFE - NOVEMBER 2007</p></strong>');
news[73] = new newsStory(39822,'<p><strong>LANCASHIRE MAGAZINE - NOVEMBER 2007</p></strong>');
news[74] = new newsStory(34606,'<p><strong>LANCASHIRE MAGAZINE - SEPTEMBER 2007</p></strong>');
news[75] = new newsStory(34601,'<p><strong>LANCASHIRE LIFE - SEPTEMBER 2007</p></strong>');
news[76] = new newsStory(31082,'<p><strong>LANCASHIRE MAGAZINE - JULY 2007</p></strong>');
news[77] = new newsStory(27635,'<p><strong>Lancashire Life - June 2007</strong></p>');
news[78] = new newsStory(27387,'<p><strong>ROYAL PHOTOGRAPHIC SOCIETY</p></strong>');
news[79] = new newsStory(25615,'<p><strong>Lancashire Magazine - May 2007</p></strong>');
news[80] = new newsStory(22464,'<p><strong>Lancashire Life - April 2007</p></strong>');
news[81] = new newsStory(20584,'<p><strong>Lancashire Magazine - March 2007</strong></p>');
news[82] = new newsStory(43097,'<p><strong>SHOPPING</p></strong>');
news[83] = new newsStory(16301,'<p><strong>WEB SITE IMAGES</strong></p>');
news[84] = new newsStory(16085,'<p><strong>MAGAZINE COVERS</p></strong>');
news[85] = new newsStory(16084,'<p><strong>CORPORATE PUBLICATIONS</p></strong>');
news[86] = new newsStory(16300,'<p><strong>Lancashire Magazine - January 2007</p></strong>');
news[87] = new newsStory(16298,'<p><strong>LANCASHIRE LIFE - NOVEMBER 2006</strong></p> ');
news[88] = new newsStory(16067,'<p><strong>LANCASHIRE LIFE - FEBRUARY 2006</p></strong>');
news[89] = new newsStory(16299,'<p><strong>LANCASHIRE LIFE</strong></p>');
news[90] = new newsStory(16680,'<p><strong>July 2006 - \'Magical history tour\'</strong></p>');
news[91] = new newsStory(16086,'<p><strong>PHOTOGRAPHIC ALLIANCE OF GREAT BRITAIN</p></strong>');
news[92] = new newsStory(16077,'<p><strong>March 2006 - \'A world beneath the water\'</p></strong>');
news[93] = new newsStory(15944,'<p><strong>October 2005 - Hail fell, well met\'</p></strong>');
news[94] = new newsStory(15943,'<p><strong>September 2005 - \'Corporation Pop\'</p></strong>');
news[95] = new newsStory(15942,'<p><strong>Wrea Green Field Day</p></strong> ');
news[96] = new newsStory(15941,'<p><strong>June 2005 - \'Poppy Appeal\'</strong></p>');
news[97] = new newsStory(15047,'<p><strong>March 2005 - \'Taking Stock\'</strong></p>');
news[98] = new newsStory(16083,'<p><strong>Thwaites Brewery</strong></p>');


