// JavaScript Document

// Script to tab content

$(document).ready(function(){
  $("#tabs").tabs({
		cache: true,
		expires: 30,
		fx: { opacity: 'toggle'}
  });

});
