﻿$(document).ready(function() {

    $('#twitter_update_list a').each(function(){
        $(this).attr('target','_blank');
    });

});
