 
	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 = '20049780';
		 anext["20049780"] = new next_obj('20047913','Hear Duran Duran\'s track with Justin and Timbaland','/ew/article/0,,20038840_20038841_20047913,00.html','07/24/2007 01:00PM');
		 anext["20047913"] = new next_obj('20050558','Linda Thompson opens her \'\'Versatile Heart\'\'','/ew/article/0,,20038840_20038841_20050558,00.html','08/08/2007 03:00PM');
		 anext["20050558"] = new next_obj('20047907','Getting to know Taylor Swift','/ew/article/0,,20038840_20038841_20047907,00.html','07/24/2007 01:20PM');
		 anext["20047907"] = new next_obj('20047232','Ben Harper gets a little funky','/ew/article/0,,20038840_20038841_20047232,00.html','07/19/2007 03:15PM');
		 anext["20047232"] = new next_obj('20046643','Enrique Iglesias: On stage in Syria','/ew/article/0,,20038840_20038841_20046643,00.html','07/16/2007 04:00PM');
		 anext["20046643"] = new next_obj('20046328','A chat with Decemberist Colin Meloy','/ew/article/0,,20038840_20038841_20046328,00.html','07/13/2007 07:00PM');
		 anext["20046328"] = new next_obj('20046058','Nas spices up new Posh single','/ew/article/0,,20038840_20038841_20046058,00.html','07/12/2007 05:00PM');
		 anext["20046058"] = new next_obj('20044782','Cameron Diaz on Live Earth','/ew/article/0,,20038840_20038841_20044782,00.html','07/06/2007 10:00AM');
		 anext["20044782"] = new next_obj('20044722','Live Earth\'s eco-friendly game plan','/ew/article/0,,20038840_20038841_20044722,00.html','07/05/2007 05:00PM');
		 anext["20044722"] = new next_obj('20044006','The Beastie and the Brain','/ew/article/0,,20038840_20038841_20044006,00.html','06/27/2007 07:40PM');
		 anext["20044006"] = new next_obj('20043298','Rihanna on embracing her \'\'Bad\'\' side','/ew/article/0,,20038840_20038841_20043298,00.html','06/21/2007 01:00PM');
		 anext["20043298"] = new next_obj('20041909','Lunch with the Beastie Boys','/ew/article/0,,20038840_20038841_20041909,00.html','06/08/2007 04:00PM');
		 anext["20041909"] = new next_obj('20042485','A bonus track from Shortlist Prize winner Cat Power','/ew/article/0,,20038840_20038841_20042485,00.html','06/13/2007 06:00PM');
		 anext["20042485"] = new next_obj('20042447','Meet Cary Brothers (and no, he\'s not a band)','/ew/article/0,,20038840_20038841_20042447,00.html','06/13/2007 05:00PM');
		 anext["20042447"] = new next_obj('20042259','Kelly Clarkson fires her manager','/ew/article/0,,20038840_20038841_20042259,00.html','06/12/2007 05:00PM');
		 anext["20042259"] = new next_obj('20041598','New collab from Twista and Pharrell','/ew/article/0,,20038840_20038841_20041598,00.html','06/06/2007 04:00PM');
		 anext["20041598"] = new next_obj('20041272','Bob Marley sons\' new music catches a fire','/ew/article/0,,20038840_20038841_20041272,00.html','06/04/2007 11:00AM');
		 anext["20041272"] = new next_obj('20040711','!!! unplugs for new single','/ew/article/0,,20038840_20038841_20040711,00.html','05/30/2007 03:00PM');
		 anext["20040711"] = new next_obj('20038813','Our extended chat with Amy Winehouse','/ew/article/0,,20038840_20038841_20038813,00.html','05/14/2007 12:00PM');
		 anext["20038813"] = new next_obj('20038972','How Michel Gondry earned his music-video Stripes','/ew/article/0,,20038840_20038841_20038972,00.html','05/15/2007 03:15PM');
		 anext["20038972"] = new next_obj('20038857','Kelly Clarkson\'s most revealing interview ever','/ew/article/0,,20038840_20038841_20038857,00.html','05/14/2007 04:00PM');
		 anext["20038857"] = new next_obj('20038742','Backstage with singer-songwriter Manu Chao','/ew/article/0,,20038840_20038841_20038742,00.html','05/11/2007 06:00PM');
		 anext["20038742"] = new next_obj('20035934','A recording studio chat with Common','/ew/article/0,,20038840_20038841_20035934,00.html','04/19/2007 05:00PM');
		 anext["20035934"] = new next_obj('20037968','Catching up with the reunited Crowded House','/ew/article/0,,20038840_20038841_20037968,00.html','05/04/2007 06:00PM');
		 anext["20037968"] = new next_obj('20033215','A Q&amp;A with Wilco\'s Jeff Tweedy','/ew/article/0,,20038840_20038841_20033215,00.html','03/30/2007 04:00PM');
		 anext["20033215"] = new next_obj('20016334','T.I. on his new album -- and its companion movie','/ew/article/0,,20038840_20038841_20016334,00.html','03/29/2007 12:00PM');
		 anext["20016334"] = new next_obj('20015644','Diary: In the studio with Timbaland and T.I.','/ew/article/0,,20038840_20038841_20015644,00.html','03/21/2007 05:00PM');
		 anext["20015644"] = new next_obj('20036454','Backstage at the ASCAP awards with Kelly Clarkson','/ew/article/0,,20038840_20038841_20036454,00.html','04/23/2007 03:00PM');
		 anext["20036454"] = new next_obj('20015638','Paul McCartney will be singing for Starbucks','/ew/article/0,,20038840_20038841_20015638,00.html','03/21/2007 04:00PM');
		 anext["20015638"] = new next_obj('20038861','Simon says: Let Kelly be Kelly!','/ew/article/0,,20038840_20038841_20038861,00.html','05/14/2007 05:00PM');
		 anext["20038861"] = new next_obj('20038258','New Method Man track gets high marks','/ew/article/0,,20038840_20038841_20038258,00.html','05/08/2007 05:00PM');
		 anext["20038258"] = new next_obj('20049780','Checking in with Hanson','/ew/article/0,,20038840_20038841_20049780,00.html','08/02/2007 05:00PM');
		 








