﻿$(document).ready(function() { var b = $("#fp_categories"); 0 < b.size() && b.find("a").each(function() { var a = Math.acos(Math.random()); 1.4 < a && $(this).css("color", "#77ca15"); 0.5 > a && $(this).css("font-weight", "bold") }); b = $("#link_options"); if (0 < b.size()) { var c = b.text(); b.html('<a href="/User/RequestAuth.aspx">Rediger link</a> - <a href="/User/ReportLink.aspx?ID=' + c + '" rel="nofollow">Rapporter link</a>') } var a = $("#link_pagerank"); 0 < a.size() && $.get("/external/PageRank.ashx", { url: a.find("div").attr("title") }, function(b) { "null" != b ? (a.hide(), a.css({ padding: "12px 10px 12px 10px", "background-color": "#f5e578", "text-align": "center", "font-weight": "bold", "font-size": "14px" }), a.html("Pagerank: " + b), a.fadeIn("normal")) : a.hide() }) });
