 
	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 = '20152857';
		 anext["20152857"] = new next_obj('20048906','Ex-Idols score major-label duets deal','/ew/article/0,,20007164_20008533_20048906,00.html','07/30/2007 06:00PM');
		 anext["20048906"] = new next_obj('20047451','Kellie Pickler on smack-talkers and album No. 2','/ew/article/0,,20007164_20008533_20047451,00.html','07/20/2007 11:15AM');
		 anext["20047451"] = new next_obj('20047409','Catching up with Elliott Yamin','/ew/article/0,,20007164_20008533_20047409,00.html','07/19/2007 08:00PM');
		 anext["20047409"] = new next_obj('20152859','Carrie Underwood and Tony Romo: What happened?','/ew/article/0,,20007164_20008533_20152859,00.html','10/17/2007 05:55PM');
		 anext["20152859"] = new next_obj('20047223','Constantine Maroulis: \'\'It\'s cool to be cheesy\'\'','/ew/article/0,,20007164_20008533_20047223,00.html','07/19/2007 02:00PM');
		 anext["20047223"] = new next_obj('20040469','Judging the Judges: Final grades!','/ew/article/0,,20007164_20008533_20040469,00.html','05/28/2007 11:00AM');
		 anext["20040469"] = new next_obj('20040053','The \'\'American Idol\'\' finale: Jordin wins!','/ew/article/0,,20007164_20008533_20040053,00.html','05/24/2007 01:00AM');
		 anext["20040053"] = new next_obj('20040062','Jordin on going from \'\'Idol\'\' reject to champ','/ew/article/0,,20007164_20008533_20040062,00.html','05/24/2007 03:00AM');
		 anext["20040062"] = new next_obj('20040063','Blake Lewis on what\'s next','/ew/article/0,,20007164_20008533_20040063,00.html','05/24/2007 04:00AM');
		 anext["20040063"] = new next_obj('20040427','The winning \'\'American Idol\'\' EW cover!','/ew/article/0,,20007164_20008533_20040427,00.html','05/25/2007 04:00PM');
		 anext["20040427"] = new next_obj('20039904','\'\'American Idol\'\': Whose \'\'Now\'\' is it?','/ew/article/0,,20007164_20008533_20039904,00.html','05/23/2007 12:10AM');
		 anext["20039904"] = new next_obj('20039634','\'\'I know there\'s a lot of top-secret stuff\'\'','/ew/article/0,,20007164_20008533_20039634,00.html','05/21/2007 02:00PM');
		 anext["20039634"] = new next_obj('20039130','\'\'American Idol\'\': A moment of silence','/ew/article/0,,20007164_20008533_20039130,00.html','05/16/2007 11:00PM');
		 anext["20039130"] = new next_obj('20039024','\'\'American Idol\'\': We call the final two','/ew/article/0,,20007164_20008533_20039024,00.html','05/16/2007 12:00AM');
		 anext["20039024"] = new next_obj('20038969','Comparing the Idols week to week','/ew/article/0,,20007164_20008533_20038969,00.html','05/15/2007 02:00PM');
		 anext["20038969"] = new next_obj('20038714','\'\'Bee Gees week looked a little better on paper\'\'','/ew/article/0,,20007164_20008533_20038714,00.html','05/11/2007 05:05PM');
		 anext["20038714"] = new next_obj('20038423','\'\'American Idol\'\': A sad farewell','/ew/article/0,,20007164_20008533_20038423,00.html','05/09/2007 11:00PM');
		 anext["20038423"] = new next_obj('20038295','\'\'American Idol\'\': Not a lot of high notes','/ew/article/0,,20007164_20008533_20038295,00.html','05/09/2007 12:20AM');
		 anext["20038295"] = new next_obj('20038075','\'\'Idol\'\' stylist rates Bon Jovi night','/ew/article/0,,20007164_20008533_20038075,00.html','05/07/2007 01:00PM');
		 anext["20038075"] = new next_obj('20037966','Sorry, Blake: \'\'Bon Jovi was not digging it at all\'\'','/ew/article/0,,20007164_20008533_20037966,00.html','05/04/2007 06:00PM');
		 anext["20037966"] = new next_obj('20037705','Chris and Phil tell us what went wrong','/ew/article/0,,20007164_20008533_20037705,00.html','05/03/2007 06:30PM');
		 anext["20037705"] = new next_obj('20037613','\'\'American Idol\'\': Double trouble on results night','/ew/article/0,,20007164_20008533_20037613,00.html','05/03/2007 03:00AM');
		 anext["20037613"] = new next_obj('20037458','\'\'American Idol\'\': Bon Jovi rocks the boat','/ew/article/0,,20007164_20008533_20037458,00.html','05/01/2007 11:55PM');
		 anext["20037458"] = new next_obj('20037172','The \'\'Idol\'\' music man on \'\'Songs That Inspire\'\' week','/ew/article/0,,20007164_20008533_20037172,00.html','04/27/2007 06:00PM');
		 anext["20037172"] = new next_obj('20036853','\'\'American Idol\'\': A very charitable episode','/ew/article/0,,20007164_20008533_20036853,00.html','04/26/2007 02:00AM');
		 anext["20036853"] = new next_obj('20036675','\'\'American Idol\'\': Not quite giving their all','/ew/article/0,,20007164_20008533_20036675,00.html','04/24/2007 11:00PM');
		 anext["20036675"] = new next_obj('20036488','\'\'Idol\'\' music and style gurus review country week','/ew/article/0,,20007164_20008533_20036488,00.html','04/23/2007 05:00PM');
		 anext["20036488"] = new next_obj('20035938','Judging the \'\'Idol\'\' Judges: The verdict on \'\'nasally\'\'','/ew/article/0,,20007164_20008533_20035938,00.html','04/19/2007 06:00PM');
		 anext["20035938"] = new next_obj('20035902','Sanjaya \'\'so sad to leave these people\'\' (yes, even Simon)','/ew/article/0,,20007164_20008533_20035902,00.html','04/19/2007 04:30PM');
		 anext["20035902"] = new next_obj('20035713','\'\'American Idol\'\': Sanjaya\'s last hurrah','/ew/article/0,,20007164_20008533_20035713,00.html','04/19/2007 02:00AM');
		 anext["20035713"] = new next_obj('20035529','\'\'American Idol\'\': A bumpy country night','/ew/article/0,,20007164_20008533_20035529,00.html','04/17/2007 11:00PM');
		 anext["20035529"] = new next_obj('20035099','\'\'Idol\'\' music and style gurus dish on Latin week','/ew/article/0,,20007164_20008533_20035099,00.html','04/16/2007 12:55PM');
		 anext["20035099"] = new next_obj('20034864','Haley Scarnato: Short outfits \'\'not how I want to be remembered\'\'','/ew/article/0,,20007164_20008533_20034864,00.html','04/12/2007 06:00PM');
		 anext["20034864"] = new next_obj('20034593','\'\'American Idol\'\': Who failed Latin?','/ew/article/0,,20007164_20008533_20034593,00.html','04/12/2007 02:00AM');
		 anext["20034593"] = new next_obj('20034499','Melinda? Blake? Sanjaya?! Who will win \'\'Idol\'\'?','/ew/article/0,,20007164_20008533_20034499,00.html','04/11/2007 03:00PM');
		 anext["20034499"] = new next_obj('20034376','\'\'American Idol\'\': No heat on Latin night','/ew/article/0,,20007164_20008533_20034376,00.html','04/10/2007 10:00PM');
		 anext["20034376"] = new next_obj('20034173','\'\'Idol\'\'\'s musical guru answers our questions','/ew/article/0,,20007164_20008533_20034173,00.html','04/09/2007 03:00PM');
		 anext["20034173"] = new next_obj('20034163','Judging the \'Idol\' Judges: Comparing Phil to Frank?!','/ew/article/0,,20007164_20008533_20034163,00.html','04/09/2007 01:00PM');
		 anext["20034163"] = new next_obj('20034047','The \'\'Idol\'\' stylist answers our burning questions','/ew/article/0,,20007164_20008533_20034047,00.html','04/06/2007 03:55PM');
		 anext["20034047"] = new next_obj('20033816','Gina Glocksen talks about her last night on \'\'Idol\'\'','/ew/article/0,,20007164_20008533_20033816,00.html','04/05/2007 04:00PM');
		 anext["20033816"] = new next_obj('20033720','A chat with the creator of Vote for the Worst','/ew/article/0,,20007164_20008533_20033720,00.html','04/04/2007 06:00PM');
		 anext["20033720"] = new next_obj('20033744','\'\'American Idol\'\': Smiling through the tears','/ew/article/0,,20007164_20008533_20033744,00.html','04/05/2007 02:00AM');
		 anext["20033744"] = new next_obj('20033614','\'\'American Idol\'\': The kids rock the classics','/ew/article/0,,20007164_20008533_20033614,00.html','04/03/2007 11:35PM');
		 anext["20033614"] = new next_obj('20016485','Chris Sligh talks about his last night on \'\'Idol\'\'','/ew/article/0,,20007164_20008533_20016485,00.html','03/29/2007 06:30PM');
		 anext["20016485"] = new next_obj('20016309','\'\'American Idol\'\': Can Sanjaya be stopped?','/ew/article/0,,20007164_20008533_20016309,00.html','03/28/2007 11:00PM');
		 anext["20016309"] = new next_obj('20016179','\'\'American Idol\'\': Beware the dark horses','/ew/article/0,,20007164_20008533_20016179,00.html','03/28/2007 12:00AM');
		 anext["20016179"] = new next_obj('20015734','Stephanie Edwards: \'\'It\'s not the end of the world\'\'','/ew/article/0,,20007164_20008533_20015734,00.html','03/22/2007 03:00PM');
		 anext["20015734"] = new next_obj('20015687','\'\'American Idol\'\': The wrong two finish last','/ew/article/0,,20007164_20008533_20015687,00.html','03/21/2007 11:00PM');
		 anext["20015687"] = new next_obj('20015537','\'\'American Idol\'\': Putting some English on it','/ew/article/0,,20007164_20008533_20015537,00.html','03/21/2007 12:00AM');
		 anext["20015537"] = new next_obj('20014772','Brandon Rogers: \'\'I 100 percent expected it\'\'','/ew/article/0,,20007164_20008533_20014772,00.html','03/12/2007 04:15PM');
		 anext["20014772"] = new next_obj('20015020','\'\'American Idol\'\': The first elimination','/ew/article/0,,20007164_20008533_20015020,00.html','03/15/2007 01:00AM');
		 anext["20015020"] = new next_obj('20014927','\'\'American Idol\'\': It\'s not a two-way race','/ew/article/0,,20007164_20008533_20014927,00.html','03/14/2007 02:00AM');
		 anext["20014927"] = new next_obj('20014867','311\'s singer reveals his surprising \'\'Idol\'\' connections','/ew/article/0,,20007164_20008533_20014867,00.html','03/13/2007 03:25PM');
		 anext["20014867"] = new next_obj('20014761','Judging the Judges: Is Simon too mean to Haley?','/ew/article/0,,20007164_20008533_20014761,00.html','03/12/2007 03:00PM');
		 anext["20014761"] = new next_obj('20014666','Paula Abdul: \'\'I\'ve never had so much bull---- written about me\'\'','/ew/article/0,,20007164_20008533_20014666,00.html','03/09/2007 05:45PM');
		 anext["20014666"] = new next_obj('20014688','Chatting with the 12 \'\'Idol\'\' finalists','/ew/article/0,,20007164_20008533_20014688,00.html','03/09/2007 08:00PM');
		 anext["20014688"] = new next_obj('20014687','Antonella, Sabrina, Jared, and Sundance talk about going home','/ew/article/0,,20007164_20008533_20014687,00.html','03/09/2007 07:00PM');
		 anext["20014687"] = new next_obj('20014602','\'\'American Idol\'\': Naming the final 12','/ew/article/0,,20007164_20008533_20014602,00.html','03/09/2007 02:00AM');
		 anext["20014602"] = new next_obj('20014469','Taylor Hicks\' chart performance stuck in idle','/ew/article/0,,20007164_20008533_20014469,00.html','03/09/2007 10:00AM');
		 anext["20014469"] = new next_obj('20014362','\'\'American Idol\'\': The women show how it\'s done','/ew/article/0,,20007164_20008533_20014362,00.html','03/08/2007 01:50AM');
		 anext["20014362"] = new next_obj('20014220','\'\'American Idol\'\': The men disappoint again','/ew/article/0,,20007164_20008533_20014220,00.html','03/07/2007 02:00AM');
		 anext["20014220"] = new next_obj('20013998','Leslie, A.J., Alaina, and Nick on getting the boot','/ew/article/0,,20007164_20008533_20013998,00.html','03/02/2007 07:00PM');
		 anext["20013998"] = new next_obj('20014003','Judging the Judges: Randy, are you serious?','/ew/article/0,,20007164_20008533_20014003,00.html','03/02/2007 08:40PM');
		 anext["20014003"] = new next_obj('20013916','\'\'American Idol\'\': Some of the worst survive','/ew/article/0,,20007164_20008533_20013916,00.html','03/02/2007 02:00AM');
		 anext["20013916"] = new next_obj('20013706','\'\'American Idol\'\': Two women lead the pack','/ew/article/0,,20007164_20008533_20013706,00.html','03/01/2007 03:00AM');
		 anext["20013706"] = new next_obj('20013629','\'\'American Idol\'\': The guys step up, slightly','/ew/article/0,,20007164_20008533_20013629,00.html','02/28/2007 03:00AM');
		 anext["20013629"] = new next_obj('20013314','Paul, Rudy, Amy, and Nicole on getting the boot','/ew/article/0,,20007164_20008533_20013314,00.html','02/24/2007 11:00AM');
		 anext["20013314"] = new next_obj('20013257','Exclusive: Ex-\'\'Idol\'\' contestants judge the judges','/ew/article/0,,20007164_20008533_20013257,00.html','02/23/2007 03:00PM');
		 anext["20013257"] = new next_obj('20013281','\'\'Idol\'\' producer addresses Barba photos controversy','/ew/article/0,,20007164_20008533_20013281,00.html','02/23/2007 04:55PM');
		 anext["20013281"] = new next_obj('20013205','\'\'American Idol\'\': When bad is better than boring','/ew/article/0,,20007164_20008533_20013205,00.html','02/22/2007 11:00PM');
		 anext["20013205"] = new next_obj('20012524','\'\'American Idol\'\': Now that\'s more like it!','/ew/article/0,,20007164_20008533_20012524,00.html','02/22/2007 02:00AM');
		 anext["20012524"] = new next_obj('20012407','\'\'American Idol\'\': A scary start to the semifinals','/ew/article/0,,20007164_20008533_20012407,00.html','02/21/2007 01:05AM');
		 anext["20012407"] = new next_obj('20011956','\'\'American Idol\'\': Sizing up the 24 semifinalists','/ew/article/0,,20007164_20008533_20011956,00.html','02/15/2007 03:00AM');
		 anext["20011956"] = new next_obj('20011849','\'\'American Idol\'\': The Hollywood massacre','/ew/article/0,,20007164_20008533_20011849,00.html','02/14/2007 02:00AM');
		 anext["20011849"] = new next_obj('20011924','What\'s bugging Chris Daughtry?','/ew/article/0,,20007164_20008533_20011924,00.html','02/14/2007 06:00PM');
		 anext["20011924"] = new next_obj('20011496','\'\'Idol\'\' power list: 20 to watch in Hollywood','/ew/article/0,,20007164_20008533_20011496,00.html','02/09/2007 07:00PM');
		 anext["20011496"] = new next_obj('20011172','\'\'American Idol\'\': A tasty hour of leftovers','/ew/article/0,,20007164_20008533_20011172,00.html','02/08/2007 02:30AM');
		 anext["20011172"] = new next_obj('20011065','\'\'American Idol\'\': The final auditions!','/ew/article/0,,20007164_20008533_20011065,00.html','02/07/2007 01:00AM');
		 anext["20011065"] = new next_obj('20010777','\'\'Idol\'\' power list: See which newcomer elbows in at No. 2','/ew/article/0,,20007164_20008533_20010777,00.html','02/02/2007 01:00PM');
		 anext["20010777"] = new next_obj('20010538','\'\'American Idol\'\': The talent doesn\'t show','/ew/article/0,,20007164_20008533_20010538,00.html','02/01/2007 02:00AM');
		 anext["20010538"] = new next_obj('20010337','\'\'American Idol\'\': Breaking all the rules','/ew/article/0,,20007164_20008533_20010337,00.html','01/31/2007 01:00AM');
		 anext["20010337"] = new next_obj('20010020','The \'\'Idol\'\' power list: Week 2 update!','/ew/article/0,,20007164_20008533_20010020,00.html','01/26/2007 06:00PM');
		 anext["20010020"] = new next_obj('20009670','\'\'American Idol\'\': The New York auditions rule!','/ew/article/0,,20007164_20008533_20009670,00.html','01/25/2007 02:40AM');
		 anext["20009670"] = new next_obj('20009552','\'\'American Idol\'\': The Memphis blues','/ew/article/0,,20007164_20008533_20009552,00.html','01/24/2007 01:00AM');
		 anext["20009552"] = new next_obj('20009185','\'\'Idol\'\': Who\'s got the power so far?','/ew/article/0,,20007164_20008533_20009185,00.html','01/19/2007 05:00PM');
		 anext["20009185"] = new next_obj('20006550','\'Idol\' returns! All the dish on season 6!','/ew/article/0,,20007164_20008533_20006550,00.html','01/04/2007 02:00PM');
		 anext["20006550"] = new next_obj('20008888','\'\'American Idol\'\': Stormy, with scattered sunshine','/ew/article/0,,20007164_20008533_20008888,00.html','01/18/2007 02:00AM');
		 anext["20008888"] = new next_obj('20012007','This week\'s \'\'Idol\'\' Power List: All shook up!','/ew/article/0,,20007164_20008533_20012007,00.html','02/15/2007 01:00PM');
		 anext["20012007"] = new next_obj('20013294','Power List: Guess who\'s No. 1 now...','/ew/article/0,,20007164_20008533_20013294,00.html','02/23/2007 06:45PM');
		 anext["20013294"] = new next_obj('20013999','Power List: Is Stephanie a sleeper?','/ew/article/0,,20007164_20008533_20013999,00.html','03/02/2007 07:00PM');
		 anext["20013999"] = new next_obj('20014334','\'\'Idol\'\' season 6: Where are they now...?','/ew/article/0,,20007164_20008533_20014334,00.html','03/07/2007 06:00PM');
		 anext["20014334"] = new next_obj('20014763','Power List: Ranking the top 12','/ew/article/0,,20007164_20008533_20014763,00.html','03/12/2007 03:00PM');
		 anext["20014763"] = new next_obj('20014763','Power List: Ranking the top 12','/ew/article/0,,20007164_20008533_20014763,00.html','03/12/2007 03:00PM');
		 anext["20014763"] = new next_obj('20015252','Judging the Judges: Should risk-takers be praised?','/ew/article/0,,20007164_20008533_20015252,00.html','03/16/2007 12:55PM');
		 anext["20015252"] = new next_obj('20015311','Power List: Chris Sligh takes a dive','/ew/article/0,,20007164_20008533_20015311,00.html','03/16/2007 07:05PM');
		 anext["20015311"] = new next_obj('20015921','Judging the Judges: Did Sanjaya truly work out the Kinks?','/ew/article/0,,20007164_20008533_20015921,00.html','03/23/2007 12:00PM');
		 anext["20015921"] = new next_obj('20015921','Judging the Judges: Did Sanjaya truly work out the Kinks?','/ew/article/0,,20007164_20008533_20015921,00.html','03/23/2007 12:00PM');
		 anext["20015921"] = new next_obj('20016033','Power List: Jordin surges ahead','/ew/article/0,,20007164_20008533_20016033,00.html','03/26/2007 11:00AM');
		 anext["20016033"] = new next_obj('20016044','Steel Cage! Sizing up the season 6-ers','/ew/article/0,,20007164_20008533_20016044,00.html','03/26/2007 02:50PM');
		 anext["20016044"] = new next_obj('20033178','Judging the \'Idol\' Judges: Is America even listening?','/ew/article/0,,20007164_20008533_20033178,00.html','03/30/2007 11:00AM');
		 anext["20033178"] = new next_obj('20033315','\'\'Idol\'\' Power List: Gina\'s rocking it!','/ew/article/0,,20007164_20008533_20033315,00.html','04/02/2007 11:00AM');
		 anext["20033315"] = new next_obj('20034288','\'\'Idol\'\' Power List: LaKisha loses momentum','/ew/article/0,,20007164_20008533_20034288,00.html','04/10/2007 11:40AM');
		 anext["20034288"] = new next_obj('20034499','Melinda? Blake? Sanjaya?! Who will win \'\'Idol\'\'?','/ew/article/0,,20007164_20008533_20034499,00.html','04/11/2007 03:00PM');
		 anext["20034499"] = new next_obj('20035956','Riding the \'\'Idol\'\' rollercoaster with Sanjaya Malakar','/ew/gallery/0,,20007164_20008533_20035956,00.html','04/19/2007 07:00PM');
		 anext["20035956"] = new next_obj('20036510','\'\'Idol\'\' Power List: A new No. 1!','/ew/article/0,,20007164_20008533_20036510,00.html','04/23/2007 07:00PM');
		 anext["20036510"] = new next_obj('20037105','Judging the \'Idol\' Judges: Too charitable with the top 6?','/ew/article/0,,20007164_20008533_20037105,00.html','04/27/2007 01:00PM');
		 anext["20037105"] = new next_obj('20037323','\'\'Idol\'\' Power List: Back at No. 1 -- by a hair!','/ew/article/0,,20007164_20008533_20037323,00.html','04/30/2007 08:00PM');
		 anext["20037323"] = new next_obj('20037946','Judging the Judges: Does Jordin deserve a pass?','/ew/article/0,,20007164_20008533_20037946,00.html','05/04/2007 04:55PM');
		 anext["20037946"] = new next_obj('20038132','Power List: Is Jordin losing her spark?','/ew/article/0,,20007164_20008533_20038132,00.html','05/07/2007 06:00PM');
		 anext["20038132"] = new next_obj('20038746','The best and worst of this \'\'Idol\'\' season? Vote!','/ew/article/0,,20007164_20008533_20038746,00.html','05/11/2007 08:05PM');
		 anext["20038746"] = new next_obj('20038516','LaKisha talks about getting the \'\'Idol\'\' kiss-off','/ew/article/0,,20007164_20008533_20038516,00.html','05/10/2007 05:00PM');
		 anext["20038516"] = new next_obj('20039339','Help pick EW\'s \'\'American Idol\'\' cover!','/ew/article/0,,20007164_20008533_20039339,00.html','05/17/2007 03:00PM');
		 anext["20039339"] = new next_obj('20038961','Princess P','/ew/article/0,,20007164_20008533_20038961,00.html','05/15/2007 01:00PM');
		 anext["20038961"] = new next_obj('20160380','Jordin Sparks','/ew/article/0,,20007164_20008533_20160380,00.html','11/16/2007 10:00AM');
		 anext["20160380"] = new next_obj('20039434','Judging the Judges: It\'s all about song choice...','/ew/article/0,,20007164_20008533_20039434,00.html','05/18/2007 12:00PM');
		 anext["20039434"] = new next_obj('20183301','\'Idol\' Power: Folkies on the rise!','/ew/article/0,,20007164_20008533_20183301,00.html','03/10/2008 03:00PM');
		 anext["20183301"] = new next_obj('20152857','Carrie Underwood: A very private \'\'Idol\'\' speaks out','/ew/article/0,,20007164_20008533_20152857,00.html','10/17/2007 05:00PM');
		 








