﻿$(document).ready(function(){

	//move leading text to the bottom for display purposes
	var data = $('#page-description').html()
	$('#page-description').html('')
	$('#page-display').html(data)
	
	//set up the homepage sales widgit tabs
	$('#tab-container').tabs({fxSpeed: 100, fxSlide: false, fxFade: true});

});
