 
	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 = '20040237';
		 anext["20040237"] = new next_obj('20040236','Legally Blonde','/ew/article/0,,20037400_20038185_20040236,00.html','05/25/2007 10:00AM');
		 anext["20040236"] = new next_obj('20016349','Talk Radio','/ew/article/0,,20037400_20038185_20016349,00.html','03/29/2007 02:20PM');
		 anext["20016349"] = new next_obj('1564518','Mary Poppins','/ew/article/0,,20037400_20038185_1564518,00.html','12/01/2006 10:00AM');
		 anext["1564518"] = new next_obj('20016473','Curtains','/ew/article/0,,20037400_20038185_20016473,00.html','03/30/2007 10:00AM');
		 anext["20016473"] = new next_obj('20014484','The Coast of Utopia: Marathon','/ew/article/0,,20037400_20038185_20014484,00.html','03/09/2007 10:00AM');
		 anext["20014484"] = new next_obj('1558174','Grey Gardens','/ew/article/0,,20037400_20038185_1558174,00.html','11/10/2006 07:00PM');
		 anext["1558174"] = new next_obj('20040238','The Color Purple','/ew/article/0,,20037400_20038185_20040238,00.html','05/25/2007 10:00AM');
		 anext["20040238"] = new next_obj('20040240','Deuce','/ew/article/0,,20037400_20038185_20040240,00.html','05/25/2007 10:00AM');
		 anext["20040240"] = new next_obj('20040242','Radio Golf','/ew/article/0,,20037400_20038185_20040242,00.html','05/25/2007 10:00AM');
		 anext["20040242"] = new next_obj('20040239','110 in the Shade','/ew/article/0,,20037400_20038185_20040239,00.html','05/25/2007 10:00AM');
		 anext["20040239"] = new next_obj('20040241','LoveMusik','/ew/article/0,,20037400_20038185_20040241,00.html','05/25/2007 10:00AM');
		 anext["20040241"] = new next_obj('1205723','Spring Awakening','/ew/article/0,,20037400_20038185_1205723,00.html','06/19/2006 03:00PM');
		 anext["1205723"] = new next_obj('20039987','New on CD: \'\'High Fidelity\'\' and Barbara Cook','/ew/article/0,,20037400_20038185_20039987,00.html','05/23/2007 04:00PM');
		 anext["20039987"] = new next_obj('20035865','A Moon for the Misbegotten','/ew/article/0,,20037400_20038185_20035865,00.html','04/20/2007 10:00AM');
		 anext["20035865"] = new next_obj('20035866','Blackbird','/ew/article/0,,20037400_20038185_20035866,00.html','04/20/2007 10:00AM');
		 anext["20035866"] = new next_obj('20035867','Inherit the Wind','/ew/article/0,,20037400_20038185_20035867,00.html','04/20/2007 10:00AM');
		 anext["20035867"] = new next_obj('20035868','The Pirate Queen','/ew/article/0,,20037400_20038185_20035868,00.html','04/20/2007 10:00AM');
		 anext["20035868"] = new next_obj('20036200','The Rose Tattoo','/ew/article/0,,20037400_20038185_20036200,00.html','04/22/2007 03:00PM');
		 anext["20036200"] = new next_obj('20036203','Spalding Gray: Stories Left to Tell','/ew/article/0,,20037400_20038185_20036203,00.html','04/22/2007 03:00PM');
		 anext["20036203"] = new next_obj('20036207','The Heidi Chronicles','/ew/article/0,,20037400_20038185_20036207,00.html','04/22/2007 05:00PM');
		 anext["20036207"] = new next_obj('20016350','Our Leading Lady','/ew/article/0,,20037400_20038185_20016350,00.html','03/29/2007 02:00PM');
		 anext["20016350"] = new next_obj('1564512','The Vertical Hour','/ew/article/0,,20037400_20038185_1564512,00.html','12/01/2006 10:00AM');
		 anext["1564512"] = new next_obj('1564515','The Little Dog Laughed','/ew/article/0,,20037400_20038185_1564515,00.html','12/01/2006 10:00AM');
		 anext["1564515"] = new next_obj('20016472','The Year of Magical Thinking','/ew/article/0,,20037400_20038185_20016472,00.html','03/30/2007 10:00AM');
		 anext["20016472"] = new next_obj('1564516','Company','/ew/article/0,,20037400_20038185_1564516,00.html','12/01/2006 10:00AM');
		 anext["1564516"] = new next_obj('20014548','Equus','/ew/article/0,,20037400_20038185_20014548,00.html','03/09/2007 10:00AM');
		 anext["20014548"] = new next_obj('20040237','Frost/Nixon','/ew/article/0,,20037400_20038185_20040237,00.html','05/25/2007 10:00AM');
		 








