<!--
function flash() {
};
flash = new flash();
number = 0;
flash[number++] = "Biotechnoogy forum has started and lots of news has been posted already. you can go and post yours there too."
flash[number++] = "When you use the print function on this page you will get a printer friendly version of the current page generated and the print dialog box automatically comes up."
flash[number++] = "When Using the [tell a friend] feature you can enter more email addresses by seperating each with a comma and leaving the name field blank"
flash[number++] = "Press ctrl + d to bookmark the current page so tat you can have easy access to it when ever you want to return"
flash[number++] = "If you are looking for something and you cant find try to use the search engine."
flash[number++] = "All words that are grey in color are hyperlinks that leads you to another page with more information on the grey word."
flash[number++] = "You  can use the media menager for easy access to all the media on this site"
flash[number++] = "Once you bookmark any page to return to the page just go to your browser's favorites then to the title of the bookmarked page."
increment = Math.floor(Math.random() * number);
document.write("<div class=\"col3box\">");
document.write(flash[increment]);
document.write("</div>");
//-->
