﻿function Footer(name)
{
document.write('das ist FOOTER über JS');
}


