//javaScript document for dynamic news updates
// Only change the text lines.  Do not alter the lines starting with &nbsp;
//To add more news stories, copy and paste the news story x segment and alter the text only line containing the news story as required
//Remember to fill any blank lines with the backslash as per below.
function writeContent(){
document.write('<marquee direction="left" width="80%" scrolldelay="140" loop="infinite">\
<!--News story 1-->\
&nbsp;<img src="images/marqueeballsmall.jpg" alt="small ball image"/>&nbsp;&nbsp;\
Jacques lose out to Jersey 2nds in JRA double header\
\
<!--News story 2-->\
&nbsp;&nbsp;&nbsp;&nbsp;<img src="images/marqueeballsmall.jpg" alt="small ball image"/>&nbsp;&nbsp;\
St Jacques 17 v 0 Guernsey 2nds\
\
<!--News story 3-->\
&nbsp;&nbsp;&nbsp;&nbsp;<img src="images/marqueeballsmall.jpg" alt="small ball image"/>&nbsp;&nbsp;\
6 Nations Live at KGV\
\
</marquee>');
}