
<!--

// Javascript Fehler unterdruecken
onerror = stopError;
function stopError()
{
return true;
}



//-->