<!-- Begin
var how_many_ads = 8;
var randomnumber = Math.random() ;
var ad = Math.round( (how_many_ads-1) * randomnumber) + 1 ;
if (ad==1) {
url="http://www.microfilmmaker.com/index_e.html";
alt="Continue on to the new issue.";
banner="http://www.microfilmmaker.com/pix/Iss45pix/General/splash6a.jpg";
width="461";
height="54";
}
if (ad==2) {
url="http://www.microfilmmaker.com/index_e.html";
alt="Continue on to the new issue.";
banner="http://www.microfilmmaker.com/pix/Iss45pix/General/splash6a.jpg";
width="461";
height="54";
}
if (ad==3) {
url="http://www.microfilmmaker.com/index_f.html";
alt="Continue on to the new issue.";
banner="http://www.microfilmmaker.com/pix/Iss45pix/General/splash6a.jpg";
width="461";
height="54";
}
if (ad==4) {
url="http://www.microfilmmaker.com/index_f.html";
alt="Continue on to the new issue.";
banner="http://www.microfilmmaker.com/pix/Iss45pix/General/splash6a.jpg";
width="461";
height="54";
}
if (ad==5) {
url="http://www.microfilmmaker.com/index_f.html";
alt="Continue on to the new issue.";
banner="http://www.microfilmmaker.com/pix/Iss45pix/General/splash6a.jpg";
width="461";
height="54";
}
if (ad==6) {
url="http://www.microfilmmaker.com/index_g.html";
alt="Continue on to the new issue.";
banner="http://www.microfilmmaker.com/pix/Iss45pix/General/splash6a.jpg";
width="461";
height="54";
}
if (ad==7) {
url="http://www.microfilmmaker.com/index_g.html";
alt="Continue on to the new issue.";
banner="http://www.microfilmmaker.com/pix/Iss45pix/General/splash6a.jpg";
width="461";
height="54";
}
if (ad==8) {
url="http://www.microfilmmaker.com/index_g.html";
alt="Continue on to the new issue.";
banner="http://www.microfilmmaker.com/pix/Iss45pix/General/splash6a.jpg";
width="461";
height="54";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
// End -->

