 
	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 = '20251571';
		 anext["20251571"] = new next_obj('20245925','Golden Globes: All the nominees!','/ew/article/0,,1569832_20164555_20245925,00.html','12/11/2008 10:00AM');
		 anext["20245925"] = new next_obj('20171487','Golden Globes: And the winners are...','/ew/article/0,,1569832_20164555_20171487,00.html','01/13/2008 01:00PM');
		 anext["20171487"] = new next_obj('20171527','Analyzing the Globes\' film picks','/ew/article/0,,1569832_20164555_20171527,00.html','01/14/2008 01:00AM');
		 anext["20171527"] = new next_obj('20171515','Globes\' TV picks: Smart or not?','/ew/article/0,,1569832_20164555_20171515,00.html','01/13/2008 11:00PM');
		 anext["20171515"] = new next_obj('20170023','Spielberg honor delayed until 2009 Globes','/ew/article/0,,1569832_20164555_20170023,00.html','01/08/2008 04:00PM');
		 anext["20170023"] = new next_obj('20169995','Globes scale-down carries hefty price tag','/ew/article/0,,1569832_20164555_20169995,00.html','01/08/2008 01:00PM');
		 anext["20169995"] = new next_obj('20169858','Why is this strike not over?','/ew/article/0,,1569832_20164555_20169858,00.html','01/07/2008 06:00PM');
		 anext["20169858"] = new next_obj('20168993','Roger Deakins on his big 2007','/ew/article/0,,1569832_20164555_20168993,00.html','01/02/2008 07:50PM');
		 anext["20168993"] = new next_obj('20169454','What\'s your awards-show IQ?','/ew/article/0,,1569832_20164555_20169454,00.html','01/04/2008 02:00PM');
		 anext["20169454"] = new next_obj('20167336','Checking in with Amy Ryan','/ew/article/0,,1569832_20164555_20167336,00.html','12/19/2007 07:00PM');
		 anext["20167336"] = new next_obj('20166018','Analyzing Globes\' film picks','/ew/article/0,,1569832_20164555_20166018,00.html','12/13/2007 12:00PM');
		 anext["20166018"] = new next_obj('20166069','Golden Globes: What TV ballot got right -- and wrong','/ew/article/0,,1569832_20164555_20166069,00.html','12/13/2007 02:35PM');
		 anext["20166069"] = new next_obj('20165953','Golden Globes nominees are...','/ew/article/0,,1569832_20164555_20165953,00.html','12/13/2007 07:00AM');
		 anext["20165953"] = new next_obj('20161565','Amy Adams talks \'\'Enchanted\'\'','/ew/article/0,,1569832_20164555_20161565,00.html','11/19/2007 07:00PM');
		 anext["20161565"] = new next_obj('20058840','\'\'The Office\'\': Soundbites from its stars','/ew/article/0,,1569832_20164555_20058840,00.html','09/27/2007 04:00PM');
		 anext["20058840"] = new next_obj('20155983','\'\'Sweeney Todd\'\': Inside a cutting-edge musical','/ew/article/0,,1569832_20164555_20155983,00.html','10/31/2007 04:00PM');
		 anext["20155983"] = new next_obj('20041035','Katherine Heigl really delivers in \'\'Knocked Up\'\'','/ew/article/0,,1569832_20164555_20041035,00.html','05/31/2007 05:00PM');
		 anext["20041035"] = new next_obj('20053426','\'\'Once\'\' star Glen Hansard gets personal','/ew/article/0,,1569832_20164555_20053426,00.html','08/27/2007 03:00PM');
		 anext["20053426"] = new next_obj('20154184','Denzel Washington and Russell Crowe: Two titans talk','/ew/article/0,,1569832_20164555_20154184,00.html','10/25/2007 02:35PM');
		 anext["20154184"] = new next_obj('20058714','\'\'The Office\'\': Back to work','/ew/article/0,,1569832_20164555_20058714,00.html','09/26/2007 04:00PM');
		 anext["20058714"] = new next_obj('20156283','Johnny Depp on cutting loose in \'\'Sweeney Todd\'\'','/ew/article/0,,1569832_20164555_20156283,00.html','11/01/2007 04:00PM');
		 anext["20156283"] = new next_obj('20008568','Here are the Golden Globes winners','/ew/article/0,,1569832_20164555_20008568,00.html','01/15/2007 05:00PM');
		 anext["20008568"] = new next_obj('20008630','Backstage at the Globes: \'\'Grey\'s\'\' drama!','/ew/article/0,,1569832_20164555_20008630,00.html','01/16/2007 04:00AM');
		 anext["20008630"] = new next_obj('1540510','Helen Mirren is \'\'The Queen\'\'','/ew/article/0,,1569832_20164555_1540510,00.html','09/29/2006 10:00AM');
		 anext["1540510"] = new next_obj('1569770','\'\'Babel\'\' leads Globes, as expected','/ew/article/0,,1569832_20164555_1569770,00.html','12/14/2006 11:00AM');
		 anext["1569770"] = new next_obj('1569786','Globes play \'\'Queen\'\' for a day','/ew/article/0,,1569832_20164555_1569786,00.html','12/14/2006 12:00PM');
		 anext["1569786"] = new next_obj('20166311','Our guide to awards season','/ew/article/0,,1569832_20164555_20166311,00.html','12/13/2007 05:00PM');
		 anext["20166311"] = new next_obj('20251571','Golden Globes: See the winners','/ew/article/0,,1569832_20164555_20251571,00.html','01/11/2009 07:00PM');
		 








