// --   set up global variables
	
	var used = new Array()
	var topStory
	i = n = 0
	
	link = new Array
	used = new Array
	
	// --  The links
	// --  Add new stories at the end
	
	
	link[0] = '<A href="/time/europe/magazine/2003/0303/war/story.html"><STRONG>Europe\'s Family Feud</STRONG></A> President Jacques Chirac puts pressure on E.U. candidate countries to toe the French line on Iraq' 
	
	link[3] = '<A href="/time/europe/magazine/2003/0303/war/villepin.html"><STRONG>Burning His Bridges at Both Ends?</STRONG></A> Dominique de Villepin has the job of dampening down the diplomatic flames encircling France'
	
	link[4] = '<A href="/time/europe/magazine/2003/0224/cover/story.html"><STRONG>Divided We Stand</STRONG></A> A defiant Jacques Chirac leads European opposition to war in Iraq'
	
	link[5] = '<A href="/time/europe/magazine/2003/0224/cover/interview.html"><STRONG>\'France Is Not a Pacifist Country\'</STRONG></A> Monsieur le President talks exclusively to TIME'
	
	link[6] = '<A href="/time/europe/magazine/2003/0224/cover/timeline.html"><STRONG>Foreign Affairs</STRONG></A> He may be shy of using force in Iraq, but the French President is no stranger to conflict'
	
	link[7] = '<SPAN class="date">VIEWPOINT</SPAN> <A href="/time/europe/magazine/2003/0224/cover/view_tapper.html"><STRONG>Friend or Faux?</STRONG></A> Americans feel betrayed by French attempts to stop a war against Iraq, says Jake Tapper'
	
	link[8] = '<SPAN class="date">VIEWPOINT</SPAN> <A href="/time/europe/magazine/2003/0224/cover/view_joffe.html"><STRONG>Collateral Damage</STRONG></A> Schr&ouml;der\'s antiwar policy has ruptured Germany\'s historic alliance with the U.S, says Josef Joffe.'
	
	link[9] = '<A href="/time/europe/magazine/2003/0224/cover/demo.html"><STRONG>Voting With Their Feet</STRONG></A> In capital cities across the globe, unprecedented millions march against war in Iraq'
	
	link[10] = '<SPAN class="date">PHOTO ESSAY</SPAN> <A href="/time/europe/magazine/2003/0224/cover/demo.html"><STRONG>Banner Headlines</STRONG></A> Protest is a serious business, but humor also gets the point across' 
	
	link[13] = '<A href="/time/europe/magazine/2003/0217/antiwar/story.html"><STRONG>War Torn</STRONG></A> There\'s a new gulf in Europe &#151; between pro-U.S. leaders and antiwar majorities in their countries'
	
	link[14] = '<A href="/time/europe/magazine/2003/0203/cover/story.html"><STRONG>6 Reasons</STRONG></A>  While the U.S. sends more men and matériel to the Gulf, most of America\'s allies say Bush should slow the war machine down'
	
	link[15] = '<A href="/time/europe/magazine/2003/0203/cover/turkey.html"><STRONG>Pressure Cooker</STRONG></A> For Turkey\'s new leaders, war could split the government from the people'
	
	link[16] = '<A href="/time/europe/magazine/2003/0203/cover/davos.html"><STRONG>Doubts at Davos</STRONG></A> Mistrust of the U.S. is high on the agenda this year'
	
	link[17] = '<A href="/time/europe/magazine/2003/0120/cover/story.html"><STRONG>Mad at America</STRONG></A> European antipathy toward America is on the rise. Can the alliance stand the strain?'
	
	link[18]='<SPAN class="date">VIEWPOINT</SPAN> <A href="/time/europe/magazine/2003/0120/cover/view_eno.html"><STRONG>No Time to Hide</STRONG></A> Musician Brian Eno says America needs to open up'

	link[19]='<SPAN class="date">VIEWPOINT</SPAN> <A href="/time/europe/magazine/2003/0120/cover/view_caldwell.html"><STRONG>Don\'t be Naive</STRONG></A> Commentator Christopher Caldwell says Europe needs to get real'

	link[20]='<A href="/time/europe/magazine/2002/0923/germanelex/viewpoint.html"><STRONG>The Chicken Defense</STRONG></A> U.S. troops will use \'\KFC\' to detect chemical attacks in Iraq'

	link[21]='<A href="/time/europe/magazine/article/0,13005,901030224-423486,00.html"><STRONG>No Peace Dividend</STRONG></A> European businesses worry about the post-war cost of doveishness'

	link[22]='<A href="/time/europe/magazine/2003/0310/war/story.html"><STRONG>Conflicted</STRONG></A> Tony Blair and his European allies are still swimming against a high tide of antiwar opinion'

	link[23]='<A href="/time/europe/magazine/2003/0317/war/story.html"><STRONG>Can Turkey Turn No Into Yes? </STRONG></A> Ankara is set to ask parliament a second time to allow in U.S. troops'

	link[24]='<A href="/time/europe/roadtowar/stories/0,13716,431320,00.html"><STRONG>Removing Saddam is \'Dangerous And Foolish\' </STRONG></A> U.S. diplomat warns his former bosses over war in Iraq'

	link[26]='<A href="/time/europe/magazine/2003/0324/war/mofaz.html"><STRONG>Israel Is Obliged to Defend Itself </STRONG></A> Israeli defense minister Shaul Mofaz talked with TIME\'s Matt Rees and Aharon Klein '

	link[27]='<A href="/time/europe/magazine/2003/0324/war/viewpoint.html"><STRONG>Hold the Freedom Fries</STRONG></A> Is it hard to be a Yankee in France today? Only when she reads the news from home, says Amanda Ripley'

	link[28]='<A href="/time/europe/magazine/2003/0324/war/recruit.html"><STRONG>Uncle Osama Wants You</STRONG></A> A journalist infiltrates a radical network in Paris, and gets a rare glimpse of a terror recruiter in action'

	link[29]='<A href="/time/europe/roadtowar/stories/0,13716,434899,00.html"><STRONG>Taking a Stand on Stage</STRONG></A> Whether in classics, polemics or popular songs, this season there\'s no avoiding the theater of war'

	link[30]='<A href="/time/europe/magazine/2003/0324/war/story.html"><STRONG>A Week in Hell </STRONG></A>  At the precipice of war, facing mutiny at home, Tony Blair stays cool'

	
// -- select the first story

for (var i = 999 ; i > 0; --i) {
	
		if (link[i] != null) {
		
			document.write(
			
				link[i] + '<BR><BR>'
			
			)
			
			used[i] = 'yes'
			
			topStory = i
			
			i = -1
		}
	
	}	
	
// -- randomly select the next few stories up to the display limit
	
	while ( n < displayTotal - 1) {
	
		// -- Choose a random number between 0 and the next to latest story
	
		var a = Math.round(Math.random() * topStory)
		
		// -- Check to see if the story has already been used AND that it is a valid story
		
		if (used[a] != 'yes' && link[a] != null){
		
			document.write(
			
				link[a] + '<BR><BR>'
				
			)
		
		used[a] = 'yes'
		
		} else { 
		
		--n
		
		}
	
		++n
	}