/* Topof page script
No stop on error
*/

{

function stoperror(){

return true

}

window.onerror=stoperror

}
