<!-- 
document.writeln('<html>');
document.writeln('<body>');
document.writeln('<font face=arial size=2>');
document.writeln('<ul type=square>');
document.writeln('<li><a href="announcement1.html">Sangat support for Sikh Helpline</a>');
document.writeln('<li><a href="announcement2.html">Case: A bully victim finds help</a>');
document.writeln('<li><a href="announcement3.html">Case: Racial abuse in school</a>');
document.writeln('</ul>');
document.writeln('<br>');
document.writeln('');
document.writeln('</body>');
document.writeln('');
document.writeln('</html>');
// -->

