Beim Ausführen des Skriptes ist ein Fehler aufgetreten. / An error occurred while running this script.

Sofern Sie der Inhaber dieser Seite sind und Ihnen die folgende Ausgabe nicht beim Lösen des Problems weiterhilft, wenden Sie sich bitte an Ihren Provider. Vielen Dank.

If you are the owner of this website and the following output doesn't help you to solve the problem, please contact your provider.

Fehlerausgabe / Error output:

Fehler beim Verarbeiten des Skript-Headers / Error parsing script headers:

Mismatched tag at line 19, column 8

Skript-Ausgabe (7631 Bytes) folgt / Script output (7631 bytes) follows:

X-Powered-By: PHP/5.3.6
Content-type: text/html

<br />
<b>Warning</b>:  MagpieRSS: Failed to parse RSS file. (Mismatched tag at line 19, column 8) in <b>/vrmd/homepages/u47655/newsticker/magpierss/rss_fetch.inc</b> on line <b>238</b><br />

<html>
<head>

	<title>Polizeimeldungen | Hamm</title>

<style>

<!--

#tickerarea{
border:0px solid #669900;
font-family: verdana; font-size: 10pt;
padding:1px;
}

#expandbutton{
background-color:Black;
width:100px;
}

.expandmenu{
position:absolute;
width:280px;
border:1px solid black;
background-color:Black;
visibility:hidden;
z-index:50;
}

.expandmenu a{
text-decoration:none;
font: normal 8pt default;
font-family: verdana;
}

.expandmenu_highlight{
background-color:red;
}

-->
</style>

</head>

<body background="bg_halt.jpg" topmargin="0" leftmargin="0" bgcolor=#FFFFFF alink="#339933" vlink="#339933" link="#339933">


<script language="JavaScript1.2">
//configure tickercontents[] to set the messges you wish be displayed (HTML codes accepted)
var tickercontents=new Array()

tickercontents[0]='<b><u></u></b><br> <br>&raquo; <a href="http://www.wa-server.de/newsticker/polizei_extern.php?url=" target="_blank" >weiterlesen</a><p><small><font color=#DDDDDD><p><small>Quelle: Presseportal der Polizei NRW<br></small>'
tickercontents[1]='<b><u></u></b><br> <br>&raquo; <a href="http://www.wa-server.de/newsticker/polizei_extern.php?url=" target="_blank" >weiterlesen</a><p><small><font color=#DDDDDD><p><small>Quelle: Presseportal der Polizei NRW<br></small>'
tickercontents[2]='<b><u></u></b><br> <br>&raquo; <a href="http://www.wa-server.de/newsticker/polizei_extern.php?url=" target="_blank" >weiterlesen</a><p><small><font color=#DDDDDD><p><small>Quelle: Presseportal der Polizei NRW<br></small>'
tickercontents[3]='<b><u></u></b><br> <br>&raquo; <a href="http://www.wa-server.de/newsticker/polizei_extern.php?url=" target="_blank" >weiterlesen</a><p><small><font color=#DDDDDD><p><small>Quelle: Presseportal der Polizei NRW<br></small>'
tickercontents[4]='<b><u></u></b><br> <br>&raquo; <a href="http://www.wa-server.de/newsticker/polizei_extern.php?url=" target="_blank" >weiterlesen</a><p><small><font color=#DDDDDD><p><small>Quelle: Presseportal der Polizei NRW<br></small>'

//specify how many characters of a message (for each msg) to show in expanded menu:
var charslimit=30

//Below specifies the "expand text". Do not remove onClick=".." portion.
var expandtext='<a href="#" onClick="dropdownit(event);return false">'

//configure below variables to set dimensions and main color of the ticker
var tickerwidth='280px'
var tickerheight='60px' // not including "Expand" text
var tickerbgcolor='#909090'

//configure the below variable to determine the delay between ticking of messages (in miliseconds)
var tickdelay=10000

////Do not edit pass this line////////////////

var ie4=document.all || navigator.userAgent.search(/opera.7/i)!=-1 //lump Opera 7 with IE
var ns6=document.getElementById && !document.all && !window.opera
var ns4=document.layers

if (ns4){
expandtext=expandtext.replace(/dropdownit\(event\); *return false/gi, "return dropdownitNS4(event,this)")
tickerheightNS4=parseInt(tickerheight)+19
tickerlistheightNS4=tickerheight
}

var currentmessage=0
var tickercontentstotal=''

if (ie4||ns6) //OUTPUT DROP DOWN MENU
document.write('<div id="tickerexpand" class="expandmenu" style="visibility:hidden"></div>')

function rotatecontent(){
if (ns4){ //OUTPUT HTML for ticker area for NS4
tickerobj.document.tickernssub.document.write(tickercontents[currentmessage]+'')
tickerobj.document.tickernssub.document.close()
}
else if (ie4||ns6){
tickerobj.innerHTML=tickercontents[currentmessage]
previousmessage=(currentmessage==0)? tickercontents.length-1 : currentmessage-1
tickerexpand_item=ns6? document.getElementById("expand"+currentmessage) : eval("expand"+currentmessage)
tickerexpand_previousitem=ns6? document.getElementById("expand"+previousmessage) : eval("expand"+previousmessage)
tickerexpand_previousitem.className=""
tickerexpand_item.className="expandmenu_highlight"
}
currentmessage=(currentmessage==tickercontents.length-1)? 0 : currentmessage+1
rotatemsgtimer=setTimeout("rotatecontent()",tickdelay)
}

function dropdownit(e){
if (ns6) e.stopPropagation()
else e.cancelBubble=true
tickerexpandobj.style.visibility=tickerexpandobj.style.visibility=="hidden"? "visible" : "hidden"
expandbuttonLeft=ns6? e.pageX-e.layerX : document.body.scrollLeft+event.clientX-event.offsetX
expandbuttonTop=ns6? e.pageY-e.layerY : document.body.scrollTop+event.clientY-event.offsetY
tickerexpandobj.style.left=expandbuttonLeft+"px"
tickerexpandobj.style.top=expandbuttonTop+expandbuttonobj.offsetHeight-3+"px"
}

function dropdownitNS4(e, currentobj){
tickerexpandobj.left=tickerobj.pageX
tickerexpandobj.top=tickerobj.pageY+parseInt(tickerlistheightNS4)+tickerobj.document.expandbuttonNS4.document.height
tickerexpandobj.visibility=(tickerexpandobj.visibility=="hide")? "show" : "hide"
return false
}

function jumptomsg(whichmsg){
clearTimeout(rotatemsgtimer)
if (ie4||ns6)
tickerexpand_item.className=""
currentmessage=whichmsg
rotatecontent()
}

function initialize_ticker(){
if (ns4) document.tickernsmain.visibility="show"
tickerobj=ie4? tickerlist : ns6? document.getElementById("tickerlist") : ns4? document.tickernsmain : ""
tickerexpandobj=ie4? tickerexpand : ns6? document.getElementById("tickerexpand") : ns4? document.expandlayer : ""
expandbuttonobj=ie4? expandbutton : ns6? document.getElementById("expandbutton") : ""
for (i=0;i<tickercontents.length;i++){ //get total scroller contents
tempstringcontainer=tickercontents[i].replace(/\<[^\>]+\>/g, ''); //remove HTML tags
tickercontentstotal+='<div id="expand'+i+'">- <a href="javascript:jumptomsg('+i+')">'+tempstringcontainer.substring(0, charslimit)+'...</a></div>'
}
if (ie4||ns6){
tickerexpandobj.innerHTML=tickercontentstotal
expandbuttonobj.innerHTML=expandtext
document.onclick=function(){
tickerexpandobj.style.visibility="hidden"
}
}
else if (ns4){
tickerexpandobj.document.write(tickercontentstotal)
tickerexpandobj.document.close()
tickerexpandobj.clip.width=parseInt(tickerwidth)*0.9
tickerobj.document.expandbuttonNS4.document.write(expandtext)
tickerobj.document.expandbuttonNS4.document.close()
tickerexpandobj.captureEvents(Event.CLICK)
tickerexpandobj.onclick=function(){
tickerexpandobj.visibility="hide"
}
}
rotatecontent()
}

if (ie4||ns6) //OUT HTML FOR TICKER AREA for IE/NS6

document.write('<img src="polizeiticker.jpg"><br><table id="tickerarea" border="0" style="width:'+tickerwidth+';"'+tickerbgcolor+'" cellspacing="0" cellpadding="0"><tr><td id="tickerlist" width="100%" height="'+tickerheight+'" style="padding-left:3px" valign="top"></td></tr><tr><td width="90%"><div id="expandbutton" style="position:relative"></div></td></tr></table>')
window.onload=initialize_ticker
      </script>


</body>
</html>