Random Hex Color From http://css-tricks.com/snippets/javascript/random-hex-color/
var randomColor = Math.floor(Math.random()*16777215).toString(16);