function keepAlive() {

	new Ajax.Request('/jscript/keepAlive.html');
}
setInterval( 'keepAlive()', 5*60*1000 );

