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(212580,'US Filming on the Sunshine Skyway ');
news[1] = new newsStory(212185,'Release date for the US \'Inspired Lighting\' videos');
news[2] = new newsStory(211606,'Ford Mustang V6 Shoot in the US');
news[3] = new newsStory(210443,'Aston Martin - Vantage Campaign');
news[4] = new newsStory(210438,'Pro Interview Feature in Malaysia');
news[5] = new newsStory(209441,'Aston Martin Car Photography - Classic Design Campaign');
news[6] = new newsStory(208508,'Beijing Eye represents Wallace in China');
news[7] = new newsStory(208506,'Welcome to new client Winning Formulas');
news[8] = new newsStory(205995,'2011 - What a year!');
news[9] = new newsStory(204204,'New Client Beamish Morgan Launches site');
news[10] = new newsStory(204187,'Car Photographer Tim Wallace displays at the China International Car Show ');
news[11] = new newsStory(203625,'2011 Inspired UK Tour Ends on a high note in Bristol');
news[12] = new newsStory(203566,'Aston 2012 Calendar Worldwide');
news[13] = new newsStory(203624,'Aston Martin DB9 the UK\'s Ultimate Dream Car...');
news[14] = new newsStory(202182,'Jaguar Pro Live Shoot Master Class with Tim Wallace ');
news[15] = new newsStory(202181,'UK Inspired Business Seminar Scotland');
news[16] = new newsStory(200904,'Jaguar XK140 Classic Car Shoot');
news[17] = new newsStory(200808,'Inspired Business Tour Birmingham');
news[18] = new newsStory(200499,'US Filming with Kelby in Tampa is a huge success');
news[19] = new newsStory(200500,'Live Interview in the US on Kelby TV with Tim Wallace');
news[20] = new newsStory(198349,'UK Car Manufacturer Photographer of the Year Awards');
news[21] = new newsStory(198348,'US Inspired Miami Special ');
news[22] = new newsStory(197751,'Ambient Life travels Stateside for some Inspired Filming with Kelby Training');
news[23] = new newsStory(197753,'Scotland gets Inspired as the Business Seminars head North');
news[24] = new newsStory(197750,'Jaguar Campaign Shoot for 2012');
news[25] = new newsStory(197086,'Work completed on the Aston Calendar for 2012');
news[26] = new newsStory(197097,'Manchester Inspired Business Seminar');
news[27] = new newsStory(197096,'Jaguar Classic Advertising moves into 2012');
news[28] = new newsStory(195929,'New Aston Martin Media online');
news[29] = new newsStory(195924,'Belgium Seminar at Zolder is a big success');
news[30] = new newsStory(195914,'V8 Vantage Shoot for Aston');
news[31] = new newsStory(193348,'Inspired Zolder F1 seminar sells out');
news[32] = new newsStory(193345,'Welcome to new client \'Eleanor Car Hire\'');
news[33] = new newsStory(192743,'Ferrari Dino 246 GT Shoot');
news[34] = new newsStory(192740,'Mercedes S500 Shoot');
news[35] = new newsStory(192732,'Bike and Triumph \'Legends\' Shoot');
news[36] = new newsStory(190691,'Jaguar Seminar Announced');
news[37] = new newsStory(179462,'Cutting Edge Feature in DLSR Photographer Magazine');
news[38] = new newsStory(180350,'Maserati Gran Turismo shoot');
news[39] = new newsStory(177947,'Mercedes Benz Commercial Parts Campaign ');
news[40] = new newsStory(182356,'Land Rover 2 day Pro Seminar is a great success');
news[41] = new newsStory(187512,'Shelby GT500 Shoot in Southern Ireland');
news[42] = new newsStory(182351,'Welcome to new client AVN ');
news[43] = new newsStory(180351,'Bentley Brooklands Sales Shoot');
news[44] = new newsStory(179466,'Major Swiss project shoot and location work completed');
news[45] = new newsStory(178000,'Land Rover Go Beyond 2011 Project Media ');
news[46] = new newsStory(177945,'Hasselblad Photographers from Around the World');
news[47] = new newsStory(177341,'Tim is invited to speak for the BIPP ');
news[48] = new newsStory(177336,'Largest Photography Blog in the US \'fstoppers\' feature');
news[49] = new newsStory(177334,'Tim picks up award in Hasselblad Masters Awards ');
news[50] = new newsStory(177216,'Aston Martin DB4 work is a success at the German Essen Motor Show');
news[51] = new newsStory(176782,'Land Rover 3 day Commercial Shoot at Gaydon and Solihull');
news[52] = new newsStory(176777,'NFT Logistics Shoot for Carrier Awards');
news[53] = new newsStory(175813,'Welcome to new client Pernod Ricard and Glenlivet.');
news[54] = new newsStory(174979,'Tim picks up International Advertising Photographer of the Year In London Awards');
news[55] = new newsStory(174976,'Jaguar Classic Campaign Launches');
news[56] = new newsStory(173999,'Welcome to new clients UTAX and High Performance Germany GmbH');
news[57] = new newsStory(173452,'2011 Focus EXPO at NEC with Tim Wallace');
news[58] = new newsStory(173448,'Welcome to new client Freshlinc Ltd');
news[59] = new newsStory(173143,'Welcome to new client LightMap Ltd');
news[60] = new newsStory(171643,'Ambient Life win Best New Creative Business Award');
news[61] = new newsStory(171623,'Nikon UK \'Inspiration Included\' talks with Tim Wallace');
news[62] = new newsStory(171610,'Royal Photographic Society UK Promotion');
news[63] = new newsStory(170067,'Morgan Germany Feature on Photographer Tim Wallace');
news[64] = new newsStory(168210,'Tim wins the EEF Motor Industry Photograph of the Year');
news[65] = new newsStory(168199,'\'Inspiration Included\' Limited Edition Prints available');
news[66] = new newsStory(168196,'2011 Pro Book is Launched for Art Buyers, Agents and Clients');
news[67] = new newsStory(168195,'Aston Martin 2011 Calendar is a sell out success!');
news[68] = new newsStory(166372,'BBC Interview with Photographer Tim Wallace');
news[69] = new newsStory(166214,'Motor Industry 2010 Awards');
news[70] = new newsStory(164998,'Tim wins Professional Advertising Photographer of the Year 2010');
news[71] = new newsStory(150445,'43 Seconds - The Year that was 2010');
news[72] = new newsStory(164359,'A very Merry Christmas to all our Clients and Friends');
news[73] = new newsStory(163477,'Aston Martin Creative Month');
news[74] = new newsStory(163474,'Best New Business Awards Shortlist');
news[75] = new newsStory(162076,'Shooting with Tim Wallace - Behind the scenes');
news[76] = new newsStory(162018,'The Face of the Royal Society for 2011');
news[77] = new newsStory(162008,'Nikon Pro Book Winter 2010');
news[78] = new newsStory(161832,'Society of Motor Manufacturers Awards');
news[79] = new newsStory(161826,'\'Vantage Freedom\' is shortlisted for Professional Photographer of the Year Award');
news[80] = new newsStory(161814,'Aston Art new editions launched for 2011');
news[81] = new newsStory(160618,'Inspired UK Business Tours Reaches Edinburgh');
news[82] = new newsStory(159726,'Aston Martin DB9 shoot');
news[83] = new newsStory(158993,'Tim Wins Worldwide Hasselblad Photographer of Month');
news[84] = new newsStory(158790,'Bristol \'Inspired 2010\' Photography Business Seminar');
news[85] = new newsStory(158788,'Land Rover 2011 shoot at Gaydon Proving Ground');
news[86] = new newsStory(157985,'Photographer Of The Year 2010 Finals');
news[87] = new newsStory(157238,'N39° 33\' 47  W2° 20\' 43 - Yacht Shoot off Palma');
news[88] = new newsStory(157986,'Welcome to new client Fire Dog Design');
news[89] = new newsStory(157215,'Halewood Land Rover \'Inspired Live Shoot\' is a huge success');
news[90] = new newsStory(155652,'Tim wins Hasselblad Photographer of the Month');
news[91] = new newsStory(155693,'2011 Torque Calendar for Allan & Bertram Completed');
news[92] = new newsStory(111383,'\'Plan B\' new stock photography service launched');
news[93] = new newsStory(155695,'Aston 2011 Parts Calendar Completed');
news[94] = new newsStory(155694,'Manchester gets \'Inspired\' ');
news[95] = new newsStory(153272,'Morgan Eva GT shoot ');
news[96] = new newsStory(153270,'Inspired Scotland');
news[97] = new newsStory(152312,'2010 Tour starts in Central London ');
news[98] = new newsStory(151319,'Aston Martin Enginology');
news[99] = new newsStory(150918,'AVA Book Launch');
news[100] = new newsStory(150126,'Hasselblad Behind the Scenes Video of Morgan 2010 Event');
news[101] = new newsStory(150073,'Eva GT Project with Morgan');
news[102] = new newsStory(149306,'In the Dark with the V8 Vantage ');
news[103] = new newsStory(148841,'Welcome to new client \'Jaguar Classic Parts\' and Chase Marketing');
news[104] = new newsStory(139137,'Alistair Griffin shoot with new client \'The Better Brand Agency\'');
news[105] = new newsStory(147983,'Aston Martin DB7 Vantage Shoot');
news[106] = new newsStory(147985,'On Location with the Infamous Lamborghini Murcielago');
news[107] = new newsStory(147088,'Aston Martin DB9 Shoot');
news[108] = new newsStory(146396,'Morgan \'Live Shoot\' Event 2010');
news[109] = new newsStory(146384,'Photokina 2010');
news[110] = new newsStory(145926,'Luxury yatch project and exciting new horizons');
news[111] = new newsStory(144653,'Commercial Photography Project for NFT Ltd');
news[112] = new newsStory(143639,'Seminar Spotlight - Calumet Focus Magazine');
news[113] = new newsStory(115947,'Aston launch new Enhancements Brochure');
news[114] = new newsStory(143503,'Pro Book 2010');
news[115] = new newsStory(143197,'EvaGT revealed and is to be shot by Tim Wallace');
news[116] = new newsStory(143189,'Welcome to new client SMMT');
news[117] = new newsStory(142510,'Super Sport Shoot');
news[118] = new newsStory(141720,'Morgan 2010 Projects and new brochures launched');
news[119] = new newsStory(141719,'Nixon location shoot');
news[120] = new newsStory(140775,'UK Leisure marketing campaign');
news[121] = new newsStory(140770,'Superior launch their UK campaign');
news[122] = new newsStory(140045,'Morgan Corporate Advertising and the Milan Design Show');
news[123] = new newsStory(140043,'Inspired Heart Exhibition in Moscow is a huge success');
news[124] = new newsStory(139401,'Photo PRO Magazine News');
news[125] = new newsStory(138183,'Ambient Life welcomes new client Polished Bliss');
news[126] = new newsStory(138179,'New Online Marketing Portfolio Pro Book is launched');
news[127] = new newsStory(137273,'Hasselblad promote Morgan Special Event with Tim Wallace');
news[128] = new newsStory(138177,'Glyn Dewis interviews Tim Wallace');
news[129] = new newsStory(136147,'Land Rover UK Event a huge success');
news[130] = new newsStory(133532,'Victor Magazine Feature ');
news[131] = new newsStory(133758,'\'Inspired Heart\' Charity Exhibition - Moscow ');
news[132] = new newsStory(135168,'New \'Commercial\' Based Pro Book now available online');
news[133] = new newsStory(132893,'Morgan begin International Advertising Campaign');
news[134] = new newsStory(132681,'2010 Tour Dates Announced');
news[135] = new newsStory(132683,'Welcome to new client Hartlepool Bay Developments');
news[136] = new newsStory(132686,'Welcome to new client Office and Leisure Supplies UK');
news[137] = new newsStory(131531,'Audi in California launches new dealership Photography');
news[138] = new newsStory(131352,'Welcome to new client Allan & Bertram');
news[139] = new newsStory(131340,'Hasselblad Portfolio Launches');
news[140] = new newsStory(131339,'Motor Sport Photographers Feature');
news[141] = new newsStory(156303,'PhotoPro Magazine Interview with Tim Wallace');
news[142] = new newsStory(130088,'Morgan Launch new Roadster Sport at Geneva');
news[143] = new newsStory(129299,'Victor Magazine Interview - Hamburg');
news[144] = new newsStory(127202,'Special Centenary Morgan Event Announced.');
news[145] = new newsStory(127190,'Welcome to new US client, Vertis Communications');
news[146] = new newsStory(127185,'Welcome to new US client, Performance BMW');
news[147] = new newsStory(126599,'Welcome to new client The Morgan Motor Company');
news[148] = new newsStory(124086,'Word Press Site Launch');
news[149] = new newsStory(122821,'2010 Photography Seminars dates announced');
news[150] = new newsStory(120973,'2010 Hasselblad \'Getting Down to Details\' Campaign launches');
news[151] = new newsStory(113477,'New High Definition Media');
news[152] = new newsStory(119025,'Car and Commercial Syndicated Stock Photography Feature');
news[153] = new newsStory(119178,'2010 Mercedes Commercial Calendar Completed');
news[154] = new newsStory(113304,'Hasselblad and AMOC 2010 Project ');
news[155] = new newsStory(119753,'Tim wins 2nd place in Photographer of Year Competition');
news[156] = new newsStory(74861,'Norway - Getting the Shot...    ');
news[157] = new newsStory(117854,'Welcome to new client \'Polished Bliss\'');
news[158] = new newsStory(115918,'Little Miss Innocent Project Completed');
news[159] = new newsStory(116508,'Welcome to new client Nixon ');
news[160] = new newsStory(116505,'Grocer shoot for NFT');
news[161] = new newsStory(119029,'Photographer of the Year Exhibition in London');
news[162] = new newsStory(116501,'Aston launch new \'Legend\' Series car photography by Tim Wallace');
news[163] = new newsStory(115935,'Seminar in Liverpool for Calumet');
news[164] = new newsStory(115939,'Welcome to new client \'RGB Technology\'');
news[165] = new newsStory(115001,'Land Rover Seminar with Hasselblad is a winner');
news[166] = new newsStory(114992,'Welcome to new client \'Superior Catering\'');
news[167] = new newsStory(114999,'NFT Calendar completed for 2010');
news[168] = new newsStory(114995,'Welcome to new client \'Australian Accident Management Commercial\'');
news[169] = new newsStory(117529,'Tim enters final for Photographer of the Year 2009');
news[170] = new newsStory(113345,'Aston Martin DB9 - New Media Show');
news[171] = new newsStory(113316,'New Commercial Photography Sample goes live');
news[172] = new newsStory(113116,'Welcome to new client \'Detailed Marques\'');
news[173] = new newsStory(108258,'2010 Aston calendar project nears completion');
news[174] = new newsStory(111689,'Ambient Life welcomes new client \'Buddy\' of Sweden');
news[175] = new newsStory(111380,'Commercial Portfolio updates goes live');
news[176] = new newsStory(110690,'Ambient Life welcomes new client Purple Marketing');
news[177] = new newsStory(110686,'Swiss Lighting Giant Showcase Tim\'s work ');
news[178] = new newsStory(110689,'Photoshop Guru Scott Kelby bigs up the Ambient Life');
news[179] = new newsStory(110682,'Join us on Facebook');
news[180] = new newsStory(109866,'Aston Martin One-77 project shoot at Gaydon Design Centre');
news[181] = new newsStory(108254,'Building Dreams');
news[182] = new newsStory(104239,'\'Fashion Kills\' - Project shoot for Hasselblad');
news[183] = new newsStory(107295,'Enginology Campaign Completed');
news[184] = new newsStory(106788,'Ambient Life welcomes new client Faircount Publishing');
news[185] = new newsStory(106617,'Land Rover \'Live Shoot\' sells out!');
news[186] = new newsStory(106790,'Morgan - The classic English sports car');
news[187] = new newsStory(106799,'Ambient Life in talks with Corona Films ');
news[188] = new newsStory(105722,'Northern lad in the big city');
news[189] = new newsStory(106787,'Aston Martin Poster Collection now on offer');
news[190] = new newsStory(102444,'The Ron Martinsen Interview in the US');
news[191] = new newsStory(105730,'Jomast launch new Wynyard site');
news[192] = new newsStory(104244,'Practical Performance Car - The Scottish Shoot');
news[193] = new newsStory(101969,'UK Tour visits Manchester with Photographer Tim Wallace');
news[194] = new newsStory(101563,'Land Rover Seminars selling out quickly');
news[195] = new newsStory(101565,'Quintessentially Wynyard');
news[196] = new newsStory(101571,'Aston Brochure shoot with Hasselblad H3 DII');
news[197] = new newsStory(101568,'100 not out!');
news[198] = new newsStory(100747,'To Russia with Love');
news[199] = new newsStory(99874,'2009 Aston upgrades project underway');
news[200] = new newsStory(99338,'Ambient Life welcomes new client NFT');
news[201] = new newsStory(98523,'Welcome to new clients Jomast and Wynyard Gold Club');
news[202] = new newsStory(97814,'Aston Martin Charity Event announced with Royal Navy');
news[203] = new newsStory(88365,'Tim receives Photographer of the Year Award');
news[204] = new newsStory(96814,'Tim talks to the British Institute of Professional Photographers');
news[205] = new newsStory(96687,'Welcome to new client \'Classics Monthly\' magazine');
news[206] = new newsStory(95768,'Dates announced for the \'go beyond\' live events with Land Rover at Halewood');
news[207] = new newsStory(95007,'Date released for Jaguar Car Photographic Seminar with Tim Wallace');
news[208] = new newsStory(94165,'Dates announced today for the UK \'Inspired\' tour 2009');
news[209] = new newsStory(93749,'Welcome to new client Digitalab');
news[210] = new newsStory(91077,'Pro Talk - The Ephotozine Interview');
news[211] = new newsStory(91081,'Auction Raises £3000 for London gallery project');
news[212] = new newsStory(90203,'We welcome Visualsoft UK Ltd this week as a new client.');
news[213] = new newsStory(89739,'\'If We Can You Can\' Challenge 2009');
news[214] = new newsStory(89734,'Ambient Life welcome new client \'Practical Performance Car\' Magazine');
news[215] = new newsStory(88925,'2009 Virtual Client Portfolio Launched');
news[216] = new newsStory(88876,'Art Evolution Artist of the Month');
news[217] = new newsStory(86095,'HASSELBLAD - A union in the pursuit of perfection');
news[218] = new newsStory(86094,'BIPP Professional Photography Seminar ');
news[219] = new newsStory(101153,'Elinchrom Swiss feature the work of Tim Wallace');
news[220] = new newsStory(86986,'Tim\'s creative work reaches final for 2 major UK awards');
news[221] = new newsStory(82478,'Mercedes 2009 Parts Calendar');
news[222] = new newsStory(81562,'Aston Art enjoys record sales');
news[223] = new newsStory(81478,'Vitesse Year Book Launch');
news[224] = new newsStory(84282,'Professional Photographer of the Year Award');
news[225] = new newsStory(80580,'US Photography giant Scott Kelby speaks to Tim Wallace');
news[226] = new newsStory(79254,'Dancing with the Dragon');
news[227] = new newsStory(78562,'Ambient Life announced in final 3 for Business Awards');
news[228] = new newsStory(74773,'Photographer Spotlight - US');
news[229] = new newsStory(76550,'Ambient Life welcomes new client ICE Marketing');
news[230] = new newsStory(77620,'Aston 2009 Calendar receives great reviews');
news[231] = new newsStory(76608,'Elements and Steel - UK Photography Seminars with Jaguar');
news[232] = new newsStory(74781,'Car Photographer Feature - Focus magazine');
news[233] = new newsStory(71943,'What Digital Camera Feature');
news[234] = new newsStory(72883,'Digital SLR Photography Interview with Tim Wallace');
news[235] = new newsStory(75707,'Pro Seminar held at Jaguar Centre in UK');
news[236] = new newsStory(74605,'The ultimate car from Aston Martin?');
news[237] = new newsStory(73525,'2009 Aston Calendar Now Available on Pre Order');
news[238] = new newsStory(73753,'LowePro Advert November 08');
news[239] = new newsStory(65950,'CB9 Business Magazine');
news[240] = new newsStory(72886,'First Seminar for Jaguar is a huge success');
news[241] = new newsStory(67099,'Industry first with Jaguar UK');
news[242] = new newsStory(71151,'2009 Aston Calendar - Launching soon');
news[243] = new newsStory(71142,'Aston Gallery Art site gets a boost');
news[244] = new newsStory(69548,'Vitesse Photography makes an impact');
news[245] = new newsStory(69547,'New client welcome to Dodds Catering');
news[246] = new newsStory(70711,'New York\'s Scott Kellogg takes an Ambient view of life');
news[247] = new newsStory(65616,'Shooting starts with new client Vitesse Supercars');
news[248] = new newsStory(66066,'October and November seminars announced for Jaguar');
news[249] = new newsStory(65615,'New client welcome to London based Bentley Chauffeur Services');
news[250] = new newsStory(63720,'New client welcome to Vitesse Supercars');
news[251] = new newsStory(57720,'2008 Royal Photographic Society Distinction Award for Photographer Tim Wallace');
news[252] = new newsStory(65614,'Aston sales get a boost with enquires go up 34%...');
news[253] = new newsStory(54962,'Super Mini hits the streets');
news[254] = new newsStory(60417,'Scott Kelby Gets Inspired');
news[255] = new newsStory(60678,'Meeting Aston Martin Design Director Marek Reichman');
news[256] = new newsStory(62839,'Kenwood US Launches extension to 2008 Ad Campaign');
news[257] = new newsStory(58910,'Royal Photographic Society Display work by Tim Wallace');
news[258] = new newsStory(58833,'Aston Martin Vanquish Presentation');
news[259] = new newsStory(59705,'Lotus Dawn - Car Photography Feature');
news[260] = new newsStory(53972,'Ambient Life Welcomes PMP as a new client this week.');
news[261] = new newsStory(52615,'Ambient Life welcomes Culina as a new Client this week');
news[262] = new newsStory(50839,'Elinchrom award Tim coverage in their famous Elinca Gallery');
news[263] = new newsStory(49757,'Own your piece of Aston Martin Heritage');
news[264] = new newsStory(48605,'Digital Camera Feature - March 2008');
news[265] = new newsStory(49822,'US Client Kenwood Campaign');
news[266] = new newsStory(25073,'Commercial and Corporate Advertising Commissions');
news[267] = new newsStory(25273,'Syndication - High Quality Stock Photography');


