
inc_lieferservice_zustellservice_js =
'<script type="text/javascript">\n      \n/****************'
+ '*******************************\n* Ultimate Fade-In Slide'
+ 'show (v1.51): © Dynamic Drive (http://www.dynamicdrive.c'
+ 'om)\n* This notice MUST stay intact for legal use\n* Visit'
+ ' http://www.dynamicdrive.com/ for this script and 100s m'
+ 'ore.\n***********************************************/\n \n'
+ 'var fadeimages=new Array()\n//SET IMAGE PATHS. Extend or '
+ 'contract array as needed\nfadeimages[0]=["http://www.brin'
+ 'gs-mir.at/essen/pizza-zustelldienst.jpg", "", ""] //imag'
+ 'e with link syntax\nfadeimages[1]=["http://www.brings-mir'
+ '.at/essen/zustellservice-sushi.jpg", "", ""] //image wit'
+ 'h link and target syntax\nfadeimages[2]=["http://www.brin'
+ 'gs-mir.at/essen/schnitzel-lieferservice.jpg", "", ""] //'
+ 'image with link and target syntax\nfadeimages[3]=["http:/'
+ '/www.brings-mir.at/essen/essen-zustelldienst-pizza-pasta'
+ '.jpg", "", ""] //image with link and target syntax\n\n\n \n\n'
+ 'var fadebgcolor="white"\n\n////NO need to edit beyond here'
+ '/////////////\n \nvar fadearray=new Array() //array to cac'
+ 'he fadeshow instances\nvar fadeclear=new Array() //array '
+ 'to cache corresponding clearinterval pointers\n \nvar dom='
+ '(document.getElementById) //modern dom browsers\nvar iebr'
+ 'owser=document.all\n \nfunction fadeshow(theimages, fadewi'
+ 'dth, fadeheight, borderwidth, delay, pause, displayorder'
+ '){\nthis.pausecheck=pause\nthis.mouseovercheck=0\nthis.dela'
+ 'y=delay\nthis.degree=5000 //initial opacity degree (10%)\n'
+ 'this.curimageindex=0\nthis.nextimageindex=1\nfadearray[fad'
+ 'earray.length]=this\nthis.slideshowid=fadearray.length-1\n'
+ 'this.canvasbase="canvas"+this.slideshowid\nthis.curcanvas'
+ '=this.canvasbase+"_0"\nif (typeof displayorder!="undefine'
+ 'd")\ntheimages.sort(function() {return 0.5 - Math.random('
+ ');}) //thanks to Mike (aka Mwinter) :)\nthis.theimages=th'
+ 'eimages\nthis.imageborder=parseInt(borderwidth)\nthis.post'
+ 'images=new Array() //preload images\nfor (p=0;p<theimages'
+ '.length;p++){\nthis.postimages[p]=new Image()\nthis.postim'
+ 'ages[p].src=theimages[p][0]\n}\n \nvar fadewidth=fadewidth+'
+ 'this.imageborder*2\nvar fadeheight=fadeheight+this.imageb'
+ 'order*2\n \nif (iebrowser&&dom||dom) //if IE5+ or modern b'
+ 'rowsers (ie: Firefox)\ndocument.write(\'<div id="master\'+t'
+ 'his.slideshowid+\'" style="position:relative;width:\'+fade'
+ 'width+\'px;height:\'+fadeheight+\'px;overflow:hidden;"><div'
+ ' id="\'+this.canvasbase+\'_0" style="position:absolute;wid'
+ 'th:\'+fadewidth+\'px;height:\'+fadeheight+\'px;top:0;left:0;'
+ 'filter:progid:DXImageTransform.Microsoft.alpha(opacity=1'
+ '0);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;backg'
+ 'round-color:\'+fadebgcolor+\'"></div><div id="\'+this.canva'
+ 'sbase+\'_1" style="position:absolute;width:\'+fadewidth+\'p'
+ 'x;height:\'+fadeheight+\'px;top:0;left:0;filter:progid:DXI'
+ 'mageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-m'
+ 'oz-opacity:0.1;-khtml-opacity:0.1;background-color:\'+fad'
+ 'ebgcolor+\'"></div></div>\')\nelse\ndocument.write(\'<div><im'
+ 'g name="defaultslide\'+this.slideshowid+\'" src="\'+this.po'
+ 'stimages[0].src+\'"></div>\')\n \nif (iebrowser&&dom||dom) /'
+ '/if IE5+ or modern browsers such as Firefox\nthis.startit'
+ '()\nelse{\nthis.curimageindex++\nsetInterval("fadearray["+t'
+ 'his.slideshowid+"].rotateimage()", this.delay)\n}\n}\n\nfunc'
+ 'tion fadepic(obj){\nif (obj.degree<100){\nobj.degree+=10\ni'
+ 'f (obj.tempobj.filters&&obj.tempobj.filters[0]){\nif (typ'
+ 'eof obj.tempobj.filters[0].opacity=="number") //if IE6+\n'
+ 'obj.tempobj.filters[0].opacity=obj.degree\nelse //else if'
+ ' IE5.5-\nobj.tempobj.style.filter="alpha(opacity="+obj.de'
+ 'gree+")"\n}\nelse if (obj.tempobj.style.MozOpacity)\nobj.te'
+ 'mpobj.style.MozOpacity=obj.degree/101\nelse if (obj.tempo'
+ 'bj.style.KhtmlOpacity)\nobj.tempobj.style.KhtmlOpacity=ob'
+ 'j.degree/100\nelse if (obj.tempobj.style.opacity&&!obj.te'
+ 'mpobj.filters)\nobj.tempobj.style.opacity=obj.degree/101\n'
+ '}\nelse{\nclearInterval(fadeclear[obj.slideshowid])\nobj.ne'
+ 'xtcanvas=(obj.curcanvas==obj.canvasbase+"_0")? obj.canva'
+ 'sbase+"_0" : obj.canvasbase+"_1"\nobj.tempobj=iebrowser? '
+ 'iebrowser[obj.nextcanvas] : document.getElementById(obj.'
+ 'nextcanvas)\nobj.populateslide(obj.tempobj, obj.nextimage'
+ 'index)\nobj.nextimageindex=(obj.nextimageindex<obj.postim'
+ 'ages.length-1)? obj.nextimageindex+1 : 0\nsetTimeout("fad'
+ 'earray["+obj.slideshowid+"].rotateimage()", obj.delay)\n}'
+ '\n}\n \nfadeshow.prototype.populateslide=function(picobj, p'
+ 'icindex){\nvar slideHTML=""\nif (this.theimages[picindex]['
+ '1]!="") //if associated link exists for image\nslideHTML='
+ '\'<a href="\'+this.theimages[picindex][1]+\'" target="\'+thi'
+ 's.theimages[picindex][2]+\'">\'\nslideHTML+=\'<img src="\'+th'
+ 'is.postimages[picindex].src+\'" border="\'+this.imageborde'
+ 'r+\'px">\'\nif (this.theimages[picindex][1]!="") //if assoc'
+ 'iated link exists for image\nslideHTML+=\'</a>\'\npicobj.inn'
+ 'erHTML=slideHTML\n}\n \n \nfadeshow.prototype.rotateimage=fu'
+ 'nction(){\nif (this.pausecheck==1) //if pause onMouseover'
+ ' enabled, cache object\nvar cacheobj=this\nif (this.mouseo'
+ 'vercheck==1)\nsetTimeout(function(){cacheobj.rotateimage('
+ ')}, 100)\nelse if (iebrowser&&dom||dom){\nthis.resetit()\nv'
+ 'ar crossobj=this.tempobj=iebrowser? iebrowser[this.curca'
+ 'nvas] : document.getElementById(this.curcanvas)\ncrossobj'
+ '.style.zIndex++\nfadeclear[this.slideshowid]=setInterval('
+ '"fadepic(fadearray["+this.slideshowid+"])",100)\nthis.cur'
+ 'canvas=(this.curcanvas==this.canvasbase+"_0")? this.canv'
+ 'asbase+"_1" : this.canvasbase+"_0"\n}\nelse{\nvar ns4imgobj'
+ '=document.images[\'defaultslide\'+this.slideshowid]\nns4img'
+ 'obj.src=this.postimages[this.curimageindex].src\n}\nthis.c'
+ 'urimageindex=(this.curimageindex<this.postimages.length-'
+ '1)? this.curimageindex+1 : 0\n}\n \nfadeshow.prototype.rese'
+ 'tit=function(){\nthis.degree=10\nvar crossobj=iebrowser? i'
+ 'ebrowser[this.curcanvas] : document.getElementById(this.'
+ 'curcanvas)\nif (crossobj.filters&&crossobj.filters[0]){\ni'
+ 'f (typeof crossobj.filters[0].opacity=="number") //if IE'
+ '6+\ncrossobj.filters(0).opacity=this.degree\nelse //else i'
+ 'f IE5.5-\ncrossobj.style.filter="alpha(opacity="+this.deg'
+ 'ree+")"\n}\nelse if (crossobj.style.MozOpacity)\ncrossobj.s'
+ 'tyle.MozOpacity=this.degree/101\nelse if (crossobj.style.'
+ 'KhtmlOpacity)\ncrossobj.style.KhtmlOpacity=this.degree/10'
+ '0\nelse if (crossobj.style.opacity&&!crossobj.filters)\ncr'
+ 'ossobj.style.opacity=this.degree/101\n}\n \n \nfadeshow.prot'
+ 'otype.startit=function(){\nvar crossobj=iebrowser? iebrow'
+ 'ser[this.curcanvas] : document.getElementById(this.curca'
+ 'nvas)\nthis.populateslide(crossobj, this.curimageindex)\ni'
+ 'f (this.pausecheck==1){ //IF SLIDESHOW SHOULD PAUSE ONMO'
+ 'USEOVER\nvar cacheobj=this\nvar crossobjcontainer=iebrowse'
+ 'r? iebrowser["master"+this.slideshowid] : document.getEl'
+ 'ementById("master"+this.slideshowid)\ncrossobjcontainer.o'
+ 'nmouseover=function(){cacheobj.mouseovercheck=1}\ncrossob'
+ 'jcontainer.onmouseout=function(){cacheobj.mouseovercheck'
+ '=0}\n}\nthis.rotateimage()\n}\n\n</script>';

// end_var_declaration
document.write(inc_lieferservice_zustellservice_js);

