//*************************** starts NOT EDIT *************************** var newsTitle = new Array(); var newsText = new Array(); var newsLinkName = new Array(); var newsLinkURL = new Array(); //*************************** ends NOT EDIT *************************** // if you put " it brokes the line, for fixing it put \" // if you need more news, copy and duplicate the 4 variables (newsTitle, newsText, newsLinkName, newsLinkURL) // if there is not any link, don't worry but leave the variable empty // remenber to assign a new number, the last+1 (p.e. [4] -> [5] ) // and the news variables always starts from 0 // you can put HTML tags like for bold, for italic,

for parraf // but always remenber to close them // for comment a line, just use double // like the start of this line /* and for comment some lines, look this one... it works fine */ //*************************** starts YES EDIT *************************** \ newsTitle[1] = "12th International Coral Reef Symposium"; newsText[1] = "

9-13 July 2012, Cairns, Australia.

For further updates consult the ICRS 2012 webpage.

"; newsLinkName[1] = "ICRS 2012"; newsLinkURL[1] = "http://www.coralcoe.org.au/icrs2012/"; /* newsTitle[5] = "Here goes the new title"; newsText[5] = "

This is bold text.

This is italic text.

"; newsLinkName[5] = "Web address"; newsLinkURL[5] = "http://www.dominion.net/folder/"; newsTitle[6] = "Here goes the new title"; newsText[6] = "

This new text line 1.

This new text line 2.

"; newsLinkName[6] = ""; newsLinkURL[6] = ""; */ //*************************** ends YES EDIT ***************************