
$(document).ready(
	function()
	{
      	    $('a.editLink').map(function(){ 
	       $(this).attr('href',$(this).attr('href') + '&remove=static');
             });
    }
    );
