<!-- Hide script from old browsers
if (document.images) {
////  set up array
home_off = new Image
home_on = new Image


directory_off = new Image
directory_on = new Image


prospective_off = new Image
prospective_on = new Image


issues_off = new Image
issues_on = new Image


committees_off = new Image
committees_on = new Image


contact_off = new Image
contact_on = new Image

////  Pre-load all rollover on - off graphics

home_off.src = "/images/home_0.gif";
home_on.src = "/images/home_1.gif";

directory_off.src = "/images/directory_0.gif";
directory_on.src = "/images/directory_1.gif";

prospective_off.src = "/images/prospective_0.gif";
prospective_on.src = "/images/prospective_1.gif";

issues_off.src = "/images/issues_0.gif";
issues_on.src = "/images/issues_1.gif";

committees_off.src = "/images/committees_0.gif";
committees_on.src = "/images/committees_1.gif";

contact_off.src = "/images/contact_0.gif";
contact_on.src = "/images/contact_1.gif";

} else {
////  specify your document object/name of image that will change

document.home = ""
document.directory = ""
document.prospective = ""
document.issues = ""
document.committees = ""
document.contact = ""
}
// -->



<!--
/*
Random Image Link Script
By Website Abstraction (http://www.wsabstract.com)
and Java-scripts.net (http://www.java-scripts.net)
*/
 
function random_imglink(){
  var myimages=new Array()
  //specify random images below. You can have as many as you wish
  myimages[1]="/images/header_photo_1.jpg"
  myimages[2]="/images/header_photo_5.jpg"
  myimages[3]="/images/header_photo_10.jpg"
  myimages[4]="/images/header_photo_12.jpg"
  myimages[5]="/images/header_photo_13.jpg"
  myimages[6]="/images/header_photo_14.jpg"
  myimages[7]="/images/header_photo_15.jpg"
  
    //specify corresponding links below
  var myalt=new Array()
  myalt[1]="International Food Additives Coucil"
  myalt[2]="International Food Additives Coucil"
  myalt[3]="International Food Additives Coucil"
  myalt[4]="International Food Additives Coucil"
  myalt[5]="International Food Additives Coucil"
  myalt[6]="International Food Additives Coucil"
  myalt[7]="International Food Additives Coucil"
 
  var ry=Math.floor(Math.random()*myimages.length)
 
  if (ry==0)
     ry=1
     document.write('<img src="'+myimages[ry]+'" alt="'+myalt[ry]+'" border=0>')
}
// -->
