


today=new Date();
jran=today.getTime();
function rnd() {
	ia=9301;
	ic=49297;
	im=233280;
	jran = (jran*ia+ic) % im;
	return jran/(im*1.0);
};
function rand(number) {
	return Math.ceil(rnd()*number);
};
for(i=1;i<=1;i++) {
	myNum=(rand(8));
	if(myNum == 1) document.write("<a href='/kentuckylife/'><img src='/kentuckylife/images/sub/h01.jpg' alt='Kentucky Life Home' width=174 height=85 border=0></a>"); 
	if(myNum == 2) document.write("<a href='/kentuckylife/'><img src='/kentuckylife/images/sub/h02.jpg' alt='Kentucky Life Home' width=174 height=85 border=0></a>");
	if(myNum == 3) document.write("<a href='/kentuckylife/'><img src='/kentuckylife/images/sub/h03.jpg' alt='Kentucky Life Home' width=174 height=85 border=0></a>");
	if(myNum == 4) document.write("<a href='/kentuckylife/'><img src='/kentuckylife/images/sub/h04.jpg' alt='Kentucky Life Home' width=174 height=85 border=0></a>");
	if(myNum == 5) document.write("<a href='/kentuckylife/'><img src='/kentuckylife/images/sub/h05.jpg' alt='Kentucky Life Home' width=174 height=85 border=0></a>");
	if(myNum == 6) document.write("<a href='/kentuckylife/'><img src='/kentuckylife/images/sub/h06.jpg' alt='Kentucky Life Home' width=174 height=85 border=0></a>");
	if(myNum == 7) document.write("<a href='/kentuckylife/'><img src='/kentuckylife/images/sub/h07.jpg' alt='Kentucky Life Home' width=174 height=85 border=0></a>");
	if(myNum == 8) document.write("<a href='/kentuckylife/'><img src='/kentuckylife/images/sub/h08.jpg' alt='Kentucky Life Home' width=174 height=85 border=0></a>");
else {
document.write();
}
};



