function linkout(dfl, itis, fb, eol, tol, iucn, fw)
{
	// In the function call pass an empty link ('') or leave the institution name (dfl, itis, etc.) so that the order remains the same
	
	(dfl != '' && dfl!='dfl')? document.write('<a href="'+dfl+'" target="_blank" >DFL</a> | ') : document.write('DFL | ');
	
	(itis != '' && itis!= 'itis')? document.write('<a href="'+itis+'" target="_blank" >ITIS</a> | ') : document.write('ITIS | ');
	
	(fb != '' && fb != 'fb')? document.write('<a href="'+fb+'" target="_blank" >FB</a> | ') : document.write('FB | ');
		
	(eol != '' && eol != 'eol')? document.write('<a href="'+eol+'" target="_blank" >EOL</a> | ') : document.write('EOL | ');
		
	(tol != '' && tol != 'tol')? document.write('<a href="'+tol+'" target="_blank" >TOL</a> | ') : document.write('TOL | ');
		
	(iucn != '' && iucn != 'iucn')? document.write('<a href="'+iucn+'" target="_blank" >IUCN</a> | '): document.write('IUCN | ');
		
	(fw != '' && fw != 'fw')? document.write('<a href="'+fw+'" target="_blank" >FW-NMFS</a>'): document.write('FW-NMFS');
		
}

/*Copy for quick link replacement

<span class="linkout"><script language="javascript" type="text/javascript">
linkout('dfl', 'itis', 'fb', 'eol', 'tol', 'iucn', 'fw');
</script></span>

*/

/*src     <script src="../linkout.js" language="JavaScript" type="text/javascript" ></script>  */


/*For ITIS Link, switch TSN value to whatever TSN value the animal has because a direct link to the page report will not work*/
