<script> $(function(){ var fv = $('div[id*=_ForumView]'); if (fv.length){ $('div[id*=_pnlForumSearch], div[id*=_pnlMostRecent]').prependTo(fv); fv.find('a[href*=ListRss], a[title*="Edit admin"]').parent().appendTo(fv); } }); </script>
<script> $(function(){ var fv = $('div[id*=_ForumView]'); if (fv.length){ $('div[id*=_pnlForumSearch]').prependTo(fv); $('div[id*=_pnlMostRecent]').hide(); fv.find('a[href*=ListRss], a[title*="Edit admin"]').parent().appendTo(fv); } }); </script>
<script type="text/javascript"> $(document).ready(function() { $("a").each(function() { if ($(this).attr("target").match("_commentWindow")) { makePopupWindow($(this),'_commentWindow',600,300); } }); $(document).bind('reveal.facebox', function() { $("#facebox").find("a").each(function() { if ($(this).attr("target").match("_commentWindow")) { makePopupWindow($(this),'_commentWindow',600,300); } }); }); function makePopupWindow (linkEl,pName,pWidth,pHeight) { var temp = "toolbar=0,status=0,width=" + pWidth + ",height=" + pHeight; linkEl.click (function(){ var w = window.open (linkEl.attr("href"),pName,temp); w.focus(); return false; }); } }); </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>