// JavaScript Document

<!-- STEP ONE: Paste this code into the HEAD of your HTML document  -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function writeMarquee() {
document.write("<marquee direction='left' scrollamount='2' width='100%'><a href='http://www.brent.gov.uk/islamiaprimaryrebuild' target='_blank'>New build update www.brent.gov.uk/islamiaprimaryrebuild</a> | <a href='credits.html'>HMC approved</a> | <a href='governors.html'>Email the Chair of Govs</a> | <a href='page_curric/phse.html'>PHSE</a> | <a href='page_curric/ICT.html'>ICT</a> | <a href='page_curric/history.html'>History</a> | <a href='page_curric/geography.html'>Geography</a> |</marquee>");
}
//  End -->
   

<!-- STEP TWO: Copy this code into the BODY of your HTML document  -->


<!-- http://javascript.internet.com/text-effects/in-marquee-links.html -->