$(document).ready(function() {

$("ul.tabs").tabs(".tabContents > ul", { //homepage tabs
	current: 'current',
	effect: 'fade'
});
});
