document.writeln('<br/>');

function rand ()
{
  return ( Math.floor ( Math.random ( ) * 4 + 1 ) );
}

var rand_nm = rand ();

switch(rand_nm) {
case 1:
	document.writeln('<p><a href="http://www.biozio.com/ref/report/jat/jatropha_biodiesel.html"><img src="http://www.biozio.com/alt_prof/images/jatropha_rep.png" style="padding-right:20px"/></a><a href="http://www.cleantick.com/topic/cellulosic-ethanol"><img src="http://www.biozio.com/images/bio_fuels_interact.png" /></a></p>');
	break;
case 2:
	document.writeln('<p><a href="http://www.biozio.com/ref/report/jat/jatropha_biodiesel.html"><img src="http://www.biozio.com/alt_prof/images/jatropha_2.png" style="padding-right:20px"/></a><a href="http://www.cleantick.com/topic/cellulosic-ethanol"><img src="http://www.biozio.com/images/bio_fuels_interact.png" /></a></p>');
	break;
case 3:
	document.writeln('<p><a href="http://www.biozio.com/ref/report/ce/cellulosic_ethanol.html"><img src="http://www.biozio.com/alt_prof/images/ce_report_1.png" style="padding-right:20px"/></a><a href="http://www.cleantick.com/topic/cellulosic-ethanol"><img src="http://www.biozio.com/images/bio_fuels_interact.png" /></a></p>');
	break;
case 4:
	document.writeln('<p><a href="http://www.biozio.com/ref/report/ce/cellulosic_ethanol.html"><img src="http://www.biozio.com/alt_prof/images/ce_report_2.png" style="padding-right:20px"/></a><a href="http://www.cleantick.com/topic/cellulosic-ethanol"><img src="http://www.biozio.com/images/bio_fuels_interact.png" /></a></p>');
	break;
default :
	document.writeln('<p><a href="http://www.biozio.com/ref/report/jat/jatropha_biodiesel.html"><img src="http://www.biozio.com/alt_prof/images/jatropha_rep.png" style="padding-right:20px"/></a><a href="http://www.cleantick.com/topic/cellulosic-ethanol"><img src="http://www.biozio.com/images/bio_fuels_interact.png" /></a></p>');
	break;
}



