<!-- Begin
var how_many_ads = 1;
var now = new Date();
var sec = now.getSeconds();
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
	urlright="http://www.franklinmint.com/tfmweb/corporate/homepage.asp?orsr_url_addr=LS--%2FX8PAAAAAAFhjLTeAQE%3D";
	altright="";
	bannerright="http://www.clintonwebinfo.com/assets/images/homePage/banners/franklinMint.gif";
	widthright="125";
	heightright="60";
}
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 -->
