//Preload images
try{
	for(i=0;i<gs.length;i++){
		var img = new Image;
		img.src = "http://" + gs[i];
	}
}
catch(e){}

