 
	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 = '20207717';
		 anext["20207717"] = new next_obj('20206354','Mike Myers: Man of mystery','/ew/article/0,,20192175_20192181_20206354,00.html','06/12/2008 03:00PM');
		 anext["20206354"] = new next_obj('20205854','Angelina Jolie: A candid Q&A','/ew/article/0,,20192175_20192181_20205854,00.html','06/11/2008 12:00PM');
		 anext["20205854"] = new next_obj('20206272','Olivia Thirlby: Life after \'Juno\'','/ew/article/0,,20192175_20192181_20206272,00.html','06/13/2008 10:00AM');
		 anext["20206272"] = new next_obj('20205754','M. Night Shyamalan\'s \'Lady\' love','/ew/article/0,,20192175_20192181_20205754,00.html','06/10/2008 09:00PM');
		 anext["20205754"] = new next_obj('20204672','Dwayne Johnson gets \'Smart\'','/ew/article/0,,20192175_20192181_20204672,00.html','06/05/2008 02:00PM');
		 anext["20204672"] = new next_obj('20192918','Harrison Ford talks Indy 4!','/ew/article/0,,20192175_20192181_20192918,00.html','04/18/2008 01:00PM');
		 anext["20192918"] = new next_obj('20192973','Summer movies: 6 fearless predictions','/ew/article/0,,20192175_20192181_20192973,00.html','04/18/2008 03:00PM');
		 anext["20192973"] = new next_obj('20194235','James Franco talks Apatow, Funny or Die','/ew/article/0,,20192175_20192181_20194235,00.html','04/22/2008 05:00PM');
		 anext["20194235"] = new next_obj('20192043','\'Indiana Jones\': The Untold Story','/ew/article/0,,20192175_20192181_20192043,00.html','04/16/2008 06:00PM');
		 anext["20192043"] = new next_obj('20192634','\'Iron Man\': The inside story','/ew/article/0,,20192175_20192181_20192634,00.html','04/17/2008 05:00PM');
		 anext["20192634"] = new next_obj('20192040','Spielberg & Lucas: The titans talk!','/ew/article/0,,20192175_20192181_20192040,00.html','04/16/2008 06:00PM');
		 anext["20192040"] = new next_obj('20183746','Indiana Jones: 15 Fun Facts','/ew/article/0,,20192175_20192181_20183746,00.html','03/12/2008 05:40PM');
		 anext["20183746"] = new next_obj('20176757','The next \'\'Sex and the City\'\'?','/ew/article/0,,20192175_20192181_20176757,00.html','02/08/2008 10:00AM');
		 anext["20176757"] = new next_obj('20191802','New \'Hulk\': behind-the-scenes drama','/ew/article/0,,20192175_20192181_20191802,00.html','04/16/2008 10:00AM');
		 anext["20191802"] = new next_obj('20184842','George Lucas\' \'Star Wars\' plan','/ew/article/0,,20192175_20192181_20184842,00.html','03/17/2008 05:00PM');
		 anext["20184842"] = new next_obj('20186639','\'Speed Racer\': Wachowskis in \'toon','/ew/article/0,,20192175_20192181_20186639,00.html','03/28/2008 10:00AM');
		 anext["20186639"] = new next_obj('20184780','Christian Bale: More \'Batman\'?','/ew/article/0,,20192175_20192181_20184780,00.html','03/17/2008 03:10PM');
		 anext["20184780"] = new next_obj('20184781','Batman director: My responsibility to Heath Ledger','/ew/article/0,,20192175_20192181_20184781,00.html','03/17/2008 03:10PM');
		 anext["20184781"] = new next_obj('20182058','First Look: Stiller\'s new movie','/ew/article/0,,20192175_20192181_20182058,00.html','03/05/2008 07:00AM');
		 anext["20182058"] = new next_obj('20173197','Heath Ledger: 1979-2008','/ew/article/0,,20192175_20192181_20173197,00.html','01/23/2008 06:00AM');
		 anext["20173197"] = new next_obj('20174829','Heath Ledger: The uncertain aftermath','/ew/article/0,,20192175_20192181_20174829,00.html','01/30/2008 07:00AM');
		 anext["20174829"] = new next_obj('20172909','Sundance Q&A: Cast of \'\'American Teen\'\'','/ew/article/0,,20192175_20192181_20172909,00.html','01/21/2008 06:00PM');
		 anext["20172909"] = new next_obj('20173867','Sundance Q&A: The cast of \'\'Hamlet 2\'\'','/ew/article/0,,20192175_20192181_20173867,00.html','01/25/2008 12:00PM');
		 anext["20173867"] = new next_obj('20207717','\'Get Smart\': On the red carpet','/ew/article/0,,20192175_20192181_20207717,00.html','06/18/2008 07:00PM');
		 








