/**
 * Silent Guard
 * 
 * Globe Runner SEO
 * 
 * Initializes front page slideshow
 * 
 */
jQuery(document).ready(function(){
  if ( typeof jQuery.ui.version !== undefined ) { 
    jQuery('.tab-slide').tabs({
      fx: { opacity: 'toggle', duration:'slow'}
    }).tabs( "rotate" , 3200 );
  }
});
