<script type="text/javascript">$(document).ready(function() { var findOnlineBox = "Online"; var includeMailIcon = true;// ********************************// Don't change anything below this line// ******************************** $('.ContentBox').each(function(){ var bx = $(this); if ($(this).find('.ContentBoxTitle').text().match(findOnlineBox)){ bx.find('.ContentTable').parent().prepend("<div id='onlineList'></div>"); var newbx = bx.find("#onlineList"); var txt = ''; bx.find('.ContentTable').css('display','none').find('tr').each(function(){ var tmp = $(this).find('td:eq(0) img').attr('alt').replace(/Send/,'').replace(/ a private message/,''); if (includeMailIcon){ $(this).find('td:eq(0) a').append(tmp); } else { $(this).find('td:eq(0) a').html(tmp); } txt += $(this).find('td:eq(0)').html().replace(/ /,'') + ', '; }) newbx.html(txt.substring(0,txt.length-2)); } })})</script>
<style type="text/css"> .tooltip, .preview, .screenshot { cursor:pointer; } #tooltip, #tooltip2, #preview, #screenshot { color:#dddddd; background:#222222; border: 1px solid #333333; padding:5px; display:none; opacity: 0.9; filter: alpha(opacity=90); text-align:left; border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius: 1em; } </style> <script src="http://www.axiomfiles.com/Files/258012/tooltip.js" type="text/javascript"></script>