function getGG(j){
	for(var i=j+1;i<gg.length;i++){
		document.write(gg[i]);	
	}
}