 
	var anext = new Array();
	var rnext = new Array();
	function next_obj(article_id,title,link,date){
		 this.article_id=article_id;
		this.link=link;
		 this.title=title;
		 this.date=date;
	}
	
	function get_next_article_link_embedded(jsID,jsType) {
				var nextList = anext;
		var nextString = '';
		if (jsType=="review") {
			nextList = rnext;
			if (nextList[jsID] == null) {
				nextList = anext;
			}
		}  
		

		if (nextList[jsID] != null) {
			var obj = nextList[jsID];
		
			var link = obj.link;
			var title= obj.title;

			var nextString = '<a href="' + link +'">'+ title +'</a>'
		
		} 
		return nextString
		
		
	}
	
	function get_next_article_link(jsID,jsType) {
		var nextList = anext;
		var nextString = '';
		var defaultName = 'firstIdanext';
		if (jsType=="review") {
			nextList = rnext;
			defaultName = 'firstIdrnext'
			if (nextList[jsID] == null) {
				nextList = anext;
			}
		}  
		

		if (nextList[jsID] != null) {
			var obj = nextList[jsID];
		} else {
			var did = eval(defaultName);
			var obj = nextList[did];
		}
			var link = obj.link;
			var title= obj.title;

			var nextString = '<div class="nextlink"><div class="title" title="Next">Next</div> <div class="link"><a href="' + link +'">'+ title +'</a></div><div style="clear:both;"></div></div>';  return nextString
	}
	

var anext = new Array();
		var firstIdanext = '20006410';
		 anext["20006410"] = new next_obj('20051676','Digging up a kinky Italian genre','/ew/article/0,,20171550_20171624_20051676,00.html','08/14/2007 04:00PM');
		 anext["20051676"] = new next_obj('20046700','Eastwood, Travolta...Gazzara?','/ew/article/0,,20171550_20171624_20046700,00.html','07/16/2007 06:00PM');
		 anext["20046700"] = new next_obj('20041665','A \'\'Sucker\'\' for Sergio Leone','/ew/article/0,,20171550_20171624_20041665,00.html','06/07/2007 01:00PM');
		 anext["20041665"] = new next_obj('20038732','Dracula gets Hammered in \'\'A.D. 1972\'\'','/ew/article/0,,20171550_20171624_20038732,00.html','05/11/2007 05:00PM');
		 anext["20038732"] = new next_obj('20037949','\'\'El Topo\'\': Weirdest western of the \'70s?','/ew/article/0,,20171550_20171624_20037949,00.html','05/04/2007 05:15PM');
		 anext["20037949"] = new next_obj('20034492','DVD Insomniac: Lee Marvin\'s \'\'Money\'\' role','/ew/article/0,,20171550_20171624_20034492,00.html','04/11/2007 03:45PM');
		 anext["20034492"] = new next_obj('1554869','Remembering a fascinating documentary: \'\'Marjoe\'\'','/ew/article/0,,20171550_20171624_1554869,00.html','11/03/2006 06:40PM');
		 anext["1554869"] = new next_obj('1549101','A tribute to an underappreciated Peckinpah player','/ew/article/0,,20171550_20171624_1549101,00.html','10/20/2006 05:00PM');
		 anext["1549101"] = new next_obj('1540150','Is Gene Hackman the greatest actor ever?','/ew/article/0,,20171550_20171624_1540150,00.html','09/27/2006 04:00PM');
		 anext["1540150"] = new next_obj('1227650','Chris Nashawaty rediscovers a 70\'s road-rebel gem, \'\'Vanishing Point\'\'','/ew/article/0,,20171550_20171624_1227650,00.html','08/16/2006 03:00PM');
		 anext["1227650"] = new next_obj('1222023','The ultimate movie slob: Walter Matthau','/ew/article/0,,20171550_20171624_1222023,00.html','08/01/2006 06:00PM');
		 anext["1222023"] = new next_obj('1212630','\'\'The Parallax View\'\' and other great Beatty roles','/ew/article/0,,20171550_20171624_1212630,00.html','07/11/2006 03:35PM');
		 anext["1212630"] = new next_obj('1203400','Chris Nashawaty pays tribute to \'\'The Gambler\'\'','/ew/article/0,,20171550_20171624_1203400,00.html','06/13/2006 10:00AM');
		 anext["1203400"] = new next_obj('1201048','Adventures in miscasting: John Wayne in \'\'Brannigan\'\'','/ew/article/0,,20171550_20171624_1201048,00.html','06/05/2006 05:00PM');
		 anext["1201048"] = new next_obj('1199235','Chris Nashawaty on a forgotten anti-Western','/ew/article/0,,20171550_20171624_1199235,00.html','05/30/2006 04:00PM');
		 anext["1199235"] = new next_obj('1196942','Why Roy Scheider deserves his tough-guy props','/ew/article/0,,20171550_20171624_1196942,00.html','05/22/2006 06:00PM');
		 anext["1196942"] = new next_obj('20006410','The best of \'\'The Italian Hitchcock\'\'','/ew/article/0,,20171550_20171624_20006410,00.html','01/04/2007 11:00AM');
		 








