var url="http://www.reptil.de/"
var title="Die Reptilien Seite - Der Treffpunkt für alle Reptilien- Fans"
function bookmark()
{
window.external.AddFavorite(url,title)
}
;


<!--Hide Script
function PrintDate1() {
var x = new Date();
var minutes = x.getMinutes();
if (minutes < 10) {
minutes = '0' + minutes;
}
day=new Array(7);
day[0]="Sonntag";
day[1]="Montag";
day[2]="Dienstag";
day[3]="Mittwoch";
day[4]="Donnerstag";
day[5]="Freitag";
day[6]="Samstag";
month = new Array(12);
month[0] = "Januar";
month[1] = "Februar";
month[2] = "März";
month[3] = "April";
month[4] = "Mai";
month[5] = "Juni";
month[6] = "Juli";
month[7] = "August";
month[8] = "September";
month[9] = "Oktober";
month[10] = "November";
month[11] = "Dezember";
document.write('<font color="#e0e0e0" class="klein"><b>');
document.write(day[x.getDay()]+', ');
document.write(x.getDate()+'. ');
document.write(month[x.getMonth()]+' ');
document.write(x.getYear());
document.write(' / ');
document.write(x.getHours() +':'+ minutes + ' Uhr');
}
function PrintDate() {
var x = new Date();
var date = x.getDate();
if (date < 10) {
date = '0' + date;
}
var minutes = x.getMinutes();
if (minutes < 10) {
minutes = '0' + minutes;
}
month = new Array(12);
month[0] = "01.";
month[1] = "02.";
month[2] = "03.";
month[3] = "04.";
month[4] = "05.";
month[5] = "06.";
month[6] = "07.";
month[7] = "08.";
month[8] = "09.";
month[9] = "10.";
month[10] = "11.";
month[11] = "12.";
document.write('<font color="#e0e0e0" class="klein"><b>» ');
document.write(date+'.');
document.write(month[x.getMonth()]);
if (x.getYear()<=1900)
document.write(x.getYear()+1900);
else
document.write(x.getYear());
document.write(' » ' +x.getHours() +':'+ minutes + ' Uhr');
}
//end hide --->



<!--
function mOver(cell)
{
   if (!cell.contains(event.fromElement))
   {
      cell.style.cursor = 'hand';
      cell.bgColor = '#640404';
   }
}

function mOut(cell)
{
   if (!cell.contains(event.toElement))
   {
      cell.style.cursor = 'hand';
      cell.bgColor = '#ABA49D';
   }
}

function mClick(cell)
{
   if(event.srcElement.tagName=='TD')
   {
      cell.children.tags('A')[0].click();
	   }
}
;
//-->

  function openWindow (nameurl, namewindow, width, height){

    x = (640 - width)/2, y = (480 - height)/2;
    scrollb = 'no';
    if (screen) {

        y = (screen.availHeight - height)/2;

        x = (screen.availWidth - width)/2;

    }
    if ((namewindow == 'big') || (namewindow == 'highscore')) {
    	scrollb = 'yes';
    }

    var prevwin = window.open(nameurl,namewindow,'width='+width+',height='+height+',screenX='+x+',screenY='+y+',top='+y+',left='+x+',scrollbars='+scrollb);
    prevwin.focus();
  }



