 
	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 = '20168259';
		 anext["20168259"] = new next_obj('20163026','Juno','/ew/article/0,,20166944_20167195_20163026,00.html','11/28/2007 05:00PM');
		 anext["20163026"] = new next_obj('20158940','No Country for Old Men','/ew/article/0,,20166944_20167195_20158940,00.html','11/07/2007 03:00PM');
		 anext["20158940"] = new next_obj('20173563','4 Months, 3 Weeks and 2 Days','/ew/article/0,,20166944_20167195_20173563,00.html','01/25/2008 10:00AM');
		 anext["20173563"] = new next_obj('20175071','U2 3D','/ew/article/0,,20166944_20167195_20175071,00.html','01/30/2008 07:00PM');
		 anext["20175071"] = new next_obj('20173561','Woman on the Beach','/ew/article/0,,20166944_20167195_20173561,00.html','01/25/2008 10:00AM');
		 anext["20173561"] = new next_obj('20172136','Taxi to the Dark Side','/ew/article/0,,20166944_20167195_20172136,00.html','01/16/2008 07:00PM');
		 anext["20172136"] = new next_obj('20172267','Beaufort','/ew/article/0,,20166944_20167195_20172267,00.html','01/17/2008 01:00PM');
		 anext["20172267"] = new next_obj('20170206','Persepolis','/ew/article/0,,20166944_20167195_20170206,00.html','01/09/2008 04:15PM');
		 anext["20170206"] = new next_obj('20155937','Bee Movie','/ew/article/0,,20166944_20167195_20155937,00.html','10/31/2007 12:00PM');
		 anext["20155937"] = new next_obj('20161964','I\'m Not There','/ew/article/0,,20166944_20167195_20161964,00.html','11/21/2007 12:00PM');
		 anext["20161964"] = new next_obj('20153893','Dan in Real Life','/ew/article/0,,20166944_20167195_20153893,00.html','10/24/2007 01:00PM');
		 anext["20153893"] = new next_obj('20163021','The Diving Bell and the Butterfly','/ew/article/0,,20166944_20167195_20163021,00.html','11/28/2007 05:00PM');
		 anext["20163021"] = new next_obj('20161966','The Savages','/ew/article/0,,20166944_20167195_20161966,00.html','11/21/2007 12:00PM');
		 anext["20161966"] = new next_obj('20160202','Margot at the Wedding','/ew/article/0,,20166944_20167195_20160202,00.html','11/14/2007 07:00PM');
		 anext["20160202"] = new next_obj('20152828','Reservation Road','/ew/article/0,,20166944_20167195_20152828,00.html','10/17/2007 01:00PM');
		 anext["20152828"] = new next_obj('20158931','Pete Seeger: The Power of Song','/ew/article/0,,20166944_20167195_20158931,00.html','11/07/2007 02:55PM');
		 anext["20158931"] = new next_obj('20164496','Oswald\'s Ghost','/ew/article/0,,20166944_20167195_20164496,00.html','12/05/2007 05:10PM');
		 anext["20164496"] = new next_obj('20162166','The Red Balloon','/ew/article/0,,20166944_20167195_20162166,00.html','11/21/2007 09:00PM');
		 anext["20162166"] = new next_obj('20158937','Diva','/ew/article/0,,20166944_20167195_20158937,00.html','11/07/2007 02:00PM');
		 anext["20158937"] = new next_obj('20168259','There Will Be Blood','/ew/article/0,,20166944_20167195_20168259,00.html','12/26/2007 04:00PM');
		 








