<!--

		var img1 = "images/kopf/2008_17.jpg"
		var img2 = "images/kopf/2008_16.jpg"
		var img3 = "images/kopf/2008_15.jpg"
		var img4 = "images/kopf/2006_14.jpg"
		var img5 = "images/kopf/2006_13.jpg"
		var img6 = "images/kopf/2006_12.jpg"
		var img7 = "images/kopf/2006_11.jpg"
		var img8 = "images/kopf/2006_10.jpg"
		var img9 = "images/kopf/2006_9.jpg"
		var img10 = "images/kopf/2006_8.jpg"
		var img11 = "images/kopf/2009_7.jpg"
		var img12 = "images/kopf/2009_6.jpg"
		var img13 = "images/kopf/2009_5.jpg"
		var img14 = "images/kopf/2009_4.jpg"
		var img15 = "images/kopf/2009_3.jpg"
		var img16 = "images/kopf/2009_2.jpg"
		var img17 = "images/kopf/2009_1.jpg"
		var img18 = "images/kopf/2010_1.jpg"
		var img19 = "images/kopf/2010_5.jpg"
		var img20 = "images/kopf/2010_2.jpg"
		var img21 = "images/kopf/2010_3.jpg"
		var img22 = "images/kopf/2010_4.jpg"
		var img23 = "images/kopf/2010_6.jpg"
		var img24 = "images/kopf/2010_7.jpg"
		var img25 = "images/kopf/2010_8.jpg"
		var img26 = "images/kopf/2010_9.jpg"
		var img27 = "images/kopf/2010_10.jpg"

		
	
		var randomize = Math.round(Math.random()*27)
		if (randomize == 1){
		newimg1 = img1
		}else if (randomize == 2){
		newimg1 = img2
		}else if (randomize ==3){
		newimg1 = img3
		}else if (randomize ==4){
		newimg1 = img4
		}else if (randomize ==5){
		newimg1 = img5
		}else if (randomize ==6){
		newimg1 = img6
		}else if (randomize ==7){
		newimg1 = img7
		}else if (randomize ==8){
		newimg1 = img8
		}else if (randomize ==9){
		newimg1 = img9
		}else if (randomize ==10){
		newimg1 = img10
		}else if (randomize ==11){
		newimg1 = img11
		}else if (randomize ==12){
		newimg1 = img12
		}else if (randomize ==13){
		newimg1 = img13
		}else if (randomize ==14){
		newimg1 = img14
		}else if (randomize ==15){
		newimg1 = img15
		}else if (randomize ==16){
		newimg1 = img16
		}else if (randomize ==17){
		newimg1 = img17
		}else if (randomize ==18){
		newimg1 = img18
		}else if (randomize ==19){
		newimg1 = img19
		}else if (randomize ==20){
		newimg1 = img20
		}else if (randomize ==21){
		newimg1 = img21
		}else if (randomize ==22){
		newimg1 = img22
		}else if (randomize ==23){
		newimg1 = img23
		}else if (randomize ==24){
		newimg1 = img24
		}else if (randomize ==25){
		newimg1 = img25
		}else if (randomize ==26){
		newimg1 = img26
		}else{
		newimg1 = img27
		}
		document.write('<IMG SRC="'+newimg1+'" width="900" height="250" border="0" usemap="#kopfhauptadmin">')
		
		
// globale Zählervariable
var charsToGo;

function charCounter(charInputSrcName, maxCharCount, outputTargetName) {

   // Zugriffsvariablen festlegen
   var charInputSrc = document.getElementById(charInputSrcName);
   var outputTargetSrc = document.getElementById(outputTargetName);

   if (charInputSrc != null) {
      // Länge des Feldinhaltes prüfen
      if (charInputSrc.value.length <= maxCharCount) {
         // Anzahl Restzeichen berechnen und Zeichenanzeige aktualisieren
         charsToGo = maxCharCount - charInputSrc.value.length;
         outputTargetSrc.innerHTML = '(' + charsToGo + '&nbsp;Zeichen)';
      }
      else 
         // Eingegebenes Zeichen wieder abschneiden
         charInputSrc.value = charInputSrc.value.substring(0, maxCharCount);
         charsToGo = maxCharCount - charInputSrc.value.length;
      }
}

function counterOutput(charInputSrcName, maxCharCount, outputTargetName)
{
   // Zugriffsvariablen festlegen
   var charInputSrc = document.getElementById(charInputSrcName);

   // globale Variable prüfen
   if (charsToGo == null) { 
      // Ausgabewert berechnen
      charsCount = maxCharCount - charInputSrc.value.length; }
   else 
      // Ausgabefeld initialisieren
      charsCount = charsToGo; 
         document.write('<span name=\"' 
            + outputTargetName + '\" id=\"' + outputTargetName +'\">(' 
            + charsCount + '&nbsp;Zeichen)</span>')
}


function OpenWindow(WinWidth,WinHeight,Link,WindowName)
{window.open(Link,WindowName,'toolbar=0,width='+WinWidth+',height='+WinHeight+',location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,copyhistory=0,top=50,left=350')}

	
		
	//-->

