document.writeln('<div id="add">');
var url = window.location.href;
if(url.match("cos")) {
     document.writeln('<a href="http://www.oilgae.com/ref/report/co2_capture/co2_capture.html"><img src="http://www.oilgae.com/adv/algae_cs.jpg"></a>');
}
else {
	
	var ale = Math.floor(Math.random() * 5);
	switch(ale){
		case 0:
     document.writeln('<a href="http://www.oilgae.com/ref/report/report.html" ><img src="http://www.oilgae.com/adv/oc.gif"></a>');
	 break;
	 case 1:
	 
	  document.writeln('<a href="http://www.oilgae.com/ref/report/report.html" ><img src="http://www.oilgae.com/adv/a-z-comp.gif"></a>');
	 break;
	 case 2:
	 	  document.writeln('<a href="http://www.oilgae.com/ref/report/report.html" ><img src="http://www.oilgae.com/adv/algae_comp.png"></a>');
		  break;
		  
		   case 3:
	 
	  document.writeln('<a href="http://www.oilgae.com/ref/report/report.html" ><img src="http://www.oilgae.com/adv/algae_fuels.gif"></a>');
	 break;
	 case 4:
	 	  document.writeln('<a href="http://www.oilgae.com/ref/report/report.html" ><img src="http://www.oilgae.com/adv/algae_fuels3.gif"></a>');
		  break;
	 
	}
}
document.writeln('</div>');



