var r=150;
var r1=200;
var r2=250;
var r3=300;
var r4=350;
var r5=400;
var r6=275;
var r7=450;
var r8=325;
var r9=175;
var r10=225;

var pi=Math.PI;
var a=-1;
var breite, hoehe;
var Bildbreite=2, Bildhoehe=2;

function sterne()
{
if (navigator.appName=='Netscape' && navigator.appVersion.charAt(0)>='4')
   {
      breite=780;
      hoehe=600;
      window.document.logo.left=breite/2-Bildbreite/2;
      window.document.logo.top=hoehe/1.25-Bildhoehe/2;
      window.setTimeout('rotation_nc ()',20);
   }

if (navigator.appName=='Microsoft Internet Explorer' && navigator.appVersion.charAt(0)>='4')
   {
      breite=780;
      hoehe=600;
      logo.style.left=breite/2-Bildbreite/2;
      logo.style.top=hoehe/1.7-Bildhoehe/2;
      window.setTimeout('rotation_ie()',20);
   }
}

function rotation_nc ()
{
   a++;
   window.document.star1.left=(r*Math.cos(a*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star1.top=(r*Math.sin(a*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star2.left=(r*Math.cos((a+120)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star2.top=(r*Math.sin((a+120)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star3.left=(r*Math.cos((a+240)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star3.top=(r*Math.sin((a+240)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star4.left=(r1*Math.cos((a+60)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star4.top=(r1*Math.sin((a+60)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star5.left=(r1*Math.cos((a+180)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star5.top=(r1*Math.sin((a+180)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star6.left=(r1*Math.cos((a+300)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star6.top=(r1*Math.sin((a+300)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star7.left=(r2*Math.cos((a+30)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star7.top=(r2*Math.sin((a+30)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star8.left=(r2*Math.cos((a+150)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star8.top=(r2*Math.sin((a+150)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star9.left=(r2*Math.cos((a+270)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star9.top=(r2*Math.sin((a+270)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star10.left=(r1*Math.cos((a+10)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star10.top=(r1*Math.sin((a+10)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star11.left=(r1*Math.cos((a+70)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star11.top=(r1*Math.sin((a+70)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star12.left=(r1*Math.cos((a+130)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star12.top=(r1*Math.sin((a+130)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star13.left=(r3*Math.cos((a+190)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star13.top=(r3*Math.sin((a+190)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star14.left=(r3*Math.cos((a+250)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star14.top=(r3*Math.sin((a+250)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star15.left=(r3*Math.cos((a+310)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star15.top=(r3*Math.sin((a+310)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star16.left=(r4*Math.cos((a+50)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star16.top=(r4*Math.sin((a+50)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star17.left=(r4*Math.cos((a+110)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star17.top=(r4*Math.sin((a+110)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star18.left=(r4*Math.cos((a+170)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star18.top=(r4*Math.sin((a+170)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star19.left=(r5*Math.cos(a*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star19.top=(r5*Math.sin(a*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star20.left=(r5*Math.cos((a+120)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star20.top=(r5*Math.sin((a+120)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star21.left=(r5*Math.cos((a+240)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star21.top=(r5*Math.sin((a+240)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star22.left=(r6*Math.cos((a+60)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star22.top=(r6*Math.sin((a+60)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star23.left=(r6*Math.cos((a+180)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star23.top=(r6*Math.sin((a+180)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star24.left=(r6*Math.cos((a+300)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star24.top=(r6*Math.sin((a+300)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star25.left=(r7*Math.cos((a+30)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star25.top=(r7*Math.sin((a+30)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star26.left=(r7*Math.cos((a+150)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star26.top=(r7*Math.sin((a+150)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star27.left=(r7*Math.cos((a+270)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star27.top=(r7*Math.sin((a+270)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star28.left=(r8*Math.cos((a+10)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star28.top=(r8*Math.sin((a+10)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star29.left=(r8*Math.cos((a+70)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star29.top=(r8*Math.sin((a+70)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star30.left=(r8*Math.cos((a+130)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star30.top=(r8*Math.sin((a+130)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star31.left=(r9*Math.cos((a+190)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star31.top=(r9*Math.sin((a+190)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star32.left=(r9*Math.cos((a+250)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star32.top=(r9*Math.sin((a+250)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star33.left=(r9*Math.cos((a+310)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star33.top=(r9*Math.sin((a+310)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star34.left=(r10*Math.cos((a+50)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star34.top=(r10*Math.sin((a+50)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star35.left=(r10*Math.cos((a+110)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star35.top=(r10*Math.sin((a+110)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.document.star36.left=(r10*Math.cos((a+170)*(pi/180))) + breite/2-Bildbreite/2;
   window.document.star36.top=(r10*Math.sin((a+170)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.setTimeout('rotation_nc ()',770);
}

function rotation_ie ()
{
   a++;
   star1.style.left=(r*Math.cos(a*(pi/180))) + breite/2-Bildbreite/2;
   star1.style.top=(r*Math.sin(a*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star2.style.left=(r*Math.cos((a+120)*(pi/180))) + breite/2-Bildbreite/2;
   star2.style.top=(r*Math.sin((a+120)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star3.style.left=(r*Math.cos((a+240)*(pi/180))) + breite/2-Bildbreite/2;
   star3.style.top=(r*Math.sin((a+240)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star4.style.left=(r1*Math.cos((a+60)*(pi/180))) + breite/2-Bildbreite/2;
   star4.style.top=(r1*Math.sin((a+60)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star5.style.left=(r1*Math.cos((a+180)*(pi/180))) + breite/2-Bildbreite/2;
   star5.style.top=(r1*Math.sin((a+180)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star6.style.left=(r1*Math.cos((a+300)*(pi/180))) + breite/2-Bildbreite/2;
   star6.style.top=(r1*Math.sin((a+300)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star7.style.left=(r2*Math.cos((a+30)*(pi/180))) + breite/2-Bildbreite/2;
   star7.style.top=(r2*Math.sin((a+30)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star8.style.left=(r2*Math.cos((a+150)*(pi/180))) + breite/2-Bildbreite/2;
   star8.style.top=(r2*Math.sin((a+150)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star9.style.left=(r2*Math.cos((a+270)*(pi/180))) + breite/2-Bildbreite/2;
   star9.style.top=(r2*Math.sin((a+270)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star10.style.left=(r1*Math.cos((a+10)*(pi/180))) + breite/2-Bildbreite/2;
   star10.style.top=(r1*Math.sin((a+10)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star11.style.left=(r1*Math.cos((a+70)*(pi/180))) + breite/2-Bildbreite/2;
   star11.style.top=(r1*Math.sin((a+70)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star12.style.left=(r1*Math.cos((a+130)*(pi/180))) + breite/2-Bildbreite/2;
   star12.style.top=(r1*Math.sin((a+130)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star13.style.left=(r3*Math.cos((a+190)*(pi/180))) + breite/2-Bildbreite/2;
   star13.style.top=(r3*Math.sin((a+190)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star14.style.left=(r3*Math.cos((a+250)*(pi/180))) + breite/2-Bildbreite/2;
   star14.style.top=(r3*Math.sin((a+250)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star15.style.left=(r3*Math.cos((a+310)*(pi/180))) + breite/2-Bildbreite/2;
   star15.style.top=(r3*Math.sin((a+310)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star16.style.left=(r4*Math.cos((a+50)*(pi/180))) + breite/2-Bildbreite/2;
   star16.style.top=(r4*Math.sin((a+50)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star17.style.left=(r4*Math.cos((a+110)*(pi/180))) + breite/2-Bildbreite/2;
   star17.style.top=(r4*Math.sin((a+110)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star18.style.left=(r4*Math.cos((a+170)*(pi/180))) + breite/2-Bildbreite/2;
   star18.style.top=(r4*Math.sin((a+170)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star19.style.left=(r5*Math.cos(a*(pi/180))) + breite/2-Bildbreite/2;
   star19.style.top=(r5*Math.sin(a*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star20.style.left=(r5*Math.cos((a+120)*(pi/180))) + breite/2-Bildbreite/2;
   star20.style.top=(r5*Math.sin((a+120)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star21.style.left=(r5*Math.cos((a+240)*(pi/180))) + breite/2-Bildbreite/2;
   star21.style.top=(r5*Math.sin((a+240)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star22.style.left=(r6*Math.cos((a+60)*(pi/180))) + breite/2-Bildbreite/2;
   star22.style.top=(r6*Math.sin((a+60)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star23.style.left=(r6*Math.cos((a+180)*(pi/180))) + breite/2-Bildbreite/2;
   star23.style.top=(r6*Math.sin((a+180)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star24.style.left=(r6*Math.cos((a+300)*(pi/180))) + breite/2-Bildbreite/2;
   star24.style.top=(r6*Math.sin((a+300)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star25.style.left=(r7*Math.cos((a+30)*(pi/180))) + breite/2-Bildbreite/2;
   star25.style.top=(r7*Math.sin((a+30)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star26.style.left=(r7*Math.cos((a+150)*(pi/180))) + breite/2-Bildbreite/2;
   star26.style.top=(r7*Math.sin((a+150)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star27.style.left=(r7*Math.cos((a+270)*(pi/180))) + breite/2-Bildbreite/2;
   star27.style.top=(r7*Math.sin((a+270)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star28.style.left=(r8*Math.cos((a+10)*(pi/180))) + breite/2-Bildbreite/2;
   star28.style.top=(r8*Math.sin((a+10)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star29.style.left=(r8*Math.cos((a+70)*(pi/180))) + breite/2-Bildbreite/2;
   star29.style.top=(r8*Math.sin((a+70)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star30.style.left=(r8*Math.cos((a+130)*(pi/180))) + breite/2-Bildbreite/2;
   star30.style.top=(r8*Math.sin((a+130)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star31.style.left=(r9*Math.cos((a+190)*(pi/180))) + breite/2-Bildbreite/2;
   star31.style.top=(r9*Math.sin((a+190)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star32.style.left=(r9*Math.cos((a+250)*(pi/180))) + breite/2-Bildbreite/2;
   star32.style.top=(r9*Math.sin((a+250)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star33.style.left=(r9*Math.cos((a+310)*(pi/180))) + breite/2-Bildbreite/2;
   star33.style.top=(r9*Math.sin((a+310)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star34.style.left=(r10*Math.cos((a+50)*(pi/180))) + breite/2-Bildbreite/2;
   star34.style.top=(r10*Math.sin((a+50)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star35.style.left=(r10*Math.cos((a+110)*(pi/180))) + breite/2-Bildbreite/2;
   star35.style.top=(r10*Math.sin((a+110)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   star36.style.left=(r10*Math.cos((a+170)*(pi/180))) + breite/2-Bildbreite/2;
   star36.style.top=(r10*Math.sin((a+170)*(pi/180))) + hoehe/1.7-Bildhoehe/2;
   window.setTimeout('rotation_ie ()',770);
}
