//slide up effects
$(function(){
$('.editors_picks').vTicker({
   speed: 300,
   pause: 4000,
   showItems: 1,
   animation: 'fade',
   mousePause: false,
   height: 0,
   direction: 'down'
});
});
$(function(){
$('.index_articles').vTicker({
   speed: 300,
   pause: 4000,
   showItems: 1,
   animation: 'fade',
   mousePause: true,
   height: 95,
   direction: 'up'
});
});
$(function(){
$('.index_feeds').vTicker({
   speed: 300,
   pause: 4000,
   showItems: 1,
   animation: 'fade',
   mousePause: true,
   height: 95,
   direction: 'down'
});
});
$(function(){
$('.index_bookmarks').vTicker({
   speed: 300,
   pause: 4000,
   showItems: 1,
   animation: 'fade',
   mousePause: true,
   height: 95,
   direction: 'up'
});
});
$(function(){
$('.index_blogs').vTicker({
   speed: 300,
   pause: 4000,
   showItems: 1,
   animation: 'fade',
   mousePause: true,
   height: 95,
   direction: 'down'
});
});
//function

//index tabs
$(function() {
		$( "#tabss" ).tabs();
});
//function
