<!-- CDSPanel Script@ by Axel
function choices()
{
  this[0] = 11;
  this[1] = 'http://digilander.libero.it/samiti/';
  this[2] = 'http://digilander.libero.it/7wolf/Index.htm';
  this[3] = 'http://digilander.libero.it/skinland/';
  this[4] = 'http://web.tiscali.it/ciusto/pags.htm';
  this[5] = 'http://digilander.libero.it/cridesign/SkinCountdown/Skin.htm';
  this[6] = 'http://spazioweb.inwind.it/settimio/';
  this[7] = 'http://space.tin.it/clubnet/nimazzie';
  this[8] = 'http://ale5000.altervista.org/';
  this[9] = 'http://digilander.libero.it/modesia/temi/temi_skin.htm';
  this[10] = 'http://www.pkskin.too.it/';
}

function grabSito()
{
 var oggi = new Date();
 var choiceInstance = new choices();
 var Sito = choiceInstance[(oggi.getSeconds() % choiceInstance[0]) + 1];
 return Sito;
}

var messaggio='<b>A</b> seguito della chiusura del sito di Max (Maax), è nata la necessità di continuare a dare assistenza agli utilizzatori di CountDown. Ecco che nasce, quindi, il <b><a href="http://cdskin.forumup.it" style="color: rgb(255,204,0)" TARGET="_top">CountDown Skin Web Forum</a></b>.';
//var root='';
var root='http://digilander.libero.it/microaxel/cdskin/panel/';
var alto='<table BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="159" BGCOLOR="#004080"><tr><td COLSPAN="3" WIDTH="159" HEIGHT="63"><img src="'+root+'panel.gif" border="0" width="159" height="63" USEMAP="#add"><MAP NAME="add"><AREA HREF="http://digilander.libero.it/microaxel/cdskin/" TARGET="_blank" TITLE="CountDown Skin - Sito ufficiale delle skin per CountDown!!!" SHAPE="poly" COORDS="6,2,151,2,151,21,130,21,130,43,6,43,6,2"><AREA HREF="http://digilander.libero.it/microaxel/cdskin/aggiungi.htm" TARGET="_blank" TITLE="Aggiungi questo pannello nel tuo sito!" SHAPE="rect" COORDS="7,47,77,61"><AREA HREF="http://digilander.libero.it/microaxel/cdskin/regchat.htm" TARGET="_blank" TITLE="Entra nella chat di CDSkin!!!" SHAPE="rect" COORDS="83,47,153,61"><AREA HREF="'+ grabSito() + '" TARGET="_blank" Title="Vai ad un altro sito a caso della comunità..." SHAPE="rect" COORDS="132,26,152,45"></MAP></td></tr>';
var centro='<tr><td COLSPAN="3"><img src="'+root+'159x1.gif" width="159" height="1"></td></tr><tr><td bgcolor="#3A6797" ROWSPAN="1" COLSPAN="1"><img src="'+root+'1x1.gif" width="1" height="1"></td><td WIDTH="157" align="center"><font color="#ffffff" face="Verdana" size="1"><span style="font-weight: normal">';
var basso='</span></font></td><td bgcolor="#3A6797" ROWSPAN="1" COLSPAN="1"><img src="'+root+'1x1.gif" width="1" height="1"></td></tr><tr><td COLSPAN="3"><img src="'+root+'159x1.gif" width="159" height="1"></td></tr></table>';

document.write(alto,centro,messaggio,basso);
//-->