$(document).ready(function() {
	$('#rightCol').show();
	$('#mainFrame').removeClass('inside');
	$('#mainFrame').addClass('home');
});

