function get_rand_color(){
return '#'.substr(md5(rand()),0,6);
}