 
	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 = '20175210';
		 anext["20175210"] = new next_obj('20173570','Groundhog Day -- 15th Anniversary Edition','/ew/article/0,,20166944_20166959_20173570,00.html','01/25/2008 10:00AM');
		 anext["20173570"] = new next_obj('20175211','Slings & Arrows','/ew/article/0,,20166944_20166959_20175211,00.html','02/01/2008 10:00AM');
		 anext["20175211"] = new next_obj('20173572','The Apartment','/ew/article/0,,20166944_20166959_20173572,00.html','01/25/2008 10:00AM');
		 anext["20173572"] = new next_obj('20172364','Payday','/ew/article/0,,20166944_20166959_20172364,00.html','01/18/2008 10:00AM');
		 anext["20172364"] = new next_obj('20170537','When Harry Met Sally...:Collector\'s Edition','/ew/article/0,,20166944_20166959_20170537,00.html','01/11/2008 10:00AM');
		 anext["20170537"] = new next_obj('20166133','Once','/ew/article/0,,20166944_20166959_20166133,00.html','12/14/2007 10:00AM');
		 anext["20166133"] = new next_obj('20166134','Blade Runner: Ultimate Collector\'s Edition','/ew/article/0,,20166944_20166959_20166134,00.html','12/14/2007 10:00AM');
		 anext["20166134"] = new next_obj('20164919','The Bourne Ultimatum','/ew/article/0,,20166944_20166959_20164919,00.html','12/07/2007 10:00AM');
		 anext["20164919"] = new next_obj('20163315','Superbad','/ew/article/0,,20166944_20166959_20163315,00.html','11/30/2007 10:00AM');
		 anext["20163315"] = new next_obj('20163314','Lost (Season 3)','/ew/article/0,,20166944_20166959_20163314,00.html','11/30/2007 10:00AM');
		 anext["20163314"] = new next_obj('20163313','Ford at Fox','/ew/article/0,,20166944_20166959_20163313,00.html','11/30/2007 10:00AM');
		 anext["20163313"] = new next_obj('20155523','Ratatouille','/ew/article/0,,20166944_20166959_20155523,00.html','10/29/2007 03:00PM');
		 anext["20155523"] = new next_obj('20155528','Sicko','/ew/article/0,,20166944_20166959_20155528,00.html','10/29/2007 03:00PM');
		 anext["20155528"] = new next_obj('20158945','Seinfeld: The Complete Series','/ew/article/0,,20166944_20166959_20158945,00.html','11/07/2007 03:30PM');
		 anext["20158945"] = new next_obj('20158953','Chinatown','/ew/article/0,,20166944_20166959_20158953,00.html','11/07/2007 04:00PM');
		 anext["20158953"] = new next_obj('20160360','I Am Cuba','/ew/article/0,,20166944_20166959_20160360,00.html','11/16/2007 10:00AM');
		 anext["20160360"] = new next_obj('20160363','Killer of Sheep','/ew/article/0,,20166944_20166959_20160363,00.html','11/16/2007 10:00AM');
		 anext["20160363"] = new next_obj('20163317','Hearts of Darkness: A Filmmaker\'s Apocalypse','/ew/article/0,,20166944_20166959_20163317,00.html','11/30/2007 10:00AM');
		 anext["20163317"] = new next_obj('20162390','The Lady Vanishes','/ew/article/0,,20166944_20166959_20162390,00.html','11/23/2007 10:00AM');
		 anext["20162390"] = new next_obj('20155520','The Other Side of the Mirror','/ew/article/0,,20166944_20166959_20155520,00.html','10/29/2007 02:00PM');
		 anext["20155520"] = new next_obj('20175210','The King of Kong: A Fistful of Quarters','/ew/article/0,,20166944_20166959_20175210,00.html','02/01/2008 10:00AM');
		 








