$(document).ready(function(){ $("#container").append("
","
","
","
","
","
","
"];
var _img =_arrI[Math.floor(Math.random()*_arrI.length)];
$(".img").html(_img);
var _title=$("#container");
var _other = ["eres","Saludos","you",""];
var _otherL = _other[Math.floor(Math.random()*_other.length)];
var _mensaje = ["colombiano","abuelo","puberto","ugly","Malo","Fea","Feo","Love","Good","Bad","Dead", "Muerte","veneco", "paisa", "negro", "gocho"];
var _aletoriClick = _mensaje[Math.floor(Math.random()*_mensaje.length)];
// alert(_aletoriClick);
_title.addClass(_backGround);
$(".foot").addClass(_backGround);
_title.addClass("fontS");
$("img").css({width:'256px',"box-shadow":"1px 1px 10px white","background-color":"rgba(255, 255, 255, 0.53)","margin-right":"30px"});
// $("p").text(_mensaje[2]);
$(".img").append("");
var _fontS = $(".he");
var t16= "55px";
var _fontFamily = "Princess Sofia";
var arr = [ "#fff", "#dcf7f9", "#e6ffe0", "#feccf5", "#fef3d6" ];
var _color=arr[Math.floor(Math.random()*arr.length)];
console.log(_color);
var _arr = [ "stLCo", "stLb", "stLc" ];
$(".foot").html(_otherL+" "+_aletoriClick);
var _backGround = _arr[Math.floor(Math.random()*_arr.length)];
_title.addClass(_backGround);
$(".stLb").css({ "background-color":"rgba(173, 216, 230, 0.9)"
});
$(".stLc").css({ "background-color":"rgb(91, 214, 255)"
});
$(".stLCo").css({"background-color":"rgb(227, 153, 255)"
});
_fontS.css({
"font-size":t16,"font-family": _fontFamily, "color": _color
});
});
WebFontConfig = {
google: { families: [ 'Princess+Sofia::latin' ] }
};
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();