if(document.getElementById && document.createElement){
	for(var key in xfade2_home){
		document.write('<img class="xfade2" src="./img/home/'+key+'.jpg" width="870" height="420" alt="'+xfade2_home[key]+'" />');
	}
}