$(document).ready(function()
	{
   	$(".entry_responsive_inner2").hover(
	function() {
		$(this).stop().animate({
                  opacity: '1'
                  },  "medium"),
		$("span.link_arrow", this).animate({
                 opacity: '1', 
                 right: '-=10'
                }, 'medium');
		},
	function() {
		$(this).stop().animate({"opacity": "1"},  "slow");
		$("span.link_arrow", this).animate({
                 opacity: '0', 
                 right: '+=10'},  "6000");
	});
	
	});
	


addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);

function hideURLbar(){
window.scrollTo(0,1);
}



$(document).ready(function()
{
   $('#tags').hide();
   
  


	$("#logo_biosfear").hover(
		function() {
			$("#header_tip_top").animate({
  			height:8, opacity: 1
			}, 300, "linear");
		},
		function() {
			$("#header_tip_top").animate({
  				height:0, opacity: 0
			}, 300, "linear");
		});


 
});





function ShowTags(){

$("#tags").animate({
    opacity: '1',
    left: '+=0',
    height: ['toggle', 'swing'],
  }, 500 )

}


 
	 





