<!-- Begin
var how_many_ads = 11;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="";
url="http://www.snort.org";
alt="snort.org";
banner="http://www.liquidmatrix.org/images/SNORT.gif";
width="468";
height="65";
}
if (ad==2) {
txt="";
url="http://packetstormsecurity.org";
alt="packetstormsecurity.org";
banner="http://www.liquidmatrix.org/images/pss_banner3.gif";
width="468";
height="60";
}
if (ad==3) {
txt=""; 
url="http://slashdot.org";
alt="slashdot.org";
banner="http://www.liquidmatrix.org/images/slingerzbanner2.gif";
width="468";
height="65";
}
if (ad==4) {
txt=""; 
url="http://www.insecure.org";
alt="www.insecure.org";
banner="http://www.liquidmatrix.org/images/nmap_bnr2.jpg";
width="468";
height="65";
}
if (ad==5) {
txt="";
url="http://nosoftwarepatents.com/en/m/intro/index.html";
alt="www.nosoftwarepatents.com";
banner="http://www.liquidmatrix.org/images/nsp.gif";
width="468";
height="60";
}
if (ad==6) {
txt="";
url="http://www.freebsd.org";
alt="freebsd.org";
banner="http://www.liquidmatrix.org/images/freebsd_power.jpg";
width="468";
height="60";
}
if (ad==7) {
txt="";
url="http://www.redcross.org";
alt="redcross.org";
banner="http://www.liquidmatrix.org/images/redcross.gif";
width="468";
height="65";
}
if (ad==8) {
txt="";
url="http://www.bouclier.org/campagne/en/";
alt="International Campaign Against Pedophiles";
banner="http://www.liquidmatrix.org/images/bouclier.jpg";
width="468";
height="55";
}
if (ad==9) {
txt="";
url="http://www.linux.org";
alt="linux.org";
banner="http://www.liquidmatrix.org/images/linuxride.gif";
width="468";
height="65";
}
if (ad==10) {
txt="";
url="http://www.net-security.org";
alt="net-security.org";
banner="http://www.liquidmatrix.org/images/hns-hp2.gif";
width="468";
height="65";
}
if (ad==11) {
txt="";
url="http://www.liquidmatrix.org/redir/sam.html";
alt="samspade.org";
banner="http://www.liquidmatrix.org/images/sam.gif";
width="468";
height="70";
}
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 -->