function showNewsbreaker()
{
 var str = "<table border='0' cellpadding='" + boxcellpadding + "' cellspacing='0' width='" + tablewidth +"'><tr><td valign='top' nowrap><font size='" + fontsize + "' face='" + fontface + "' color='" + fontcolour + "'>5/1&nbsp;-&nbsp;</td><td valign='top' width='100%'><font size='" + fontsize + "' face='" + fontface + "' color='" + fontcolour + "'><a href=\"javascript:newswin('http://www.newsbreaker.co.uk/shownews.php3?call=6102&item=3207')\">Relocation</a></td></tr><tr><td valign='top' nowrap><font size='" + fontsize + "' face='" + fontface + "' color='" + fontcolour + "'>29/9&nbsp;-&nbsp;</td><td valign='top' width='100%'><font size='" + fontsize + "' face='" + fontface + "' color='" + fontcolour + "'><a href=\"javascript:newswin('http://www.newsbreaker.co.uk/shownews.php3?call=6102&item=3185')\">Important Company Announcement</a></td></tr><tr><td valign='top' nowrap><font size='" + fontsize + "' face='" + fontface + "' color='" + fontcolour + "'>2/3&nbsp;-&nbsp;</td><td valign='top' width='100%'><font size='" + fontsize + "' face='" + fontface + "' color='" + fontcolour + "'><a href=\"javascript:newswin('http://www.newsbreaker.co.uk/shownews.php3?call=6102&item=3176')\">New from Vitelec - High Frequency SMA End Launch</a></td></tr><tr><td valign='top' nowrap><font size='" + fontsize + "' face='" + fontface + "' color='" + fontcolour + "'>2/3&nbsp;-&nbsp;</td><td valign='top' width='100%'><font size='" + fontsize + "' face='" + fontface + "' color='" + fontcolour + "'><a href=\"javascript:newswin('http://www.newsbreaker.co.uk/shownews.php3?call=6102&item=3175')\">Vitelec Achieves Full RoHs Compliance</a></td></tr></table>";
if (showbox) str = "<table border='0' cellspacing='" + boxcellspacing + "' cellpadding='" + boxcellpadding + "' bgcolor='" + bordercolor + "'> <tr> <td align='center'><table cellpadding='0' cellspacing='0' border='0' width='100%' bgcolor='" + boxheadcolour + "'><tr><td align='" + boxtitlealign +"'><font face='" + boxfont + "' size='" + boxfontsize + "' color='" +boxfontcolour+ "'><strong>" + boxtitle + "</strong></font></td></tr></table></td> </tr> <tr> <td bgcolor='" + newsbgcolour + "' width='100%'>" + str + "</td></tr></table>";
document.writeln(str); 
}