
$(function(){
$("#hs span").hide();
setTimeout(function(){$("#hs span").show();setInterval(function(){$("#hs span").toggle();},500)},3000);			
});

