 
	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 = '20152042';
		 anext["20152042"] = new next_obj('20049809','Damon on fame, fatherhood, \'\'Bourne\'\'','/ew/article/0,,20166944_20166964_20049809,00.html','08/02/2007 09:50PM');
		 anext["20049809"] = new next_obj('20157948','\'\'Juno\'\' makes ex-stripper a Hollywood A-Lister','/ew/article/0,,20166944_20166964_20157948,00.html','11/02/2007 01:40PM');
		 anext["20157948"] = new next_obj('20154204','Spotlight on Juliette Binoche','/ew/article/0,,20166944_20166964_20154204,00.html','10/26/2007 10:00AM');
		 anext["20154204"] = new next_obj('20163393','Todd Haynes on Dylan film','/ew/article/0,,20166944_20166964_20163393,00.html','11/29/2007 05:00PM');
		 anext["20163393"] = new next_obj('20043277','Brad Bird cooks up \'\'Ratatouille\'\'','/ew/article/0,,20166944_20166964_20043277,00.html','06/21/2007 11:00AM');
		 anext["20043277"] = new next_obj('20040352','A probing Q&A with Michael Moore','/ew/article/0,,20166944_20166964_20040352,00.html','05/25/2007 01:00PM');
		 anext["20040352"] = new next_obj('20050904','\'\'Superbad\'\': EW\'s raucous roundtable, part 1','/ew/article/0,,20166944_20166964_20050904,00.html','08/09/2007 07:00PM');
		 anext["20050904"] = new next_obj('20051188','\'\'Superbad\'\': EW\'s raucous roundtable, part 2','/ew/article/0,,20166944_20166964_20051188,00.html','08/10/2007 01:00PM');
		 anext["20051188"] = new next_obj('20051497','\'\'Superbad\'\': a raucous roundtable, part 3','/ew/article/0,,20166944_20166964_20051497,00.html','08/13/2007 06:00PM');
		 anext["20051497"] = new next_obj('20156416','Mr and Mrs. Noah Baumbach invite you to their \'\'Wedding\'\'','/ew/article/0,,20166944_20166964_20156416,00.html','11/01/2007 05:00PM');
		 anext["20156416"] = new next_obj('20156019','Jerry Seinfeld buzzes about \'\'Bee Movie\'\'','/ew/article/0,,20166944_20166964_20156019,00.html','10/31/2007 05:00PM');
		 anext["20156019"] = new next_obj('20163305','Director\'s Chair: Julian Schnabel','/ew/article/0,,20166944_20166964_20163305,00.html','11/30/2007 10:00AM');
		 anext["20163305"] = new next_obj('20053426','\'\'Once\'\' star Glen Hansard gets personal','/ew/article/0,,20166944_20166964_20053426,00.html','08/27/2007 03:00PM');
		 anext["20053426"] = new next_obj('20162375','Director\'s Chair: Tamara Jenkins','/ew/article/0,,20166944_20166964_20162375,00.html','11/23/2007 10:00AM');
		 anext["20162375"] = new next_obj('20162450','Spotlight on Laura Linney','/ew/article/0,,20166944_20166964_20162450,00.html','11/23/2007 10:00AM');
		 anext["20162450"] = new next_obj('20152042','Spotlight on Josh Brolin','/ew/article/0,,20166944_20166964_20152042,00.html','10/12/2007 10:00AM');
		 








