<!--

// Dateiübergreifendes Script script.js
// http://www.brautboutique-am-platzl.de/
// (c) by Christian Benz
// v1.1 - last modification: 2005-07-30

if(top.frames.length > 0) top.location.href=self.location;

taste1out=new Image();
taste1over=new Image();
taste1out.src="taste1ou.gif";
taste1over.src="taste1ov.gif";
taste2out=new Image();
taste2over=new Image();
taste2out.src="taste2ou.gif";
taste2over.src="taste2ov.gif";
taste3out=new Image();
taste3over=new Image();
taste3out.src="taste3ou.gif";
taste3over.src="taste3ov.gif";
taste4out=new Image();
taste4over=new Image();
taste4out.src="taste4ou.gif";
taste4over.src="taste4ov.gif";
taste5out=new Image();
taste5over=new Image();
taste5out.src="taste5ou.gif";
taste5over.src="taste5ov.gif";
taste6out=new Image();
taste6over=new Image();
taste6out.src="taste6ou.gif";
taste6over.src="taste6ov.gif";
rechtsup=new Image();
rechtsdn=new Image();
rechtsup.src="rechtsup.gif";
rechtsdn.src="rechtsdn.gif";
linksup=new Image();
linksdn=new Image();
linksup.src="linksup.gif";
linksdn.src="linksdn.gif";
obenup=new Image();
obendn=new Image();
obenup.src="obenup.gif";
obendn.src="obendn.gif";

var text = "\ \ \ \ \ \ \ \ \ Brautboutique \"Am Platzl\"\ \ \ \ \ \ \ \ \ erstklassiges aus zweiter Hand\ \ \ \ \ \ \ \ \ weit über 200 Brautkleider\ \ \ \ \ \ \ \ \ Accessoires: Gestecke, Schleier, Hüte, Modeschmuck, Täschchen, Ringkissen etc. \ \ \ \ \ \ \ \ \ Änderungsservice vor Ort \ \ \ \ \ \ \ \ \ Neu: Online-Katalog";
var pos = 0;

function scrolle()
{
document.news.scroll.value = text.substring(pos,text.length) + text.substring(0,pos);
pos++;
if(pos == text.length + 5) pos = 0;
window.setTimeout("scrolle()",200);
}

function lastmodify()
{
document.write("März 2008");
}

//-->