 
	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 = '20179152';
		 anext["20179152"] = new next_obj('20178218','Lust Lust Lust','/ew/article/0,,20166944_20166960_20178218,00.html','02/15/2008 10:00AM');
		 anext["20178218"] = new next_obj('20176801','Vagabonds','/ew/article/0,,20166944_20166960_20176801,00.html','02/08/2008 10:00AM');
		 anext["20176801"] = new next_obj('20175234','Detours','/ew/article/0,,20166944_20166960_20175234,00.html','02/01/2008 10:00AM');
		 anext["20175234"] = new next_obj('20175495','Just a Little Lovin\'','/ew/article/0,,20166944_20166960_20175495,00.html','02/01/2008 02:00PM');
		 anext["20175495"] = new next_obj('20172382','Love Behind the Melody','/ew/article/0,,20166944_20166960_20172382,00.html','01/18/2008 10:00AM');
		 anext["20172382"] = new next_obj('20172386','Mission Control','/ew/article/0,,20166944_20166960_20172386,00.html','01/18/2008 10:00AM');
		 anext["20172386"] = new next_obj('20170563','Distortion','/ew/article/0,,20166944_20166960_20170563,00.html','01/11/2008 10:00AM');
		 anext["20170563"] = new next_obj('20166156','Lupe Fiasco\'s The Cool','/ew/article/0,,20166944_20166960_20166156,00.html','12/14/2007 10:00AM');
		 anext["20166156"] = new next_obj('20158443','Frank','/ew/article/0,,20166944_20166960_20158443,00.html','11/05/2007 06:00PM');
		 anext["20158443"] = new next_obj('20156310','I\'m Not There','/ew/article/0,,20166944_20166960_20156310,00.html','11/02/2007 10:00AM');
		 anext["20156310"] = new next_obj('20156317','45:33','/ew/article/0,,20166944_20166960_20156317,00.html','11/02/2007 10:00AM');
		 anext["20156317"] = new next_obj('20164939','Love Hate','/ew/article/0,,20166944_20166960_20164939,00.html','12/07/2007 10:00AM');
		 anext["20164939"] = new next_obj('20162416','Peanut Butter Wolf Presents 2K8: B-Ball Zombie War','/ew/article/0,,20166944_20166960_20162416,00.html','11/23/2007 10:00AM');
		 anext["20162416"] = new next_obj('20154255','Raising Sand','/ew/article/0,,20166944_20166960_20154255,00.html','10/26/2007 10:00AM');
		 anext["20154255"] = new next_obj('20154250','100 Days, 100 Nights','/ew/article/0,,20166944_20166960_20154250,00.html','10/26/2007 10:00AM');
		 anext["20154250"] = new next_obj('20154245','Night Falls Over Kortedala','/ew/article/0,,20166944_20166960_20154245,00.html','10/26/2007 10:00AM');
		 anext["20154245"] = new next_obj('20160387','The Complete On the Corner Sessions','/ew/article/0,,20166944_20166960_20160387,00.html','11/16/2007 10:00AM');
		 anext["20160387"] = new next_obj('20160383','Alive 2007','/ew/article/0,,20166944_20166960_20160383,00.html','11/16/2007 10:00AM');
		 anext["20160383"] = new next_obj('20158447','The Black and White Album ','/ew/article/0,,20166944_20166960_20158447,00.html','11/05/2007 06:00PM');
		 anext["20158447"] = new next_obj('20159229','Dusker','/ew/article/0,,20166944_20166960_20159229,00.html','11/09/2007 10:00AM');
		 anext["20159229"] = new next_obj('20159227','All Hour Cymbals','/ew/article/0,,20166944_20166960_20159227,00.html','11/09/2007 10:00AM');
		 anext["20159227"] = new next_obj('20156315','A Place To Land','/ew/article/0,,20166944_20166960_20156315,00.html','11/02/2007 10:00AM');
		 anext["20156315"] = new next_obj('20179152','New Amerykah','/ew/article/0,,20166944_20166960_20179152,00.html','02/20/2008 06:40PM');
		 








