// JavaScript Document

function randBnr(num) {return Math.floor(Math.random()*num )+1;}
function hdrImg() {
	document.write( '<a id="hdr" href="index.htm" target="_top" ><img src="img/egabnr_' +randBnr(1)+'.gif" width="775" height="120" border="0" alt="EGA | European Generic medicines Association ... &#8220; Making Medicines Affordable&#8221;"  /></a>');}
