//slide up effects
$(function(){
$('.wall_status').vTicker({
   speed: 200,
   pause: 2000,
   showItems: 1,
   animation: 'fade',
   mousePause: true,
   height: 0,
   direction: 'down'
});
});
//index tabs
$(function() {
		$( "#tabss" ).tabs();
});

