/**
 * @author mgebhardt
 */
 var pics=9;
 var header_images= new Array();
 var content_backgrounds= new Array();
 var footer_colors= new Array();
 var text_colors= new Array();
 
footer_colors[1]='#ded8cc';
footer_colors[2]='#d6c1a0';
footer_colors[3]='#606d45';
footer_colors[4]='#82482a';
footer_colors[5]='#a3896c';
footer_colors[6]='#aacce8';
footer_colors[7]='#adaeb0';
footer_colors[8]='#94b8da';
footer_colors[9]='#794e41';

text_colors[1]='#cdc7bb';
text_colors[2]='#c5b08f';
text_colors[3]='#4f5d34';
text_colors[4]='#71371b';
text_colors[5]='#92785b';
text_colors[6]='#99bbc7';
text_colors[7]='#9c9f9f';
text_colors[8]='#83a7c9';
text_colors[9]='#683d30';
