// --   set up global variablesvar used = new Array()i = 0	// --   generate 6 urls	while ( i < 6 ) {	// --   set up urls variables		var a = Math.round(Math.random() * 16)	link = new Array		// --   The links		link[0] = '<SPAN class="rightsidelinks"><img src="globalimages/arrow_red_blk.gif"> <B><A href="/time/europe/summerculture/html/fch/barbizon.html">OUT OF THE WOODS:</A></B> A new exhibition finally gives the Barbizon School its due</SPAN>'	link[1] = '<SPAN class="rightsidelinks"><img src="globalimages/arrow_red_blk.gif"> <B><A href="/time/europe/summerculture/html/fch/medieval.html">PARADISE FOUND:</A></B> Medieval gardens bloom again in a stunning new show</SPAN>'	link[2] = '<SPAN class="rightsidelinks"><img src="globalimages/arrow_red_blk.gif"> <B><A href="/time/europe/summerculture/html/ep/monks.html">FROCK \'N\' ROLL:</A></B> Greece\'s top religious rock group goes the (un)Orthodox Route</SPAN>'	link[3] = '<SPAN class="rightsidelinks"><img src="globalimages/arrow_red_blk.gif"> <B><A href="/time/europe/summerculture/html/ep/pasta.html">LA DOLCE VITA:</A></B> There\'s no better time to eat in Italy that the summer season of local food festivals</SPAN>'	link[4] = '<SPAN class="rightsidelinks"><img src="globalimages/arrow_red_blk.gif"> <B><A href="/time/europe/summerculture/html/ep/roma.html">STARRY NIGHTS:</A></B> Outdoor film is a fixture on Rome\'s cultural calendar</SPAN>'	link[5] = '<SPAN class="rightsidelinks"><img src="globalimages/arrow_red_blk.gif"> <B><A href="/time/europe/summerculture/html/ep/roma.html">GRACEFUL IN GOLD:</A></B> Salamanca\'s ancient streets welcome visitors to a City of Culture</SPAN>'	link[6] = '<SPAN class="rightsidelinks"><img src="globalimages/arrow_red_blk.gif"> <B><A href="/time/europe/summerculture/html/gbirl/bagpipes.html">PEACE PIPES:</A></B> Ancient and eerie sounds to lure both clans and fans</SPAN>'	link[7] = '<SPAN class="rightsidelinks"><img src="globalimages/arrow_red_blk.gif"> <B><A href="/time/europe/summerculture/html/gbirl/london.html">HIDDEN JEWELS:</A></B> London reveals a hoard of little-known and rarely visited treasures</SPAN>'	link[8] = '<SPAN class="rightsidelinks"><img src="globalimages/arrow_red_blk.gif"> <B><A href="/time/europe/summerculture/html/gbirl/rock.html">STRIKE UP THE BANDS:</A></B> After a year off, Britain’s Glastonbury Festival is back with its famed mix of music and madness</SPAN>'	link[9] = '<SPAN class="rightsidelinks"><img src="globalimages/arrow_red_blk.gif"> <B><A href="/time/europe/summerculture/html/ep/pasta.html">PASTA MASTERS:</A></B> Italians take their food very seriously ... and celebrate</SPAN>'	link[10] = '<SPAN class="rightsidelinks"><img src="globalimages/arrow_red_blk.gif"> <B><A href="/time/europe/summerculture/html/ep/roma.html">FILM NOIR:</A></B> Cinema all\'aperto is rapidly becoming the Eternal City\'s latest tradition</SPAN>'	link[11] = '<SPAN class="rightsidelinks"><img src="globalimages/arrow_red_blk.gif"> <B><A href="/time/europe/summerculture/html/dbl/floridae.html">FLOWER POWER:</A></B> Every ten years the world blossoms at Floridae</SPAN>'	link[12] = '<SPAN class="rightsidelinks"><img src="globalimages/arrow_red_blk.gif"> <B><A href="/time/europe/summerculture/html/dbl/brugge.html">TAKE IT TO THE BRIDGE:</A></B> Belgium\'s second city shines</SPAN>'	link[13] = '<SPAN class="rightsidelinks"><img src="globalimages/arrow_red_blk.gif"> <B><A href="/time/europe/summerculture/html/dbl/berlin.html">SMILEY CULTURE:</A></B> This summer, Berlin\'s club scene will feature more than just cool music and wild dancing.</SPAN>'	link[14] = '<SPAN class="rightsidelinks"><img src="globalimages/arrow_red_blk.gif"> <B><A href="/time/europe/summerculture/html/dbl/documenta.html">BODE\'S WELL:</A></B> The best of the world\'s artists on show at Documenta 11</SPAN>'	link[15] = '<SPAN class="rightsidelinks"><img src="globalimages/arrow_red_blk.gif"> <B><A href="/time/europe/summerculture/html/dbl/czech.html">SEEING DOUBLE:</A></B> Czech mates keep it in the family</SPAN>'	link[16] = '<SPAN class="rightsidelinks"><img src="globalimages/arrow_red_blk.gif"> <B><A href="/time/europe/summerculture/html/eeu/yugo.html">CULTURE CLUB:</A></B> Yugoslav art treasures revealed</SPAN>'				// --   Pick a link, any link		if (used[a] != 'yes') {		used[a] = 'yes'		var linkShow = link[a]			// --   Print results				document.write(		linkShow + '<BR><table><tr><td height=2></td></tr></table>'		)				i++			} }