for( i = 1; i < 20; i++ )
	window.history[i]	=	window.history[i-1];
	
window.history[0]	=	self.location.href;

