var myimages=new Array()
function preloadimages(){
for (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}

preloadimages("http://koan.ro/wp-content/themes/koan/img/home2.png","http://koan.ro/wp-content/themes/koan/img/despre2.png","http://koan.ro/wp-content/themes/koan/img/contact2.png","http://koan.ro/wp-content/themes/koan/img/sprijina2.png","http://koan.ro/wp-content/themes/koan/img/buton-meditatie2.png","http://koan.ro/wp-content/themes/koan/img/buton-povestioare2.png","http://koan.ro/wp-content/themes/koan/img/buton-comunitate2.png","http://koan.ro/wp-content/themes/koan/img/buton-bonsai2.png","http://koan.ro/wp-content/themes/koan/img/buton-resurse2.png")