	function randnews1()
	{
		var news=new Array();

		news[0]="<table width=95% border=0 cellspacing=0 cellpadding=0><tr><td width=100% class=TimesNewRoman>Sometimes I have a terrible feeling that I am dying not from the virus, but from being untouchable.</td></tr><tr> <td height=11>&nbsp;</td></tr><tr><td align=right valign=top class=arial12gray>Amanda Hogs</td></tr></table>";

//		news[1]="<table width=95% border=0 cellspacing=0 cellpadding=0><tr><td width=100% class=TimesNewRoman>I have learned more about love, selflessness and human understanding in this great adventure in the world of AIDS than I ever did in the cut-throat, competitive world in which I spent my life</td></tr><tr> <td height=11>&nbsp;</td></tr><tr><td align=right valign=top class=arial12gray>Anthony Perkins</td></tr></table>";

//		news[1]="<table width=95% border=0 cellspacing=0 cellpadding=0><tr><td width=100% class=TimesNewRoman>The smallest effort is not lost. Each wavelet on the ocean tost AIDS in the ebb-tide or the flow; each rain-drop makes some floweret blow; each struggle lessens human woe.</td></tr><tr> <td height=11>&nbsp;</td></tr><tr><td align=right valign=top class=arial12gray>Charles Mackay</td></tr></table>";

		news[1]="<table width=95% border=0 cellspacing=0 cellpadding=0><tr><td width=100% class=TimesNewRoman>It could be said that the AIDS pandemic is a classic own-goal scored by the human race against itself.</td></tr><tr> <td height=11>&nbsp;</td></tr><tr><td align=right valign=top class=arial12gray>Princess Anne Ireland</td></tr></table>";

//		news[4]="<table width=95% border=0 cellspacing=0 cellpadding=0><tr><td width=100% class=TimesNewRoman>AIDS occupies such a large part in our awareness because of what it has been taken to represent. It seems the very model of all the catastrophes privileged populations feel await them.</td></tr><tr> <td height=11>&nbsp;</td></tr><tr><td align=right valign=top class=arial12gray>Susan Sontag</td></tr></table>";

		news[2]="<table width=95% border=0 cellspacing=0 cellpadding=0><tr><td width=100% class=TimesNewRoman>Sometimes we virologists have a virus in search of a disease.</td></tr><tr> <td height=11>&nbsp;</td></tr><tr><td align=right valign=top class=arial12gray>Dr. Robert Gallo, HIV co-discoverer </td></tr></table>";

//		news[4]="<table width=95% border=0 cellspacing=0 cellpadding=0><tr><td width=100% class=TimesNewRoman>...There has been a world-wide revolt of public opinion. People no longer accept that the sick and dying, simply because they are poor, should be denied drugs which have transformed the lives of others who are better off</td></tr><tr> <td height=11>&nbsp;</td></tr><tr><td align=right valign=top class=arial12gray>Kofi Annan </td></tr></table>";

		document.getElementById("btn").innerHTML=news[parseInt(Math.random()*3)];
	}


		var theImages = new Array() 
			theImages[0] = 'images/red_reb1.jpg'
			theImages[1] = 'images/red_reb2.jpg'
			theImages[2] = 'images/red_reb3.jpg'
			theImages[3] = 'images/red_reb4.jpg'
			theImages[4] = 'images/red_reb5.jpg'
			theImages[5] = 'images/red_reb6.jpg'
			theImages[6] = 'images/red_reb7.jpg'
			theImages[7] = 'images/red_reb8.jpg'
			theImages[8] = 'images/red_reb9.jpg'
			theImages[9] = 'images/red_reb10.jpg'
			
			var j = 0
			var p = theImages.length;
			var preBuffer = new Array()
			for (i = 0; i < p; i++)
			{
			   preBuffer[i] = new Image()
			   preBuffer[i].src = theImages[i]
			}
	
			var whichImage = Math.round(Math.random()*(p-1));
			
			function showImage()
			{
				document.getElementById("imgchange").innerHTML = '<img src="'+theImages[whichImage]+'" width="196" height="122">';
			}

