﻿
var url = function(value) {
    return "<a href='" + value + "' target='_blank' style='text-decoration:none'>Profile</a>";
}

