
loadList = new Array("img/features/feature_anchor01_f2.jpg","img/features/feature_anchor02_f2.jpg","img/features/feature_anchor03_f2.jpg","img/features/feature_anchor04_f2.jpg","img/features/feature_anchor05_f2.jpg","img/features/feature_anchor06_f2.jpg","img/features/feature_anchor07_f2.jpg","img/features/feature_anchor08_f2.jpg","img/features/feature_anchor09_f2.jpg");

loadimg = new Array();

for(i=0; i<loadList.length; i++){
	loadimg[i] = new Image();
	loadimg[i].src = loadList[i];
}


