// JavaScript Document
function tagcloudclass(link) {
a = 1 + 3*(Math.random());
a = Math.round(a);
document.write ("<a href="+link+" class='tag"+a+"'>");
}
