//Overwrite thickbox variables
tb_pathToImage = "http://nyenius.com/wp-includes/js/thickbox/loadingAnimation.gif";
tb_closeImage = "http://nyenius.com/wp-includes/js/thickbox/tb-close.png";
jQuery(document).ready(function(){
   AjaxEditComments.init();
   
});
var AjaxEditComments = function() {
	var $j = jQuery;
	var timers = new Array(); //keeps track of timers
  var timerObjs = new Array(); //keeps track of timer data objects
	var PluginUrl = "";
	var CommentAuthorName = "editAuthor";
	var CommentClassName = "editComment";
  
	//Initializes the edit links
	function initialize_links() {
  	//Leave the style in for Safari
     
  	$j(".edit-comment-admin-links").attr("style", "display: block");
    $j(".edit-comment-user-link").attr("style", "display: block");
    /* For Crappy IE */
    $j(".edit-comment-admin-links").show();
    $j(".edit-comment-user-link").show();
    <br />
<b>Fatal error</b>:  Call to a member function can_scroll() on a non-object in <b>/home/nyenius/public_html/wp-content/plugins/wp-ajax-edit-comments/js/wp-ajax-edit-comments.js.php</b> on line <b>57</b><br />
