   today=new Date();
   jran=today.getTime();
   var number=12;
   var random_number=0;
   var image="";
   var destination=" ";
function randomizeNumber()
   {
   ia=9301;
   ic=49297;
   im=233280;
   jran = (jran*ia+ic) % im;
   random_number=Math.ceil( (jran/(im*1.0)) *number);

   if (random_number==1)
      {
      destination="http://www.rx8club.gr";
      image="templates/subRed/images/head_1.jpg";
      }
   if (random_number==2)
      {
      destination="http://www.rx8club.gr";
      image="templates/subRed/images/head_2.jpg";
      }
   if (random_number==3)
      {
      destination="http://www.rx8club.gr";
      image="templates/subRed/images/head_3.jpg";
      }
   if (random_number==4)
      {
      destination="http://www.rx8club.gr";
      image="templates/subRed/images/head_4.jpg";
      }
   if (random_number==5)
      {
      destination="http://www.rx8club.gr";
      image="templates/subRed/images/head_5.jpg";
      }
	if (random_number==6)
      {
      destination="http://www.rx8club.gr";
      image="templates/subRed/images/head_6.jpg";
      }
	if (random_number==7)
      {
      destination="http://www.rx8club.gr";
      image="templates/subRed/images/head_7.jpg";
      }
	if (random_number==8)
      {
      destination="http://www.rx8club.gr";
      image="templates/subRed/images/head_8.jpg";
      }
	if (random_number==9)
      {
      destination="http://www.rx8club.gr";
      image="templates/subRed/images/head_9.jpg";
      }
	if (random_number==10)
      {
      destination="http://www.rx8club.gr";
      image="templates/subRed/images/head_10.jpg";
      }
	if (random_number==11)
      {
      destination="http://www.rx8club.gr";
      image="templates/subRed/images/head_11.jpg";
      }
	if (random_number==12)
      {
      destination="http://www.rx8club.gr";
      image="templates/subRed/images/head_12.jpg";
      }
	   
    }