<!-- Begin
var how_many_ads = 12;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="";
url="http://store.mallcom.com/?a=21240";
alt="Shop For XX Videos & DVDs.";
banner="http://www.mallcom.com/simages/hor470x80/hor470x80x01.jpg";
width="470";
height="80";
border="0";
}
if (ad==2) {
txt="";
url="http://store.mallcom.com/?a=21240";
alt="Shop For XX Videos & DVDs.";
banner="http://www.mallcom.com/simages/hor470x80/hor470x80x02.jpg";
width="470";
height="80";
border="0";
}
if (ad==3) {
txt="";
url="http://store.mallcom.com/?a=21240";
alt="Shop For XX Videos & DVDs.";
banner="http://www.mallcom.com/simages/hor470x80/hor470x80x03.jpg";
width="470";
height="80";
border="0";
}
if (ad==4) {
txt="";
url="http://store.mallcom.com/?a=21240";
alt="Shop For XX Videos & DVDs.";
banner="http://www.mallcom.com/simages/hor470x80/hor470x80x04.jpg";
width="470";
height="80";
border="0";
}
if (ad==5) {
txt="";
url="http://store.mallcom.com/?a=21240";
alt="Shop For XX Videos & DVDs.";
banner="http://www.mallcom.com/simages/hor470x80/hor470x80x05.jpg";
width="470";
height="80";
border="0";
}
if (ad==6) {
txt="";
url="http://store.mallcom.com/?a=21240";
alt="Shop For XX Videos & DVDs.";
banner="http://www.mallcom.com/simages/hor470x80/hor470x80x06.jpg";
width="470";
height="80";
border="0";
}
if (ad==7) {
txt="";
url="http://store.mallcom.com/?a=21240";
alt="Shop For XX Videos & DVDs.";
banner="http://www.mallcom.com/simages/hor470x80/hor470x80x07.jpg";
width="470";
height="80";
border="0";
}
if (ad==8) {
txt="";
url="http://store.mallcom.com/?a=21240";
alt="Shop For XX Videos & DVDs.";
banner="http://www.mallcom.com/simages/hor470x80/hor470x80x08.jpg";
width="470";
height="80";
border="0";
}
if (ad==9) {
txt="";
url="http://store.mallcom.com/?a=21240";
alt="Shop For XX Videos & DVDs.";
banner="http://www.mallcom.com/simages/hor470x80/hor470x80x09.jpg";
width="470";
height="80";
border="0";
}
if (ad==10) {
txt="";
url="http://store.mallcom.com/?a=21240";
alt="Shop For XX Videos & DVDs.";
banner="http://www.mallcom.com/simages/hor470x80/hor470x80x10.jpg";
width="470";
height="80";
border="0";
}
if (ad==11) {
txt="";
url="http://store.mallcom.com/?a=21240";
alt="Shop For XX Videos & DVDs.";
banner="http://www.mallcom.com/simages/hor470x80/hor470x80x11.jpg";
width="470";
height="80";
border="0";
}
if (ad==12) {
txt="";
url="http://store.mallcom.com/?a=21240";
alt="Shop For XX Videos & DVDs.";
banner="http://www.mallcom.com/simages/hor470x80/hor470x80x12.jpg";
width="470";
height="80";
border="0";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
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 -->




