<!--
img_nr = 2; // numarul de imagini
c_img=["http://www.tqlkg.com/image-2140402-10382541","http://banner.1and1.com/xml/banner?size=4%26%number=2"]; // lista cu imaginile
c_title=["$1.99 Go Daddy Domains","$5.99 1and1 free domains"]; // lista cu title la imagini
c_href=["http://www.jdoqocy.com/click-2140402-10382541","http://www.1and1.com/?k_id=15078751"]; // lista cu linkurile

function randomNumber(limit){
  return Math.floor(Math.random()*limit);
}

function random_imagine()
{
 i = randomNumber(img_nr);
 document.write('<A href="'+c_href[i]+'" target="_blank" title="'+c_title[i]+'"><IMG height=160 src="'+c_img[i]+'" width=213 class="poza"></a>');
}

function MakeArray(size) 
{
  this.length = size;
  for(var i = 1; i <= size; i++)
  {
  this[i] = "";
  }
  return this;
}

function data () {
  var now = new Date();
  var month = now.getMonth();
  var date = now.getDate();
  var day = now.getDay();
  Day = new MakeArray(7);
  Day[0]="Duminica";
  Day[1]="Luni";
  Day[2]="Marti";
  Day[3]="Miercuri";
  Day[4]="Joi";
  Day[5]="Vineri";
  Day[6]="Sambata";
  Month = new MakeArray(12);
  Month[0]="ianuarie";
  Month[1]="februarie";
  Month[2]="martie";
  Month[3]="aprilie";
  Month[4]="mai";
  Month[5]="iunie";
  Month[6]="iulie";
  Month[7]="august";
  Month[8]="septembrie";
  Month[9]="octombrie";
  Month[10]="noiembrie";
  Month[11]="decembrie";

  var timeValue = "";
  timeValue += (Day[day]) + " - " + date + "   " + (Month[month]);
  document.write(timeValue);
}


//-->