/**
 * @author Elvin
 */

/**
 * kickstart the javascript
 */

// when the dom is ready, assign stuff where necessary
window.addEvent('domready', function() {
	
	//set users online offline
	users.showUsersOnlineOffline();
});