/* mainHome.js */

$(function() {
	$('body').variableDisplay();
	$('.menu-holder').menu();
});



