
	function keepAlive() {
		var img1 = new Image(1,1);
    	var d = new Date();
    	img1.src = 'image.cfm?d=' + d;
	}
	



 
