// JavaScript Document
function VisualizzaNews(background, border_color)
{
document.write("<table cellpadding=0 cellspacing=0 border=0>")
document.write("<tr>")
document.write("<td>")
document.write("<iframe src='http://www.lavoripubblici.it/news_ticker/vertical_ticker.php?backcolor="+background+"&border_color="+border_color+"' width=155 height=240 scrolling=no frameborder=no style='margin: 0px;'></iframe>")
document.write("</td>")
document.write("</tr>")
document.write("</table>")
}
