var monat = new Date();
var monat = monat.getMonth()+1; 


if (monat == 1) {

 function webseite() {

      window.open('http://www.uriah-heep.com', 
     'PopUnder', 'height=500,width=500,location=no,scrollbars=1'); 
      window.focus(); 

     }

 }


if (monat == 2) {

 function webseite() {

      window.open('http://www.uriah-heep-classic.de.vu', 
     'PopUnder', 'height=500,width=500,location=no,scrollbars=1'); 
      window.focus(); 

     }

 }

if (monat >= 4 && monat < 6) {

 function webseite() {

      window.open('http://www.uriah-heep-forum.de.vu', 
     'PopUnder', 'height=500,width=400,location=no,scrollbars=1'); 
      window.focus(); 

     }

 }


if (monat >= 6 && monat < 9) {

 function webseite() {

      window.open('http://www.uriah-heep.com/newa/livedates.php', 
     'PopUnder', 'height=500,width=500,location=no,scrollbars=1'); 
      window.focus(); 

     }

 }


if (monat == 9) {

 function webseite() {

      window.open('http://www.uriah-heep.com/Mickpics/groundhogday/index.html', 
     'PopUnder', 'height=500,width=500,location=no,scrollbars=1'); 
      window.focus(); 

     }

 }

if (monat == 10) {

 function webseite() {

      window.open('http://www.uriah-heep-classic.de.vu', 
     'PopUnder', 'height=500,width=500,location=no,scrollbars=1'); 
      window.focus(); 

     }

 }


if (monat == 11) {

 function webseite() {

//    window.open('http://95464.homepagemodules.de', 
      window.open('http://www.uriah-heep-forum.de.vu', 
     'PopUnder', 'height=500,width=400,location=no,scrollbars=1'); 
      window.focus(); 

     }

 }


if (monat == 12) {

 function webseite() {

      window.open('http://www.uriah-heep-alben.de.vu', 
     'PopUnder', 'height=500,width=400,location=no,scrollbars=1'); 
      window.focus(); 

     }

 }



function popup() {

      window.open('seiten/witze/witz.html', 
     'PopUnder', 'height=350,width=400,location=no,scrollbars=yes'); 
      window.focus(); 

     }



function votes() {

      window.open('seiten/umfragen2.html', 
     'PopUnder', 'height=380,width=400,location=no,scrollbars=yes'); 
      window.focus(); 

     }
