document.write(''
  + '<html>'
  + '<head>'
  + ''
  + '<style>'
  + '.storydiv {'
  + '    height:200px;'
  + '    width:420px;'
  + '    padding-right:175px;'
  + '    top:661px;'
  + '    left:280px;'
  + '    position:absolute;'
  + '}'
  + ''
  + '#story1 {'
  + '    background:url(http://www.robiplatz.ch/img/DSC0243.jpg) no-repeat;'
  + '}'
  + ''
  + '#story2 {'
  + '    background:url(http://www.robiplatz.ch/img/DSCN6184.jpg) no-repeat;'
  + '    display:none;'
  + '}'
  + ''
  + '#story3 {'
  + '    background:url(http://www.robiplatz.ch/img/DSC04192.jpg) no-repeat;'
  + '    display:none;'
  + '}'
  + ''
  + '#story4 {'
  + '    background:url(http://www.robiplatz.ch/img/Ph2008.jpg) no-repeat;'
  + '    display:none;'
  + '}'
  + ''
  + '.storyDesc{'
  + '    padding-top: 10px; '
  + '    padding-right: 8px;'
  + '    display:block;'
  + '}'
  + ''
  + '.fStory {'
  + '     padding-top: 10px;'
  + '     display:block;'
  + '     font-weight:bold;'
  + '}'
  + ''
  + '#nav { '
  + '	font-size:12px;'
  + '	position:absolute;'
  + '	top:781px;'
  + '	left:293px;'
  + '}'
  + ''
  + '.selStory {'
  + '	background:#eee;'
  + '	border:1px solid #777;'
  + '}'
  + ''
  + '.Stil1 {color: #0000FF}'
  + '.Stil2 {'
  + '	color: 800000;'
  + '	font-weight: bold;'
  + '}'
  + '.Stil3 {	font-family: Arial, Helvetica, sans-serif;'
  + '	font-weight: bold;'
  + '	font-size: 36px;'
  + '	color: #0000FF;'
  + '}'
  + '#Layer1 {	position:absolute;'
  + '	width:423px;'
  + '	height:38px;'
  + '	z-index:1;'
  + '	left: 278px;'
  + '	top: 605px;'
  + '}'
  + '</style>'
  + '<script>'
  + 'var stor = -1;'
  + 'var maxstor = 3;'
  + 'var timeout = 0;'
  + ''
  + 'function autorot() {'
  + '	showNext();'
  + '	timeout = setTimeout(\'autorot();\', 3500);'
  + '}'
  + ''
  + ''
  + ''
  + 'function rotateDiv(stor){'
  + '  var divs = document.getElementById("storyContainer").getElementsByTagName("div");'
  + '  for (var i=0; i < divs.length; i++ ) {'
  + '    var div = divs[i];'
  + '    if ( (div.id != "")) {'
  + '	if(i != stor){'
  + '        	div.style.display = "none";'
  + '	}'
  + '	else{'
  + '		div.style.display = "block";'
  + '	}'
  + '    }'
  + '  }'
  + '  '
  + '    var spans = document.getElementById("nav").getElementsByTagName("span");'
  + '  for (var i=0; i < spans.length; i++ ) {'
  + '    var span = spans[i];'
  + '    if ( (span.id != "")) {'
  + '	if(i != stor)'
  + '        	span.className = "none";'
  + '	else'
  + '		span.className = "selStory";'
  + '    }'
  + '  }'
  + '}'
  + ''
  + 'function showNext(){'
  + '	if(stor < maxstor)'
  + '		stor++;'
  + '	else'
  + '		stor=0;'
  + ''
  + '	rotateDiv(stor);'
  + '}'
  + ''
  + 'function stoprot() {'
  + '	clearTimeout(timeout);'
  + '}'
  + ''
  + ''
  + 'function showNext(){'
  + '	if(stor < maxstor)'
  + '		stor++;'
  + '	else'
  + '		stor=0;'
  + ''
  + '	rotateDiv(stor);'
  + '}'
  + ''
  + 'function showPrev(){'
  + '	if(stor > 0)'
  + '		stor--;'
  + '	else'
  + '		stor=maxstor;'
  + ''
  + '	rotateDiv(stor);'
  + '}'
  + ''
  + 'function showStoryOne(){'
  + '	stor=0;'
  + '	rotateDiv(stor);'
  + '}'
  + 'function showStoryTwo(){'
  + '	stor=1;'
  + '	rotateDiv(stor);'
  + '}'
  + 'function showStoryThree(){'
  + '	stor=2;'
  + '	rotateDiv(stor);'
  + '}'
  + 'function showStoryFour(){'
  + '	stor=3;'
  + '	rotateDiv(stor);'
  + '}'
  + ''
  + '</script>'
  + ''
  + '<script language="JavaScript">'
  + '	'
  + 'function popup(url) {'
  + 'win2 = window.open(url,"win2","width=490,height=470,toolbar=0,status=0,scrollbars=yes,resizable=1");'
  + 'win2.focus();'
  + '}'
  + '    </script>'
  + '	'
  + ''
  + '<link rel="stylesheet" type="text/css" href="styles.css">'
  + '<style type="text/css">'
  + '<!--'
  + 'Layer1 {'
  + '	position:absolute;'
  + '	width:200px;'
  + '	height:115px;'
  + '	z-index:2;'
  + '	left: 475px;'
  + '	top: 403px;'
  + '}'
  + '-->'
  + '</style>'
  + '<body bgcolor="#FF8040" topmargin=0 onLoad="javascript:popup(\'popup.html\');autorot()">'
  + '</head>'
  + '<body  onload="autorot()">'
  + '<div id="storyContainer">'
  + ' <div id="story1" class="storydiv" style="position: absolute; left: 25px; top: 464px">'
  + '    	&nbsp;<p>&nbsp;</p>'
  + '		<p>&nbsp;</p>'
  + '		<p>&nbsp;</p>'
  + '		<p>'
  + '	<a href="http://www.robiplatz.ch/img/DSC0243.jpg" class="ched"></a>'
  + '	   <span class="storydesc Stil1"><strong>'
  + '	   Aktuell Robifestphotos 2010</strong></span>'
  + '	  <span class="fstory"><a href="http://www.robiplatz.ch/Robi_Photoalbum/album/Robifest 2010/album/index.html">'
  + '	  <p></p>Link Photos Robifest 2010 Teil 1, Teil2 s. Robi Fotoalbum</a></span></div>'
  + ' <div id="story2" class="storydiv" style="position: absolute; left: 25px; top: 464px">'
  + '    	&nbsp;<p>&nbsp;</p>'
  + '		<p>&nbsp;</p>'
  + '		<p>&nbsp;</p>'
  + '		<p>'
  + '	<a href="http://www.robiplatz.ch/img/DSCN6184.jpg" class="ched"></a>'
  + '	  <span class="storydesc Still"><strong>'
  + '	   Photos Sommer Robilager 2009</span></span>'
  + '	  <span class="fstory"><a href="http://www.robiplatz.ch/Robi_Photoalbum/album/Robilager 2009/Ribilager 2009/album/index.html"><p></p>Interssiert dann klicke hier</a></span></div>'
  + ' <div id="story3" class="storydiv" style="position: absolute; left: 25px; top: 464px">'
  + '    	&nbsp;<p>&nbsp;</p>'
  + '		<p>&nbsp;</p>'
  + '		<p>&nbsp;</p>'
  + '		<p>'
  + '	<a href="http://www.robiplatz.ch/img/DSC04192.jpg" class="ched"></a>'
  + '	   <span class="storydesc Stil1"><strong>'
  + '	   Aktuell Robi Oster Ferien 2009</strong></span>'
  + '	  <span class="fstory"><a href="http://www.robiplatz.ch/Robi_Photoalbum/album/2009-04 Robi Oster Ferien/index.html"><p></p>Photos Robi Oster Ferien 2009</a></span></div>'
  + ' <div id="story4" class="storydiv" style="position: absolute; left: 25px; top: 464px">'
  + '    	&nbsp;<p>&nbsp;</p>'
  + '		<p>&nbsp;</p>'
  + '		<p>&nbsp;</p>'
  + '		<p>'
  + '	<a href="http://www.robiplatz.ch/img/Ph2008.jpg" class="ched"></a>'
  + '	  <span class="storydesc Stil2"><strong>'
  + '	   Photos Sommer Robilager 2010</span></span>'
  + '	  <span class="fstory"><a href="http://www.robiplatz.ch/Robi_Photoalbum/album/Robilager 2010 Theater Workshop/album/index.html"><p></p>Interssiert dann klicke hier</a></span></div>'
  + '</div>'
   + '    </div>'
  + '    <div id="nav" style="position: absolute; left: 23px; top: 586px"><a href="javascript:showPrev()" onClick="stoprot()"><< Prev</a> | <span id="nav1"><a href="javascript:showStoryOne()" onClick="stoprot()">1</a></span> | <span id="nav2"><a href="javascript:showStoryTwo()" onClick="stoprot()">2</a></span> | <span id="nav3"><a href="javascript:showStoryThree()" onClick="stoprot()">3</a></span> | <span id="nav4"><a href="javascript:showStoryFour()" onClick="stoprot()">4</a></span> | <a href="javascript:showNext()" onClick="stoprot()">Next >></a></div>'
  + '    <div id="Layer1" style="position: absolute; left: 25px; top: 350px; height:115px">'
  + '      <div align="left">'
  + '        <pre class="Stil3"><font size="6">Aktuelle News </font></pre>'
  + '      </div>'
  + '		<div align="left">'
  + '        <pre class="Stil3"><font size="6">Robiplatz</font> </pre>'
  + '      </div>'
  + '    </div>'
  + '    </body>'
  + '    </html>'
  + '');