function logMeOut(){
	window.location.href = "/index/sitellite-user-logout-action?goto=index";
}

$(document).ready(function(){
// HACK!
setTimeout(logMeOut, 900000);

});

