<!-- Begin
var how_many_ads = 2;
var now = new Date();
var sec = now.getSeconds();
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
	urlright="https://www.eloan.com/s/show/autoshortapp?context=auto&user=lkc_AID9337025:PID1:SID";
	altright="Eloan";
	bannerright="http://www.florawebinfo.com/assets/images/homePage/banners/eloan.gif";
	widthright="125";
	heightright="60";
}
if (ad==2) {
	urlright="http://www.kmart.com/entry.point?target=Z&source=CJ_23";
	altright="Kmart";
	bannerright="http://www.florawebinfo.com/assets/images/homePage/banners/kmart.gif";
	widthright="120";
	heightright="30";
}
document.write('<center>');
document.write('<a href="' + urlright + '" target="top">');
document.write('<img src="' + bannerright + '" width=');
document.write(widthright + ' height=' + heightright + ' ');
document.write('alt="' + altright + '" border=0><br></a>');
document.write('</center>');
// End -->
