// JavaScript Document
<!--
document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">')
document.write('	<tr id="riga_intestazione">')
document.write('		<td id="logo">')
document.write('			<a href="index.html"><img src="./img/profes2008_logo_200.png" alt="Profes 2008 Logo"/></a>')
document.write('		</td>')
document.write('		<td id="foto" colspan="2">')
document.write('			<a href="http://www.villamondragone.it"><img src="./img/image_villa_580.jpg" alt="Foto Villa Mondragone"/></a>')
document.write('		</td>')
document.write('		<td>&nbsp;</td>')
document.write('	</tr>')
document.write('	<tr>')
document.write('		<td colspan="3" class="sottotitolo"><strong>9</strong>th <strong>I</strong>nternational <strong>C</strong>onference on <strong>P</strong>roduct <strong>F</strong>ocused <strong>S</strong>oftware <strong>P</strong>rocess <strong>I</strong>mprovement</td>')
document.write('		<td class="sottotitolo">&nbsp;</td>')
document.write('	</tr>')
document.write('</table>')


