$(document).ready(function(){

	$('#rArticles').innerfade({
		animationtype: 'fade',
		speed: 750,
		timeout: 5000,
		type: 'random',
		containerheight: '1em'
	});

});

function goURL(url){
	document.location.href = url;
}
