﻿$(document).ready(function() {
    $("#companyDetailsPanel a[href^=http://]").attr("rel","nofollow");

    //$("#companyDetailsPanel a[href^=http://]").css("background-color","yellow"); 
});
