function reportSI(result,id) 
		{
		//Desgloçem totes les variables
        variables = result.split(';');
	   	for(i = 0; i < variables.length; i++)
			{
			var Entrevistas="", cadena, titular,modalidad,id_report;
			cadena=variables[i];
			//Busquem la jornada.
			if(cadena.match("path=")!=null)
				{
				path=cadena.replace("path=","");
				Entrevistas=Entrevistas+'<div style="clear:both; padding-top:5px; margin:0px;"></div><div style="float:left; width:88px;">';
				Entrevistas=Entrevistas+'<img src="../includes/resize.asp?path='+path+'&costat_gran=98&midaX=88&midaY=68&format=fixamida" width=88 height=68 border=0> ';
				Entrevistas=Entrevistas+'</div>';
				$("#report_img").append(Entrevistas);
				}
			if(cadena.match("id_report=")!=null)
				{
				id_report=cadena.replace("id_report=","");
				}
			if(cadena.match("titular=")!=null )
				{
					
					if( id==14){modalidad="HOCKEY PATINES";}
					if( id==15){modalidad="HOCKEY PATINES EN LÍNEA";}
					if( id==16){modalidad="PATINAJE ARTÍSTICO";}
					if( id==17){modalidad="PATINAJE VELOCIDAD";}
					titular=cadena.replace("titular=","");
					//id_report=cadena.replace("id_report=","");
					Entrevistas='<div style="float:right;width:150px;height:68px; padding-top:5px;">';
					Entrevistas=Entrevistas+'<span style="color:#3399ff; font-weight:bold; font-size:11.5px; " id="modalitat">'+modalidad+'</span>';
					Entrevistas=Entrevistas+'<div style="clear:both; padding-top:0px; margin:0px;"></div>';
					Entrevistas=Entrevistas+'<span style="color:#666666; font-weight:bold; font-size:12px; ">';
					Entrevistas=Entrevistas+'<a href="reportajes.asp?id='+id_report+'&modalidad='+id+'" alt="Report" style="color:#666666; font-weight:bold; font-size:12px; ">';
					Entrevistas=Entrevistas+titular+'</a>';
					Entrevistas=Entrevistas+'</span>	</div>						';				
					$("#report_data").append(Entrevistas);
					i++;
				}

			
			}
		}

<!-- PATINATGE ARTÍSTIC -->	<!--Mostrarà la notícia més actual de cada modalitat. Mostrarà la imatge, el titular i la data--><!-- Exemple bloc, reportatge, --><div style="float: left; width: 88px;"><img src="../includes/resize.asp?path=c:inetpubwwwrootadmin%0Deport%0Cotos%5Cvic.jpg&amp;costat_gran=98&amp;midaX=88&amp;midaY=68&amp;format=fixamida" border="0" width="88" height="68"> 								</div><div style="float: right; width: 150px;"><span style="color: rgb(51, 153, 255); font-weight: bold; font-size: 11.5px;">PATINAJE ARTÍSTICO</span><div style="clear: both; padding-top: 0px; margin: 0px;"></div><span style="color: rgb(102, 102, 102); font-weight: bold; font-size: 12px;"><a href="../website/reportajes.asp?id=473&amp;modalidad=16" alt="Report" style="color: rgb(102, 102, 102); font-weight: bold; font-size: 12px;">Campeonato de Europa Junior-Senior 2010</a></span>							</div>
