 
	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 = '20057585';
		 anext["20057585"] = new next_obj('20054429','Love Justin? You\'ll love these...','/ew/article/0,,20043289_20043293_20054429,00.html','09/02/2007 11:00AM');
		 anext["20054429"] = new next_obj('20045778','Stephen Colbert: \'\'I am America\'\'','/ew/article/0,,20043289_20043293_20045778,00.html','07/11/2007 06:00PM');
		 anext["20045778"] = new next_obj('20043985','A new role for Parker Posey','/ew/article/0,,20043289_20043293_20043985,00.html','06/27/2007 05:25PM');
		 anext["20043985"] = new next_obj('20043843','Tigh and Starbuck on \'\'Battlestar\'\'\'s final ride','/ew/article/0,,20043289_20043293_20043843,00.html','06/26/2007 06:10PM');
		 anext["20043843"] = new next_obj('20043665','The music stars we\'re loving right now','/ew/article/0,,20043289_20043293_20043665,00.html','06/25/2007 01:00PM');
		 anext["20043665"] = new next_obj('20043482','The TV stars we\'re loving right now','/ew/article/0,,20043289_20043293_20043482,00.html','06/22/2007 12:00PM');
		 anext["20043482"] = new next_obj('20043278','The movie stars we\'re loving right now','/ew/article/0,,20043289_20043293_20043278,00.html','06/21/2007 11:00AM');
		 anext["20043278"] = new next_obj('20043608','Laura Linney talks \'\'The Savages\'\' and more','/ew/article/0,,20043289_20043293_20043608,00.html','06/24/2007 03:00PM');
		 anext["20043608"] = new next_obj('20043298','Rihanna on embracing her \'\'Bad\'\' side','/ew/article/0,,20043289_20043293_20043298,00.html','06/21/2007 01:00PM');
		 anext["20043298"] = new next_obj('20043300','Jaw-dropping tales from the Discovery Channel guys','/ew/article/0,,20043289_20043293_20043300,00.html','06/21/2007 02:00PM');
		 anext["20043300"] = new next_obj('20043041','Emile Hirsch on \'\'Into the Wild\'\' and \'\'Speed Racer\'\'','/ew/article/0,,20043289_20043293_20043041,00.html','06/19/2007 03:50PM');
		 anext["20043041"] = new next_obj('20043177','The debut comic by My Chemical Romance\'s frontman','/ew/article/0,,20043289_20043293_20043177,00.html','06/20/2007 04:30PM');
		 anext["20043177"] = new next_obj('20037509','Sneak a peek at the new \'\'Iron Man\'\' robo-suit','/ew/article/0,,20043289_20043293_20037509,00.html','05/02/2007 11:00AM');
		 anext["20037509"] = new next_obj('20042448','\'Conchords\': HBO\'s new \'mascots\' for New Zealand','/ew/article/0,,20043289_20043293_20042448,00.html','06/13/2007 05:00PM');
		 anext["20042448"] = new next_obj('20016118','A chat with Broadway\'s new Sandy and Danny','/ew/article/0,,20043289_20043293_20016118,00.html','03/27/2007 01:00PM');
		 anext["20016118"] = new next_obj('20043806','25 things we hated in \'07','/ew/article/0,,20043289_20043293_20043806,00.html','06/26/2007 02:00PM');
		 anext["20043806"] = new next_obj('20057595','Your turn! Grade \'Heroes\': Season 1','/ew/article/0,,20043289_20043293_20057595,00.html','09/18/2007 05:00PM');
		 anext["20057595"] = new next_obj('20057585','\'\'Heroes\'\' report card: We grade each season 1 episode','/ew/article/0,,20043289_20043293_20057585,00.html','09/18/2007 05:00PM');
		 








