<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
<!--
/*  You can get this script and many others 
    by visiting JavaScript City at: http://www.javascriptcity.com . */

pic_width=745;   /*change to match the height of all your images */
pic_height=112;   /* change to match the width of all your images */
border_size=0;   /* change to the border size you want on the images */
alignment=1;      /* 0=left,1=center */

/* define image urls */

if (document.images)
 {
     pic1= new Image(pic_width,pic_height);
     pic1.src="images/home_1.jpg";  
     pic2= new Image(pic_width,pic_height); 
     pic2.src="images/home_2.jpg";
     pic3= new Image(pic_width,pic_height); 
     pic3.src="images/home_3.jpg";
	 pic4= new Image(pic_width,pic_height); 
     pic4.src="images/home_4.jpg";
	 pic5= new Image(pic_width,pic_height); 
     pic5.src="images/home_5.jpg";
	 pic6= new Image(pic_width,pic_height); 
     pic6.src="images/home_6.jpg";
	 pic7= new Image(pic_width,pic_height); 
     pic7.src="images/home_7.jpg";
	 pic8= new Image(pic_width,pic_height); 
     pic8.src="images/home_8.jpg";
	 pic9= new Image(pic_width,pic_height); 
     pic9.src="images/home_9.jpg";
	 pic10= new Image(pic_width,pic_height); 
     pic10.src="images/home_10.jpg";
	 pic11= new Image(pic_width,pic_height); 
     pic11.src="images/home_11.jpg";
	 pic12= new Image(pic_width,pic_height); 
     pic12.src="images/home_12.jpg";
	 pic13= new Image(pic_width,pic_height); 
     pic13.src="images/home_13.jpg";
	 pic14= new Image(pic_width,pic_height); 
     pic14.src="images/home_14.jpg";
	 pic15= new Image(pic_width,pic_height); 
     pic15.src="images/home_15.jpg";
	 pic16= new Image(pic_width,pic_height); 
     pic16.src="images/home_16.jpg";
	 pic17= new Image(pic_width,pic_height); 
     pic17.src="images/home_17.jpg"; 
	 pic18= new Image(pic_width,pic_height); 
     pic18.src="images/home_18.jpg"; 
	 pic19= new Image(pic_width,pic_height); 
     pic19.src="images/home_19.jpg"; 
	 pic20= new Image(pic_width,pic_height); 
     pic20.src="images/home_20.jpg"; 
	 pic21= new Image(pic_width,pic_height); 
     pic21.src="images/home_21.jpg"; 
	 pic22= new Image(pic_width,pic_height); 
     pic22.src="images/home_22.jpg"; 
	 pic23= new Image(pic_width,pic_height); 
     pic23.src="images/home_23.jpg"; 
	 pic24= new Image(pic_width,pic_height); 
     pic24.src="images/home_24.jpg"; 
	 pic25= new Image(pic_width,pic_height); 
     pic25.src="images/home_25.jpg"; 
	 
 }   

/* no need to edit past this point (unless you want to add more image slots) */

if (alignment==1)
 {
  cent_it="<CENTER>";
  cent_it2="<\/CENTER>";
 }
else
 {
  cent_it="";
  cent_it2="";
 }
 
function get_random(maxNum)
{
  if (Math.random && Math.round)
  {
    var ranNum= Math.round(Math.random()*(maxNum-1));
    ranNum+=1;
    return ranNum;
  }
  else
  {
  today= new Date();
  hours= today.getHours();
  mins=   today.getMinutes();
  secn=  today.getSeconds();
  if (hours==19)
   hours=18;
  var ranNum= (((hours+1)*(mins+1)*secn)%maxNum)+1;
  return ranNum;
  }
}

function get_Image()
{
 if (document.images)
 {
  var choose_one= get_random(25);  
  choose_one--;

  var pics= new Array(25) 
   pics[0]=pic1.src;
   pics[1]=pic2.src;
   pics[2]=pic3.src;
   pics[3]=pic4.src;
   pics[4]=pic5.src;
   pics[5]=pic6.src;
   pics[6]=pic7.src;
   pics[7]=pic8.src;
   pics[8]=pic9.src;
   pics[9]=pic10.src;
   pics[10]=pic11.src;
   pics[11]=pic12.src;
   pics[12]=pic13.src;
   pics[13]=pic14.src;
   pics[14]=pic15.src;
   pics[15]=pic16.src;
   pics[16]=pic17.src;
   pics[17]=pic18.src;
   pics[18]=pic19.src;
   pics[19]=pic20.src;
   pics[20]=pic21.src;
   pics[21]=pic22.src;
   pics[22]=pic23.src;
   pics[23]=pic24.src;
   pics[24]=pic25.src;

   
  document.write(cent_it+"<IMG SRC='"+pics[choose_one]+"' width='"+pic_width+"' height='"+pic_height+"' border='"+border_size+"'>"+cent_it2);
 }
}


pic_width_desc=235;   /*change to match the height of all your images */
pic_height_desc=100;   /* change to match the width of all your images */
pic_border_size_desc=0;   /* change to the border size you want on the images */
pic_alignment_desc=1;      /* 0=left,1=center */


if (document.images)
 {
     pics1= new Image(pic_width_desc,pic_height_desc);
     pics1.src="images/herbs_1.png";  
     pics2= new Image(pic_width_desc,pic_height_desc); 
     pics2.src="images/printing_gums.png";
     pics3= new Image(pic_width_desc,pic_height_desc); 
     pics3.src="images/alcohlic_acid.png";
	 pics4= new Image(pic_width_desc,pic_height_desc); 
     pics4.src="images/bio-organic.png";
	 pics5= new Image(pic_width_desc,pic_height_desc); 
     pics5.src="images/process.png";
	 pics6= new Image(pic_width_desc,pic_height_desc); 
     pics6.src="images/sucralose_4.png";
 }


function get_Desc()
{
 if (document.desc)
 {
  var choose_desc= get_random(25);  
  choose_desc--;

  var pic= new Array(25) 
   pic[0]=pics1.src;
   pic[1]=pics2.src;
   pic[2]=pics3.src;
   pic[3]=pics4.src;
   pic[4]=pics5.src;
   pic[5]=pics6.src;
   
   
  document.write(cent_it+"<IMG SRC='"+pic[choose_desc]+"' width='"+pic_width_desc+"' height='"+pic_height_desc+"' border='"+pic_border_size_desc+"'>"+cent_it2);
 }
}
//-->