
var marqueewidth=170;
var marqueeheight=140 - (20 * 0);
if (marqueeheight == 160)
	marqueeheight = 140;
var speed=1;
var marqueecontents='<table border="0" width="100%"><tr><td class="portletContent">' + 
'<a onmouseout="javascript:window.status=\'\';return true;"_blank"><B>Gluhkriek Liefmans</B></a><br>' +
'Straordinaria birra alla ciliegia servita calda, quasi bollente, perfetta per il periodo invernale.<br><br>' +
'<a onmouseout="javascript:window.status=\'\';return true;"_blank"><B>Stinco alla birra con patate</B></a><br>' +
'Una specialita del "cuoco" Jose.<br><br>' 						
'</td></tr></table>' ;

var j = 0;
for (j = 0; j < 100 ; j++)
{
 marqueecontents = marqueecontents.replace("|","\'")
}

if (document.all)
	document.write('<marquee direction="up" BEHAVIOR="scroll" scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee>');
else
{
	document.write('<div style="overflow:hidden; height:' + marqueeheight + '; width:159;" name="cmarquee01" id="cmarquee01">');
	document.write('<div id="sctext" name="sctext" style="position:relative;">' + marqueecontents + '</div>');
	document.write('</div>');
}
