$j(document).ready(function() {
	
	$j("div#donatebar").bind("click", function(e){  
	    document.location = "/awbw/donate.php";
    });     

	$j("div#fundraiserbar, div#btnCreateFundraiser").bind("click", function(e){  
	    document.location = "/awbw/donate-advocate.php";
    });
	
	
	$j("input[type=text].numeric").numeric({ allow: ".-" });
	
	
	
	$j("table.tablesorter").tablesorter({
	             				   widthFixed: true,                                                
					                widgets: ['zebra']          
					            });

});