if( ! window.name ){
	var dator = new Date();
	window.name = '_' + Math.round( Math.random() * 10000 ) + dator.getTime();
	delete dator;
}

