StarLink solution automates the entire IT compliance auditing process to help our customers to reduce IT Risk for enterprises in Financial Services, Telcos, Governments and Healthcare, helps organizations achieve and sustain compliance and optimally manage risks through full policy, procedure and controls lifecycle management.
StarLink main focus on the following industries:
jQuery(function($){
$("#ticker").tweet({
username: "starlinkme",
page: 1,
avatar_size: 36,
count: 20,
loading_text: "Loading Tweets"
}).bind("loaded", function() {
var ul = $(this).find(".tweet_list");
var ticker = function() {
setTimeout(function() {
ul.find('li:first').animate( {marginTop: '-3em'}, 500, function() {
$(this).detach().appendTo(ul).removeAttr('style');
});
ticker();
}, 5000);
};
ticker();
});
});