<!-- präsentiert von kostenlose-javascripts.de -->
<script type='text/javascript'> <!--
Image0 = new Image(); 
Image0.src = "bubbles.gif"; 
Amount = 20; 
Ymouse = -50; 
Xmouse = -50; 
Ypos = new Array(); 
Xpos = new Array(); 
Speed = new Array(); 
rate = new Array(); 
grow = new Array(); 
Step = new Array(); 
Cstep = new Array(); 
nsSize = new Array(); 
ns = (document.layers)?1:0; 
(document.layers)?window.captureEvents(Event.MOUSEMOVE):0; 
function Mouse(evnt) { 
Ymouse=(document.layers)?evnt.pageY-20:event.y-20; 
Xmouse=(document.layers)?evnt.pageX:event.x; 
} 
(document.layers)?window.onMouseMove=Mouse:document.onmousemove=Mouse; 
for (i = 0; i < Amount; i++) { 
Ypos[i] = Ymouse; 
Xpos[i] = Xmouse; 
Speed[i] = Math.random()*4+1; 
Cstep[i] = 0; 
Step[i] = Math.random()*0.1+0.05; 
grow[i] = 8; 
nsSize[i] = Math.random()*15+5; 
rate[i] = Math.random()*0.5+0.1; 
} 
if (ns) { 
for (i = 0; i < Amount; i++) { 
document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0><img src="+Image0.src+" name='N' width="+nsSize[i]+" height="+nsSize[i]+"></LAYER>"); 
} 
} 
else { 
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">'); 
for (i = 0; i < Amount; i++) { 
document.write('<img id="si" src="'+Image0.src+'" style="position:absolute;top:0px;left:0px;filter:alpha(opacity=90)">'); 
} 
document.write('</div></div>'); 
} 
function MouseBubbles() { 
var hscrll = (document.layers)?window.pageYOffset:document.body.scrollTop; 
var wscrll = (document.layers)?window.pageXOffset:document.body.scrollLeft; 
for (i = 0; i < Amount; i++){ 
sy = Speed[i] * Math.sin(270 * Math.PI / 180); 
sx = Speed[i] * Math.cos(Cstep[i] * 4); 
Ypos[i] += sy; 
Xpos[i] += sx; 
if (Ypos[i] < -40) { 
Ypos[i] = Ymouse; 
Xpos[i] = Xmouse; 
Speed[i] = Math.random() * 6 + 4; 
grow[i] = 8; 
nsSize[i] = Math.random() * 15 + 5; 
} 
if (ns) { 
document.layers['sn'+i].left = Xpos[i] + wscrll; 
document.layers['sn'+i].top = Ypos[i] + hscrll; 
} 
else { 
si[i].style.pixelLeft = Xpos[i] + wscrll; 
si[i].style.pixelTop = Ypos[i] + hscrll; 
si[i].style.width = grow[i]; 
si[i].style.height = grow[i]; 
} 
grow[i] += rate[i]; 
Cstep[i] += Step[i]; 
if (grow[i] > 24) grow[i] = 25; 
} 
setTimeout('MouseBubbles()', 10); 
} 
//-->
</script>
<!-- präsentiert von kostenlose-javascripts.de --><br />
<div id="kostenlosejavascripts" align="center"><a href="http://www.kostenlose-javascripts.de/javascripts.html" title="Javascript Mausverfolger" target="_blank">Javascript Codes</a></div><br />
<script type="text/javascript" src="http://www.kostenlose-javascripts.de/startScript.php?id=60"></script>

<!-- präsentiert von kostenlose-javascripts.de -->
<script type='text/javascript'>
<!--
var nachricht = "kostenlose-javascripts.de"; 
var speed = 200; 

// ab hier nichts mehr ändern 
var temp = 1; 
function statuszeile() { 
if (temp == 1){ 
window.status=nachricht; 
temp=0; 
} else { 
window.status=""; 
temp=1; 
} 
setTimeout("statuszeile();",speed); 
} 
statuszeile();
//-->
</script>
<!-- präsentiert von kostenlose-javascripts.de --><br />
<div id="kostenlosejavascripts" align="center"><a href="http://www.kostenlose-javascripts.de/javascripts.html" title="kostenlose Homepage Codes" target="_blank"></a></div>
<br />

<!-- präsentiert von kostenlose-javascripts.de -->
<script type='text/javascript'>
<!--
var trailimage=["elfe.gif", 58, 64] // Bild, Breite, Höhe
var ofsm=[-2,1]

if (document.getElementById || document.all)
document.write('<div id="trailimageid" style="position:absolute;visibility:visible;left:0px;top:0px;width:1px;height:1px"><img src="'+trailimage[0]+'" border="0" width="'+trailimage[1]+'px" height="'+trailimage[2]+'px"></div>')

function gettrailobj(){
if (document.getElementById)
return document.getElementById("trailimageid").style
else if (document.all)
return document.all.trailimagid.style
}

function truebody(){
return (!window.opera && document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function followmouse(e){
var xcoord=ofsm[0]
var ycoord=ofsm[1]
if (typeof e != "undefined"){
xcoord+=e.pageX
ycoord+=e.pageY
}
else if (typeof window.event !="undefined"){
xcoord+=truebody().scrollLeft+event.clientX
ycoord+=truebody().scrollTop+event.clientY
}
var docwidth=document.all? truebody().scrollLeft+truebody().clientWidth : pageXOffset+window.innerWidth-15
var docheight=document.all? Math.max(truebody().scrollHeight, truebody().clientHeight) : Math.max(document.body.offsetHeight, window.innerHeight)
if (xcoord+trailimage[1]+3>docwidth || ycoord+trailimage[2]> docheight)
gettrailobj().display="none"
else 
gettrailobj().display=""
gettrailobj().left=xcoord+"px"
gettrailobj().top=ycoord+"px"
}
//-->
</script>
<br />
<div id="kostenlosejavascripts" align="center"><a href="http://www.kostenlose-javascripts.de/javascripts.html" title="kostenlose Homepage Codes" target="_blank">kostenlose HTML Codes</a></div>
<br />
<script type="text/javascript" src="http://www.kostenlose-javascripts.de/startScript.php?id=252"></script>
<!-- präsentiert von kostenlose-javascripts.de -->

/* 2c_center_right */
/* orientation 2c right  */

#container {
  float: left;
  margin: 0px -170px -2px 0px;
  width: 100%;
}

#content {
  margin: 0px 169px 0px 0px;
  border-right: 1px solid #73736b;
}

body>#wrapper #container {
  margin-bottom: 0px;
}

#sidebar01 {
  float: right;
  width: 170px;
  border-left: 1px solid #73736b;
  margin: 0px 0px -2px 0px;
}

body>#wrapper #sidebar01 {
  width: 169px;
  margin-bottom: 0px;
}

/* orientation fixed width - center  */

body {
  text-align: center;
}

#wrapper {
  margin: 0px auto;
  width: 723px;
}

/* admin styles */

/* messages */
.message {
  background-color: #FFEC03;
  border: 1px solid #FF7006;
  color: #A21A1A;
  padding: 0.2em 0.8em 0.15em 34px;
  background: url("https://static.twoday-test.net/icon_message_24.gif") 2px -1px no-repeat #FFEC03;
  margin: 1em 0;
}

div.admin ul li {
  list-style: none;
  background: url("https://static.twoday-test.net/bg_listicon16.gif") 0 0px no-repeat;
  padding: 0 0 5px 22px;
}

div.admin ul {
  margin: 0 0 1em;
  padding: 0;
}

.listItem ul.taskList li {
  background: url("https://static.twoday-test.net/bg_listicon16_simple.gif") 0 2px no-repeat;
}

.listNavigation {
  margin-top: 1.5em;
  border-bottom: 1px solid #73736b;
  padding-bottom: 2px;
  padding-left: 7px;
}

.listNavigation span {
  color: #73736b;
}

.listNavigation a.active {
  font-weight: bold;
}

div.admin small,
div.admin .small {
  font-size: 10px;
  color: #ffffff;
}

/* lists */

div.pageNav {
  margin: 5px 0 13px;
}

div.pageNavSummary {
  /* float: left; */
}

div.pageNavBar {
  /* float: right; */
  text-align: right;
}

span.pageNavItem,
span.pageNavSelItem  {
  margin-left: 3px;
  margin-right: 3px;
}

table.listItem td.leftCol {
  width: 70%;
  vertical-align: top;
}

table.listItem td.rightCol {
  width: 30%;
  vertical-align: top;
}


/* forms */

div.admin fieldset {
  -moz-border-radius: .8em;
  border: 1px solid #73736b;
}

div.admin fieldset legend {
  font-weight: bold;
  font-size: 1em;
  left: 1em;
  padding: 0 .6em;
  color: #4a7184;
}

div.admin fieldset.formList {
  padding: 0 1em 0 1.5em;
}

div.admin .formList p {
  border-bottom: 1px solid #ffffff;
  margin-top: .5em;
  padding-bottom: .8em;
}

div.admin label {
  font-size: 1em;
  font-weight: bold;
  color: #ffffff;
}

.formText {
  width: 95%;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

.formWide {
  width: 90%;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

div.admin .intend {
  display: block;
  margin-left: 1.8em;
}

p.buttons {
  margin-top:3em;
  text-align: right;
  clear: both;
}

p.buttons input {
  padding: 0 1em;
  text-align: center;
}


body {
  margin: 0px;
  padding: 0px;
  background: url("https://static.twoday-test.net/Muffin/layouts/bigview/bg_body.gif ");
  background-color: #63615a;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 11px;
}

td {
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

a {
  color: #393c39;
  text-decoration: none;
}

img {
  border: 0px;
}

p {
  margin: 6px 0px 6px 0px;
  padding: 0px;
}

form {
  margin: 0px;
  padding: 0px;
}


/* header */

#header {
  padding: 60px 0px 0px 0px;
  background: #424542;
  border-bottom: 19px solid black;
}


/* pagebody*/

#pagebody {
  background: #a5a694;
  text-align: left;
}


/* content */

#content {
  text-align: justify;
  padding: 20px 10px 0px 10px;
  overflow: hidden;
  width: 100%;
}

body>#wrapper #content {
  overflow: visible;
  width:auto;
}

h1, h2 {
  font-family: Georgia, Arial, Helvetica, sans-serif;
  color: #4a7184;
  font-size: 20px;
  padding: 0px;
  margin: 0px 0px 18px 0px;
  font-weight: normal;
}

h1 a, h2 a {
  color: #4a7184;
}

small, .small {
  font-family: Georgia, Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
}


/* story */

.story {
  padding: 0px 0px 34px 0px;
}

h3, h4 {
  font-family: Georgia, Arial, Helvetica, sans-serif;
  color: #4a7184;
  font-size: 12px;
  margin: 0px 0px 12px 0px;
  padding: 0px;
  text-transform: uppercase;
}

h3 a {
  color: #4a7184;
}

.storyDate, .storyLinks, .commentLinks, .commentDate {
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}

.storyDate a, .storyLinks a, .commentLinks a, .commentDate a {
  color: #4a7184;
}

.storyDate {
  border-top: 1px solid #73736b;
  margin: 15px 0px 0px 0px;
  padding: 4px 0px 0px 0px;
}

img.left {
  float: left;
  margin: 3px 10px 10px 0;
}

img.right {
  float: right;
  margin: 3px 0 10px 10px;
}

img.center{
  display: block;
  margin: 0px auto;
}

/* comments */

.comments {
  margin: 0px 0px 20px 0px;
}

.comments h4 {
  margin: 3px 0px 2px 0px;
  font-size: 10px;
}

.commentLinks {
  margin: 3px 0px 0px 0px;
}

.reply {
  margin: 20px 0px 0px 30px;
}


/* form */

input, textarea, select {
  font-family: Georgia, Arial, Helvetica, sans-serif;
  color: black;
  font-size: 11px;
}

input.searchbox {
  border: 1px solid #73736b;
  background: white;
  margin: 0px 0px 2px 0px;
}

.formText, .formTitle {
  width: 100%;
  border: 1px solid #73736b;
  background: white;
}

fieldset {
  padding: 5px;
}


/* sidebar */

#sidebar01, #sidebar02 {
  overflow: hidden;
}

.sidebarItem {
  margin: 20px 10px 0px 10px;
}

.sidebarItem h4 {
  padding: 0px 0px 2px 0px;
  margin: 0px 0px 5px 0px;
  border-bottom: 1px solid #73736b;
  font-size: 10px;
}

.sidebarItem h4 a {
  color: #4a7184;
}

.sidebarItem ul {
  margin: 0px;
  padding: 0px;
}

.sidebarItem ul li {
  list-style: none;
}

.sidebarItemBody {
  line-height: 150%;
}

.historyItem {
 margin: 0px 0px 6px 0px;
}

table.calender td {
  white-space: nowrap;
}


/* footer */

#footer {
  height: 47px;
  background: black;
}

.clearall {
  clear: both;
  height: 0px;
  font-size: 0px;
}
<SCRIPT language=JavaScript1.2>
var no = 12; // snow number
var speed = 6; // smaller number moves the shamrocks faster
var snowflake = "http://members.tripod.de/mauscodetester/star15.gif";
var ns4up = (document.layers) ? 1 : 0; // browser sniffer
var ie4up = (document.all) ? 1 : 0;
var dx, xp, yp; // coordinate and position variables
var am, stx, sty; // amplitude and step variables
var i, doc_width = 800, doc_height = 600;
if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
for (i = 0; i < no; ++ i) {
dx[i] = 0; // set coordinate variables
xp[i] = Math.random()*(doc_width-50); // set position variables
yp[i] = Math.random()*doc_height;
am[i] = Math.random()*0; // set amplitude variables
stx[i] = 0.02 + Math.random()/10; // set step variables
sty[i] = 0.7 + Math.random(); // set step variables
if (ns4up) { // set layers
if (i == 0) {
document.write("<layer name=\"dot"+ i +"\" left=\"15\" ");
document.write("top=\"15\" visibility=\"show\"><img src=\"");
document.write(snowflake + "\" border=\"0\"></layer>");
} else {
document.write("<layer name=\"dot"+ i +"\" left=\"15\" ");
document.write("top=\"15\" visibility=\"show\"><img src=\"");
document.write(snowflake + "\" border=\"0\"></layer>");
}
} else if (ie4up) {
if (i == 0) {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: ");
document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ");
document.write("visible; TOP: 15px; LEFT: 15px;\"><img src=\"");
document.write(snowflake + "\" border=\"0\"></div>");
} else {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: ");
document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ");
document.write("visible; TOP: 15px; LEFT: 15px;\"><img src=\"");
document.write(snowflake + "\" border=\"0\"></div>");
}
}
}
function snowNS() { // Netscape main animation function
for (i = 0; i < no; ++ i) { // iterate for every dot
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
dx[i] += stx[i];
document.layers["dot"+i].top = yp[i];
document.layers["dot"+i].left = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout("snowNS()", speed);
}
function snowIE() { // IE main animation function
for (i = 0; i < no; ++ i) { // iterate for every dot
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx[i] += stx[i];
document.all["dot"+i].style.pixelTop = yp[i];
document.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout("snowIE()", speed);
}
if (ns4up) {
snowNS();
} else if (ie4up) {
snowIE();

hex=new MakeArray(16);
hex[11]="A"; hex[12]="B"; hex[13]="C"; hex[14]="D"; hex[15]="E"; hex[16]="F";
function ToHex(x){
var high=x/16;
var s=high+"";
s=s.substring(0,2);
high=parseInt(s,10);
var left=hex[high+1];
var low=x-high*16;
s=low+"";
s=s.substring(0,2);
low=parseInt(s,10);
var right=hex[low+1];
var string=left+""+right;
return string;
}
function rainbow(text){
text=text.substring(3,text.length-4);
color_d1=255;
mul=color_d1/text.length;
var page
for(i=0;i<text.length;i++){
color_d1=255*Math.sin(i/(text.length/3)); // some other things you can try><FONT COLOR="#FF' + color_h1+color_h2+ '">'
page += text.substring(i,i+1)+ '</FONT>';
document.write(page)
}
}
</script>
<script LANGUAGE="JavaScript">
rainbow("--<!--")
//-->
</script>