/*
function showTimeline(s){
	
	var url="components/com_content/views/frontpage/tmpl/showclicktimecontent.php?stages="+s;
	
	new Ajax.Request(url,{onComplete:function(request){
	
		$('td_show').innerHTML=request.responseText;
        
		ajaxEnds();
	}});
	
}
*/	
function showTimeline(e)
{
	location.href="index.php?option=com_morecontent&stages="+e;
}
	

