/* Copyright 2008 Vumasco, LLC. All Rights Reserved. */
 function timedlogout(nextUrl, timeout) { var timeoutFn = "gotoLogoutUrl('"+nextUrl+"')"; setTimeout(timeoutFn,timeout); } function gotoLogoutUrl(nextUrl) { location.href=nextUrl; } 