var word_list = [{text: "tento web", weight: 5.0588235294118, link: "tagy/tento-web/"},{text: "software", weight: 9.1176470588235, link: "tagy/software/"},{text: "o mně", weight: 10, link: "tagy/o-mne/"},{text: "webdesign", weight: 6.1176470588235, link: "tagy/webdesign/"},{text: "recenze", weight: 4.1764705882353, link: "tagy/recenze/"},{text: "názory", weight: 5.9411764705882, link: "tagy/nazory/"},{text: "hry", weight: 2.5882352941176, link: "tagy/hry/"},{text: "vzdělání", weight: 8.5882352941176, link: "tagy/vzdelani/"},{text: "cestopis", weight: 2.9411764705882, link: "tagy/cestopis/"},{text: "doporučení", weight: 6.1176470588235, link: "tagy/doporuceni/"},{text: "Irsko", weight: 2.7647058823529, link: "tagy/irsko/"}];$(function () {
$("#cloud").jQCloud(word_list);
});