/* 
 * Copyright (c) 2007 EMSystems, LLC (http://www.emsystems.com)
 */
function login_emresource()
{
	$.cookie('emresourceUser', 'true', { expires: 60, path: '/', domain: 'emsystem.com' });
}
