﻿<script type="text/javascript">
<!-- Begin
rnd.today=new Date();
rnd.seed=rnd.today.getTime();

function rnd() {
        rnd.seed = (rnd.seed*9301+49297) % 233280;
        return rnd.seed/(233280.0);
};

function rand(number) {
	var result = Math.ceil(rnd()*number);
	if (!result)result++;
        return result
};
var ad_cnt1 = 10;
var ad1 = rand(ad_cnt1);
var link1;
var adBanner1;
var width1
var height1
if (ad1==1) {
link1="http://www.alltech.com/en_US/Pages/Default.aspx";
adBanner1="http://kentuckydairydevelopmentcouncil.farming.officelive.com/images/alltech.jpg";
width1="468";
height1="60";
alt1="";
}
if (ad1==2) {
link1="http://www.burkmann.com/";
adBanner1="http://kentuckydairydevelopmentcouncil.farming.officelive.com/images/Burkmann1.jpg";
width1="468";
height1="60";
alt1="";
}
if (ad1==3) {
link1="http://www.cpccommodities.com/";
adBanner1="http://kentuckydairydevelopmentcouncil.farming.officelive.com/images/CPC1.jpg";
width1="468";
height1="60";
alt1="";
}
if (ad1==4) {
link1="http://www.e-farmcredit.com/";
adBanner1="http://kentuckydairydevelopmentcouncil.farming.officelive.com/images/FArm-Credit1.jpg";
width1="468";
height1="60";
alt1="";
}
if (ad1==5) {
link1="http://www.griffinind.com/";
adBanner1="http://kentuckydairydevelopmentcouncil.farming.officelive.com/images/griffin.jpg";
width1="468";
height1="60";
alt1="";
}
if (ad1==6) {
link1="http://www.idexx.com/dairy/";
adBanner1="http://kentuckydairydevelopmentcouncil.farming.officelive.com/images/idexx.jpg";
width1="468";
height1="60";
alt1="";
}
if (ad1==7) {
link1="https://www.kyfb.com/";
adBanner1="http://kentuckydairydevelopmentcouncil.farming.officelive.com/images/kyfb.jpg";
width1="468";
height1="60";
alt1="";
}
if (ad1==8) {
link1="http://www.kysoy.org/";
adBanner1="http://kentuckydairydevelopmentcouncil.farming.officelive.com/images/kysoybean.jpg";
width1="468";
height1="60";
alt1="";
}
if (ad1==9) {
link1="http://www.southernstates.com/";
adBanner1="http://kentuckydairydevelopmentcouncil.farming.officelive.com/images/southernstates.gif";
width1="468";
height1="60";
alt1="";
}
if (ad1==10) {
link1="http://www.westfalia.com/us/en/";
adBanner1="http://kentuckydairydevelopmentcouncil.farming.officelive.com/images/Westfaliasurge2.jpg";
width1="468";
height1="60";
alt1="";
}
document.write('<center><a href="' + link1 + '" target="_top">');
document.write('<img src="' + adBanner1 + '" width=' + width1 + ' height=' + height1 + ' border=0 alt="' + alt1 + '"></a>');
document.write('</center>');
// End -->
</SCRIPT>
