Cufon.replace('#home-news h1',{fontFamily: 'Helvetica87-CondensedHeavy',textShadow: '3px 3px 4px rgba(51, 51, 51, 0.6)'});
Cufon.replace('#home-news h2');
Cufon.replace('#home-news p',{textShadow: '3px 3px 4px rgba(51, 51, 51, 0.6)'});

jQuery(document).ready(function() 
	{
		jQuery('#mycarousel').jcarousel({visible:3,scroll:3,
		itemFirstInCallback:slideDots
	}
	
	
	);
try{

	setTimeout("oldBrowser()",5000);
}catch(x)
{
	
}	
	
});

	function getNoticiaHome(titulo,fecha,texto,imagen,link,id,total)
	{
		
	
		for(i = 1; i <= total; i++)
		{
	
			if(i == id)
			{
				document.getElementById('home'+i).style.borderColor = '#45b2cf';
				document.getElementById('home'+i).style.borderStyle = 'solid';
				document.getElementById('home'+i).style.borderWidth = '1px';
				document.getElementById('home'+i).style.backgroundColor = '#45b2cf';
				document.getElementById('linkh'+i).style.color = '#fff';
				document.getElementById('fechah'+i).style.color = '#fff';
				
				
			
			}else{
						

				document.getElementById('home'+i).style.borderColor = '#666666';
				document.getElementById('home'+i).style.borderStyle = 'solid';
				document.getElementById('home'+i).style.borderWidth = '1px';
				document.getElementById('home'+i).style.backgroundColor = '#434343';
			
				document.getElementById('linkh'+i).style.color = '#999';
				document.getElementById('fechah'+i).style.color = '#999';
				
			}
	
		}
	
		
		
			document.getElementById('home-box').style.background = "#161616 url('loader.gif')";
			document.getElementById('home-box').style.backgroundRepeat = 'no-repeat';
			document.getElementById('home-box').style.backgroundPosition = 'center'; 
			
			
			document.getElementById('titulo').innerHTML = titulo;
			document.getElementById('fecha').innerHTML = fecha; 
			document.getElementById('linkhome').href = link;
			document.getElementById('parrafo').innerHTML = texto;

			document.getElementById('home-box').style.background = "#161616 url('imagenes/home/"+imagen+"')";
			document.getElementById('home-box').style.backgroundRepeat = 'no-repeat';
			document.getElementById('home-box').style.backgroundPosition = 'top';
			Cufon.replace('#titulo',{fontFamily: 'Helvetica87-CondensedHeavy',textShadow: '2px 2px rgba(51, 51, 51, 0.6)'});
			Cufon.replace('#fecha',{textShadow: '2px 2px rgba(51, 51, 51, 0.6)'});
			Cufon.replace('#parrafo',{textShadow: '2px 2px rgba(51, 51, 51, 0.6)'});
		
	}