<!-- Begin
var how_many_ads = 14;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Randolph Loves Louise";
url="http://www.louiseenglishfancentre.com";
alt="Louise English";
banner="http://bioenergeticspectrum.com/images/louise90x90-1.jpg";
width="90";
height="90";
}
if (ad==2) {
txt="Randolph Loves Louise";
url="http://www.louiseenglishfancentre.com";
alt="Louise English";
banner="http://bioenergeticspectrum.com/images/louise90x90-2.jpg";
width="90";
height="90";
}
if (ad==3) {
txt="Randolph Loves Louise";
url="http://www.louiseenglishfancentre.com";
alt="Louise English";
banner="http://bioenergeticspectrum.com/images/louise90x90-3.jpg";
width="90";
height="90";
}
if (ad==4) {
txt="Randolph Loves Louise";
url="http://www.louiseenglishfancentre.com";
alt="Louise English";
banner="http://bioenergeticspectrum.com/images/louise90x90-4.jpg";
width="90";
height="90";
}
if (ad==5) {
txt="Randolph Loves Louise";
url="http://www.louiseenglishfancentre.com";
alt="Louise English";
banner="http://bioenergeticspectrum.com/images/louise90x90-5.jpg";
width="90";
height="90";
}
if (ad==6) {
txt="Randolph Loves Louise";
url="http://www.louiseenglishfancentre.com";
alt="Louise English";
banner="http://bioenergeticspectrum.com/images/louise90x90-6.jpg";
width="90";
height="90";
}
if (ad==7) {
txt="Randolph Loves Louise";
url="http://www.louiseenglishfancentre.com";
alt="Louise English";
banner="http://bioenergeticspectrum.com/images/louise90x90-7.jpg";
width="90";
height="90";
}
if (ad==8) {
txt="Randolph Loves Louise";
url="http://www.louiseenglishfancentre.com";
alt="Louise English";
banner="http://bioenergeticspectrum.com/images/louise90x90-8.jpg";
width="90";
height="90";
}
if (ad==9) {
txt="Randolph Loves Louise";
url="http://www.louiseenglishfancentre.com";
alt="Louise English";
banner="http://bioenergeticspectrum.com/images/louise90x90-9.jpg";
width="90";
height="90";
}
if (ad==10) {
txt="Randolph Loves Louise";
url="http://www.louiseenglishfancentre.com";
alt="Louise English";
banner="http://bioenergeticspectrum.com/images/louise90x90-1a.jpg";
width="90";
height="90";
}
if (ad==11) {
txt="Randolph Loves Louise";
url="http://www.louiseenglishfancentre.com";
alt="Louise English";
banner="http://bioenergeticspectrum.com/images/louise90x90-2a.jpg";
width="90";
height="90";
}
if (ad==12) {
txt="Randolph Loves Louise";
url="http://www.louiseenglishfancentre.com";
alt="Louise English";
banner="http://bioenergeticspectrum.com/images/louise90x90-3a.jpg";
width="90";
height="90";
}
if (ad==13) {
txt="Randolph Loves Louise";
url="http://www.louiseenglishfancentre.com";
alt="Louise English";
banner="http://bioenergeticspectrum.com/images/louise90x90-4a.jpg";
width="90";
height="90";
}
if (ad==14) {
txt="Randolph Loves Louise";
url="http://www.louiseenglishfancentre.com";
alt="Louise English";
banner="http://bioenergeticspectrum.com/images/louise90x90-5a.jpg";
width="90";
height="90";
}
document.write('<div align=center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" class=blood><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</div>');
// End -->