 
	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 = '20039872';
		 anext["20039872"] = new next_obj('20039600','Swashbuckling on the \'\'Pirates\'\' red carpet','/ew/article/0,,20037288_20037290_20039600,00.html','05/21/2007 12:00PM');
		 anext["20039600"] = new next_obj('20038372','\'\'Pirates 3\'\': Depp and his mates aim to outgun \'\'Spidey\'\'','/ew/article/0,,20037288_20037290_20038372,00.html','05/09/2007 05:00PM');
		 anext["20038372"] = new next_obj('1212815','\'\'Pirates\'\': Why Davy Jones looks so amazing','/ew/article/0,,20037288_20037290_1212815,00.html','07/11/2006 07:00PM');
		 anext["1212815"] = new next_obj('1211434','Wook Kim plays \'\'Pirates of the Caribbean\'\'','/ew/article/0,,20037288_20037290_1211434,00.html','07/07/2006 05:00PM');
		 anext["1211434"] = new next_obj('20035135','Pirates of the Caribbean: At World\'s End','/ew/article/0,,20037288_20037290_20035135,00.html','04/16/2007 03:00PM');
		 anext["20035135"] = new next_obj('1210274','Pirates of the Caribbean: Dead Man\'s Chest','/ew/article/0,,20037288_20037290_1210274,00.html','07/05/2006 12:00PM');
		 anext["1210274"] = new next_obj('1210875','The rough seas of the upcoming \'\'Pirates of the Caribbean\'\' films','/ew/article/0,,20037288_20037290_1210875,00.html','07/07/2006 10:00AM');
		 anext["1210875"] = new next_obj('463614','Pirates of the Carribean: The Curse of the Black Pearl','/ew/article/0,,20037288_20037290_463614,00.html','07/08/2003 04:00PM');
		 anext["463614"] = new next_obj('1211148','Johnny Depp explains why he loves \'\'Pirates\'\'','/ew/article/0,,20037288_20037290_1211148,00.html','07/07/2006 11:00AM');
		 anext["1211148"] = new next_obj('20009838','My favorite scene: Bill Nighy','/ew/article/0,,20037288_20037290_20009838,00.html','01/26/2007 10:00AM');
		 anext["20009838"] = new next_obj('1222711','Johnny Depp is a box office miracle','/ew/article/0,,20037288_20037290_1222711,00.html','08/04/2006 10:00AM');
		 anext["1222711"] = new next_obj('1213650','Why did you dislike the new \'\'Pirates\'\' film?','/ew/article/0,,20037288_20037290_1213650,00.html','07/14/2006 10:00AM');
		 anext["1213650"] = new next_obj('484446','Odd man in: Johnny Depp on the \'\'Pirates\'\' life','/ew/article/0,,20037288_20037290_484446,00.html','09/10/2003 03:00PM');
		 anext["484446"] = new next_obj('465481','How \'\'Pirates\'\' fits into Johnny Depp\'s quirky career','/ew/article/0,,20037288_20037290_465481,00.html','07/18/2003 06:00AM');
		 anext["465481"] = new next_obj('20039872','\'\'Pirates\'\' director keelhauls critics','/ew/article/0,,20037288_20037290_20039872,00.html','05/22/2007 06:00PM');
		 








