$(document).ready(function() {
	// ON DOC LOAD
});

// Check if the user is an fb user.
// Log them out if they logout of facebook.
function CheckUserStatus()
{
	$.post("http://smatched.com/services/LogoutFacebookUser");
}


